Current Path : /home/church/ |
Current File : /home/church/church_inspirewithangela.1626305903.sql |
-- MySQL dump 10.13 Distrib 5.6.41-84.1, for Linux (x86_64) -- -- Host: localhost Database: church_inspirewithangela -- ------------------------------------------------------ -- 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=53 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 */; /*!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=4115 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=5 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,'wc-admin-data'),(3,'woocommerce-db-updates'),(4,'woocommerce_payments'); /*!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=134 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 */; /*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_b_testimo_slide` -- DROP TABLE IF EXISTS `wp_b_testimo_slide`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_b_testimo_slide` ( `id` int(10) NOT NULL AUTO_INCREMENT, `testimonial` text COLLATE utf8_unicode_ci NOT NULL, `image_name` varchar(500) COLLATE utf8_unicode_ci NOT NULL, `auth_name` varchar(500) COLLATE utf8_unicode_ci DEFAULT NULL, `auth_desn` varchar(500) COLLATE utf8_unicode_ci DEFAULT NULL, `auth_email` varchar(500) COLLATE utf8_unicode_ci DEFAULT NULL, `createdon` datetime NOT NULL, `gravatar_email` varchar(200) COLLATE utf8_unicode_ci DEFAULT NULL, `status` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_b_testimo_slide` -- LOCK TABLES `wp_b_testimo_slide` WRITE; /*!40000 ALTER TABLE `wp_b_testimo_slide` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_b_testimo_slide` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cff_facebook_feed_locator` -- DROP TABLE IF EXISTS `wp_cff_facebook_feed_locator`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_cff_facebook_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 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_cff_facebook_feed_locator` -- LOCK TABLES `wp_cff_facebook_feed_locator` WRITE; /*!40000 ALTER TABLE `wp_cff_facebook_feed_locator` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_cff_facebook_feed_locator` 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=14 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 (2,317,'WooCommerce','woocommerce@inspirewithangela.com','','','2021-01-20 03:01:07','2021-01-20 03:01:07','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3,480,'WooCommerce','woocommerce@inspirewithangela.com','','','2021-01-28 01:06:05','2021-01-28 01:06:05','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4,481,'WooCommerce','woocommerce@inspirewithangela.com','','','2021-02-11 18:59:35','2021-02-11 18:59:35','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(7,492,'WooCommerce','woocommerce@inspirewithangela.com','','','2021-02-23 15:39:28','2021-02-23 15:39:28','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(8,496,'WooCommerce','woocommerce@inspirewithangela.com','','','2021-03-01 19:24:16','2021-03-01 19:24:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9,496,'WooCommerce','woocommerce@inspirewithangela.com','','','2021-03-01 19:24:17','2021-03-01 19:24:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(10,500,'WooCommerce','woocommerce@inspirewithangela.com','','','2021-03-01 21:23:09','2021-03-01 21:23:09','A payment of <span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">$</span>11.00</bdi></span> was <strong>successfully charged</strong> using WooCommerce Payments (<a href=\"https://inspirewithangela.com/wp-admin/admin.php?page=wc-admin&path=/payments/transactions/details&&id=ch_1IQJCp2EAXz1JePe2YfJvEUO\" target=\"_blank\" rel=\"noopener noreferrer\">pi_1IQJCo2EAXz1JePeKMTHXqyz</a>).',0,'1','WooCommerce','order_note',0,0),(11,500,'WooCommerce','woocommerce@inspirewithangela.com','','','2021-03-01 21:23:09','2021-03-01 21:23:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(12,496,'Angela Flake','a-flake@hotmail.com','','','2021-03-02 17:55:18','2021-03-02 17:55:18','Order details manually sent to customer.',0,'1','WooCommerce','order_note',0,0),(13,511,'WooCommerce','woocommerce@inspirewithangela.com','','','2021-04-28 22:43:22','2021-04-28 22:43:22','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',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_nf3_action_meta` -- DROP TABLE IF EXISTS `wp_nf3_action_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_action_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=87 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_action_meta` -- LOCK TABLES `wp_nf3_action_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_action_meta` VALUES (1,1,'objectType','Action','objectType','Action'),(2,1,'objectDomain','actions','objectDomain','actions'),(3,1,'editActive','','editActive',''),(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(5,1,'payment_gateways','','payment_gateways',''),(6,1,'payment_total','','payment_total',''),(7,1,'tag','','tag',''),(8,1,'to','{wp:admin_email}','to','{wp:admin_email}'),(9,1,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(10,1,'email_message','{fields_table}','email_message','{fields_table}'),(11,1,'from_name','','from_name',''),(12,1,'from_address','','from_address',''),(13,1,'reply_to','','reply_to',''),(14,1,'email_format','html','email_format','html'),(15,1,'cc','','cc',''),(16,1,'bcc','','bcc',''),(17,1,'attach_csv','','attach_csv',''),(18,1,'redirect_url','','redirect_url',''),(19,1,'email_message_plain','','email_message_plain',''),(20,2,'to','{field:email}','to','{field:email}'),(21,2,'subject','This is an email action.','subject','This is an email action.'),(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),(23,2,'objectType','Action','objectType','Action'),(24,2,'objectDomain','actions','objectDomain','actions'),(25,2,'editActive','','editActive',''),(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(27,2,'payment_gateways','','payment_gateways',''),(28,2,'payment_total','','payment_total',''),(29,2,'tag','','tag',''),(30,2,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),(31,2,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),(32,2,'from_name','','from_name',''),(33,2,'from_address','','from_address',''),(34,2,'reply_to','','reply_to',''),(35,2,'email_format','html','email_format','html'),(36,2,'cc','','cc',''),(37,2,'bcc','','bcc',''),(38,2,'attach_csv','','attach_csv',''),(39,2,'email_message_plain','','email_message_plain',''),(40,3,'objectType','Action','objectType','Action'),(41,3,'objectDomain','actions','objectDomain','actions'),(42,3,'editActive','','editActive',''),(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(44,3,'payment_gateways','','payment_gateways',''),(45,3,'payment_total','','payment_total',''),(46,3,'tag','','tag',''),(47,3,'to','a-flake@hotmail.com','to','a-flake@hotmail.com'),(48,3,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),(49,3,'email_message','<p>{all_fields_table}<br></p><p>-{field:name} ( {field:email} )</p>','email_message','<p>{all_fields_table}<br></p><p>-{field:name} ( {field:email} )</p>'),(50,3,'from_name','','from_name',''),(51,3,'from_address','','from_address',''),(52,3,'reply_to','{field:email}','reply_to','{field:email}'),(53,3,'email_format','html','email_format','html'),(54,3,'cc','','cc',''),(55,3,'bcc','','bcc',''),(56,3,'attach_csv','0','attach_csv','0'),(57,3,'email_message_plain','','email_message_plain',''),(58,4,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),(59,4,'objectType','Action','objectType','Action'),(60,4,'objectDomain','actions','objectDomain','actions'),(61,4,'editActive','','editActive',''),(62,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),(63,4,'payment_gateways','','payment_gateways',''),(64,4,'payment_total','','payment_total',''),(65,4,'tag','','tag',''),(66,4,'to','{wp:admin_email}','to','{wp:admin_email}'),(67,4,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),(68,4,'email_message','{fields_table}','email_message','{fields_table}'),(69,4,'from_name','','from_name',''),(70,4,'from_address','','from_address',''),(71,4,'reply_to','','reply_to',''),(72,4,'email_format','html','email_format','html'),(73,4,'cc','','cc',''),(74,4,'bcc','','bcc',''),(75,4,'attach_csv','','attach_csv',''),(76,4,'redirect_url','','redirect_url',''),(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),(78,4,'email_message_plain','','email_message_plain',''),(79,1,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),(80,1,'submitter_email','','submitter_email',''),(81,1,'fields-save-toggle','save_all','fields-save-toggle','save_all'),(82,1,'exception_fields','a:0:{}','exception_fields','a:0:{}'),(83,1,'set_subs_to_expire','0','set_subs_to_expire','0'),(84,1,'subs_expire_time','90','subs_expire_time','90'),(85,2,'drawerDisabled','','drawerDisabled',''),(86,3,'drawerDisabled','','drawerDisabled',''); /*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_actions` -- DROP TABLE IF EXISTS `wp_nf3_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_actions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext, `key` longtext, `type` longtext, `active` tinyint(1) DEFAULT '1', `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `label` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_actions` -- LOCK TABLES `wp_nf3_actions` WRITE; /*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */; INSERT INTO `wp_nf3_actions` VALUES (1,'','','save',1,1,'2021-01-03 23:09:23','2021-01-03 23:09:22','Store Submission'),(2,'','','email',1,1,'2021-01-03 23:09:23','2021-01-03 23:09:23','Email Confirmation'),(3,'','','email',1,1,'2021-01-03 23:09:24','2021-01-03 23:09:23','Email Notification'),(4,'','','successmessage',1,1,'2021-01-03 23:09:24','2021-01-03 23:09:24','Success Message'); /*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_chunks` -- DROP TABLE IF EXISTS `wp_nf3_chunks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_chunks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(200) DEFAULT NULL, `value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_chunks` -- LOCK TABLES `wp_nf3_chunks` WRITE; /*!40000 ALTER TABLE `wp_nf3_chunks` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_chunks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_field_meta` -- DROP TABLE IF EXISTS `wp_nf3_field_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_field_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=284 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_field_meta` -- LOCK TABLES `wp_nf3_field_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_field_meta` VALUES (1,1,'label_pos','above','label_pos','above'),(2,1,'required','1','required','1'),(3,1,'order','1','order','1'),(4,1,'placeholder','','placeholder',''),(5,1,'default','','default',''),(6,1,'wrapper_class','','wrapper_class',''),(7,1,'element_class','','element_class',''),(8,1,'objectType','Field','objectType','Field'),(9,1,'objectDomain','fields','objectDomain','fields'),(10,1,'editActive','','editActive',''),(11,1,'container_class','','container_class',''),(12,1,'input_limit','','input_limit',''),(13,1,'input_limit_type','characters','input_limit_type','characters'),(14,1,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(15,1,'manual_key','','manual_key',''),(16,1,'disable_input','','disable_input',''),(17,1,'admin_label','','admin_label',''),(18,1,'help_text','','help_text',''),(19,1,'desc_text','','desc_text',''),(20,1,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(21,1,'mask','','mask',''),(22,1,'custom_mask','','custom_mask',''),(23,1,'wrap_styles_background-color','','wrap_styles_background-color',''),(24,1,'wrap_styles_border','','wrap_styles_border',''),(25,1,'wrap_styles_border-style','','wrap_styles_border-style',''),(26,1,'wrap_styles_border-color','','wrap_styles_border-color',''),(27,1,'wrap_styles_color','','wrap_styles_color',''),(28,1,'wrap_styles_height','','wrap_styles_height',''),(29,1,'wrap_styles_width','','wrap_styles_width',''),(30,1,'wrap_styles_font-size','','wrap_styles_font-size',''),(31,1,'wrap_styles_margin','','wrap_styles_margin',''),(32,1,'wrap_styles_padding','','wrap_styles_padding',''),(33,1,'wrap_styles_display','','wrap_styles_display',''),(34,1,'wrap_styles_float','','wrap_styles_float',''),(35,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(36,1,'wrap_styles_advanced','','wrap_styles_advanced',''),(37,1,'label_styles_background-color','','label_styles_background-color',''),(38,1,'label_styles_border','','label_styles_border',''),(39,1,'label_styles_border-style','','label_styles_border-style',''),(40,1,'label_styles_border-color','','label_styles_border-color',''),(41,1,'label_styles_color','','label_styles_color',''),(42,1,'label_styles_height','','label_styles_height',''),(43,1,'label_styles_width','','label_styles_width',''),(44,1,'label_styles_font-size','','label_styles_font-size',''),(45,1,'label_styles_margin','','label_styles_margin',''),(46,1,'label_styles_padding','','label_styles_padding',''),(47,1,'label_styles_display','','label_styles_display',''),(48,1,'label_styles_float','','label_styles_float',''),(49,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(50,1,'label_styles_advanced','','label_styles_advanced',''),(51,1,'element_styles_background-color','','element_styles_background-color',''),(52,1,'element_styles_border','','element_styles_border',''),(53,1,'element_styles_border-style','','element_styles_border-style',''),(54,1,'element_styles_border-color','','element_styles_border-color',''),(55,1,'element_styles_color','','element_styles_color',''),(56,1,'element_styles_height','','element_styles_height',''),(57,1,'element_styles_width','','element_styles_width',''),(58,1,'element_styles_font-size','','element_styles_font-size',''),(59,1,'element_styles_margin','','element_styles_margin',''),(60,1,'element_styles_padding','','element_styles_padding',''),(61,1,'element_styles_display','','element_styles_display',''),(62,1,'element_styles_float','','element_styles_float',''),(63,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(64,1,'element_styles_advanced','','element_styles_advanced',''),(65,1,'cellcid','c3277','cellcid','c3277'),(66,2,'label_pos','above','label_pos','above'),(67,2,'required','1','required','1'),(68,2,'order','2','order','2'),(69,2,'placeholder','','placeholder',''),(70,2,'default','','default',''),(71,2,'wrapper_class','','wrapper_class',''),(72,2,'element_class','','element_class',''),(73,2,'objectType','Field','objectType','Field'),(74,2,'objectDomain','fields','objectDomain','fields'),(75,2,'editActive','','editActive',''),(76,2,'container_class','','container_class',''),(77,2,'admin_label','','admin_label',''),(78,2,'help_text','','help_text',''),(79,2,'desc_text','','desc_text',''),(80,2,'wrap_styles_background-color','','wrap_styles_background-color',''),(81,2,'wrap_styles_border','','wrap_styles_border',''),(82,2,'wrap_styles_border-style','','wrap_styles_border-style',''),(83,2,'wrap_styles_border-color','','wrap_styles_border-color',''),(84,2,'wrap_styles_color','','wrap_styles_color',''),(85,2,'wrap_styles_height','','wrap_styles_height',''),(86,2,'wrap_styles_width','','wrap_styles_width',''),(87,2,'wrap_styles_font-size','','wrap_styles_font-size',''),(88,2,'wrap_styles_margin','','wrap_styles_margin',''),(89,2,'wrap_styles_padding','','wrap_styles_padding',''),(90,2,'wrap_styles_display','','wrap_styles_display',''),(91,2,'wrap_styles_float','','wrap_styles_float',''),(92,2,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(93,2,'wrap_styles_advanced','','wrap_styles_advanced',''),(94,2,'label_styles_background-color','','label_styles_background-color',''),(95,2,'label_styles_border','','label_styles_border',''),(96,2,'label_styles_border-style','','label_styles_border-style',''),(97,2,'label_styles_border-color','','label_styles_border-color',''),(98,2,'label_styles_color','','label_styles_color',''),(99,2,'label_styles_height','','label_styles_height',''),(100,2,'label_styles_width','','label_styles_width',''),(101,2,'label_styles_font-size','','label_styles_font-size',''),(102,2,'label_styles_margin','','label_styles_margin',''),(103,2,'label_styles_padding','','label_styles_padding',''),(104,2,'label_styles_display','','label_styles_display',''),(105,2,'label_styles_float','','label_styles_float',''),(106,2,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(107,2,'label_styles_advanced','','label_styles_advanced',''),(108,2,'element_styles_background-color','','element_styles_background-color',''),(109,2,'element_styles_border','','element_styles_border',''),(110,2,'element_styles_border-style','','element_styles_border-style',''),(111,2,'element_styles_border-color','','element_styles_border-color',''),(112,2,'element_styles_color','','element_styles_color',''),(113,2,'element_styles_height','','element_styles_height',''),(114,2,'element_styles_width','','element_styles_width',''),(115,2,'element_styles_font-size','','element_styles_font-size',''),(116,2,'element_styles_margin','','element_styles_margin',''),(117,2,'element_styles_padding','','element_styles_padding',''),(118,2,'element_styles_display','','element_styles_display',''),(119,2,'element_styles_float','','element_styles_float',''),(120,2,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(121,2,'element_styles_advanced','','element_styles_advanced',''),(122,2,'cellcid','c3281','cellcid','c3281'),(123,3,'label_pos','above','label_pos','above'),(124,3,'required','1','required','1'),(125,3,'order','3','order','3'),(126,3,'placeholder','','placeholder',''),(127,3,'default','','default',''),(128,3,'wrapper_class','','wrapper_class',''),(129,3,'element_class','','element_class',''),(130,3,'objectType','Field','objectType','Field'),(131,3,'objectDomain','fields','objectDomain','fields'),(132,3,'editActive','','editActive',''),(133,3,'container_class','','container_class',''),(134,3,'input_limit','','input_limit',''),(135,3,'input_limit_type','characters','input_limit_type','characters'),(136,3,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),(137,3,'manual_key','','manual_key',''),(138,3,'disable_input','','disable_input',''),(139,3,'admin_label','','admin_label',''),(140,3,'help_text','','help_text',''),(141,3,'desc_text','','desc_text',''),(142,3,'disable_browser_autocomplete','','disable_browser_autocomplete',''),(143,3,'textarea_rte','','textarea_rte',''),(144,3,'disable_rte_mobile','','disable_rte_mobile',''),(145,3,'textarea_media','','textarea_media',''),(146,3,'wrap_styles_background-color','','wrap_styles_background-color',''),(147,3,'wrap_styles_border','','wrap_styles_border',''),(148,3,'wrap_styles_border-style','','wrap_styles_border-style',''),(149,3,'wrap_styles_border-color','','wrap_styles_border-color',''),(150,3,'wrap_styles_color','','wrap_styles_color',''),(151,3,'wrap_styles_height','','wrap_styles_height',''),(152,3,'wrap_styles_width','','wrap_styles_width',''),(153,3,'wrap_styles_font-size','','wrap_styles_font-size',''),(154,3,'wrap_styles_margin','','wrap_styles_margin',''),(155,3,'wrap_styles_padding','','wrap_styles_padding',''),(156,3,'wrap_styles_display','','wrap_styles_display',''),(157,3,'wrap_styles_float','','wrap_styles_float',''),(158,3,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(159,3,'wrap_styles_advanced','','wrap_styles_advanced',''),(160,3,'label_styles_background-color','','label_styles_background-color',''),(161,3,'label_styles_border','','label_styles_border',''),(162,3,'label_styles_border-style','','label_styles_border-style',''),(163,3,'label_styles_border-color','','label_styles_border-color',''),(164,3,'label_styles_color','','label_styles_color',''),(165,3,'label_styles_height','','label_styles_height',''),(166,3,'label_styles_width','','label_styles_width',''),(167,3,'label_styles_font-size','','label_styles_font-size',''),(168,3,'label_styles_margin','','label_styles_margin',''),(169,3,'label_styles_padding','','label_styles_padding',''),(170,3,'label_styles_display','','label_styles_display',''),(171,3,'label_styles_float','','label_styles_float',''),(172,3,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(173,3,'label_styles_advanced','','label_styles_advanced',''),(174,3,'element_styles_background-color','','element_styles_background-color',''),(175,3,'element_styles_border','','element_styles_border',''),(176,3,'element_styles_border-style','','element_styles_border-style',''),(177,3,'element_styles_border-color','','element_styles_border-color',''),(178,3,'element_styles_color','','element_styles_color',''),(179,3,'element_styles_height','','element_styles_height',''),(180,3,'element_styles_width','','element_styles_width',''),(181,3,'element_styles_font-size','','element_styles_font-size',''),(182,3,'element_styles_margin','','element_styles_margin',''),(183,3,'element_styles_padding','','element_styles_padding',''),(184,3,'element_styles_display','','element_styles_display',''),(185,3,'element_styles_float','','element_styles_float',''),(186,3,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(187,3,'element_styles_advanced','','element_styles_advanced',''),(188,3,'cellcid','c3284','cellcid','c3284'),(189,4,'processing_label','Processing','processing_label','Processing'),(190,4,'order','5','order','5'),(191,4,'objectType','Field','objectType','Field'),(192,4,'objectDomain','fields','objectDomain','fields'),(193,4,'editActive','','editActive',''),(194,4,'container_class','','container_class',''),(195,4,'element_class','','element_class',''),(196,4,'wrap_styles_background-color','','wrap_styles_background-color',''),(197,4,'wrap_styles_border','','wrap_styles_border',''),(198,4,'wrap_styles_border-style','','wrap_styles_border-style',''),(199,4,'wrap_styles_border-color','','wrap_styles_border-color',''),(200,4,'wrap_styles_color','','wrap_styles_color',''),(201,4,'wrap_styles_height','','wrap_styles_height',''),(202,4,'wrap_styles_width','','wrap_styles_width',''),(203,4,'wrap_styles_font-size','','wrap_styles_font-size',''),(204,4,'wrap_styles_margin','','wrap_styles_margin',''),(205,4,'wrap_styles_padding','','wrap_styles_padding',''),(206,4,'wrap_styles_display','','wrap_styles_display',''),(207,4,'wrap_styles_float','','wrap_styles_float',''),(208,4,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),(209,4,'wrap_styles_advanced','','wrap_styles_advanced',''),(210,4,'label_styles_background-color','','label_styles_background-color',''),(211,4,'label_styles_border','','label_styles_border',''),(212,4,'label_styles_border-style','','label_styles_border-style',''),(213,4,'label_styles_border-color','','label_styles_border-color',''),(214,4,'label_styles_color','','label_styles_color',''),(215,4,'label_styles_height','','label_styles_height',''),(216,4,'label_styles_width','','label_styles_width',''),(217,4,'label_styles_font-size','','label_styles_font-size',''),(218,4,'label_styles_margin','','label_styles_margin',''),(219,4,'label_styles_padding','','label_styles_padding',''),(220,4,'label_styles_display','','label_styles_display',''),(221,4,'label_styles_float','','label_styles_float',''),(222,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),(223,4,'label_styles_advanced','','label_styles_advanced',''),(224,4,'element_styles_background-color','','element_styles_background-color',''),(225,4,'element_styles_border','','element_styles_border',''),(226,4,'element_styles_border-style','','element_styles_border-style',''),(227,4,'element_styles_border-color','','element_styles_border-color',''),(228,4,'element_styles_color','','element_styles_color',''),(229,4,'element_styles_height','','element_styles_height',''),(230,4,'element_styles_width','','element_styles_width',''),(231,4,'element_styles_font-size','','element_styles_font-size',''),(232,4,'element_styles_margin','','element_styles_margin',''),(233,4,'element_styles_padding','','element_styles_padding',''),(234,4,'element_styles_display','','element_styles_display',''),(235,4,'element_styles_float','','element_styles_float',''),(236,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),(237,4,'element_styles_advanced','','element_styles_advanced',''),(238,4,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),(239,4,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),(240,4,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),(241,4,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),(242,4,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),(243,4,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),(244,4,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),(245,4,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),(246,4,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),(247,4,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),(248,4,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),(249,4,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),(250,4,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),(251,4,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),(252,4,'cellcid','c3287','cellcid','c3287'),(253,1,'field_label','Name','field_label','Name'),(254,1,'field_key','name','field_key','name'),(255,2,'field_label','Email','field_label','Email'),(256,2,'field_key','email','field_key','email'),(257,3,'field_label','Message','field_label','Message'),(258,3,'field_key','message','field_key','message'),(259,4,'field_label','Submit','field_label','Submit'),(260,4,'field_key','submit','field_key','submit'),(261,1,'label','Name','label','Name'),(262,1,'key','name','key','name'),(263,1,'type','textbox','type','textbox'),(264,1,'created_at','2021-01-03 23:09:18','created_at','2021-01-03 23:09:18'),(265,1,'custom_name_attribute','','custom_name_attribute',''),(266,1,'personally_identifiable','','personally_identifiable',''),(267,1,'value','','value',''),(268,2,'label','Email','label','Email'),(269,2,'key','email','key','email'),(270,2,'type','email','type','email'),(271,2,'created_at','2021-01-03 23:09:19','created_at','2021-01-03 23:09:19'),(272,2,'custom_name_attribute','email','custom_name_attribute','email'),(273,2,'personally_identifiable','1','personally_identifiable','1'),(274,2,'value','','value',''),(275,3,'label','Message','label','Message'),(276,3,'key','message','key','message'),(277,3,'type','textarea','type','textarea'),(278,3,'created_at','2021-01-03 23:09:19','created_at','2021-01-03 23:09:19'),(279,3,'value','','value',''),(280,4,'label','Submit','label','Submit'),(281,4,'key','submit','key','submit'),(282,4,'type','submit','type','submit'),(283,4,'created_at','2021-01-03 23:09:20','created_at','2021-01-03 23:09:20'); /*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_fields` -- DROP TABLE IF EXISTS `wp_nf3_fields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_fields` ( `id` int(11) NOT NULL AUTO_INCREMENT, `label` longtext, `key` longtext, `type` longtext, `parent_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `field_label` longtext, `field_key` longtext, `order` int(11) DEFAULT NULL, `required` bit(1) DEFAULT NULL, `default_value` longtext, `label_pos` varchar(15) DEFAULT NULL, `personally_identifiable` bit(1) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_fields` -- LOCK TABLES `wp_nf3_fields` WRITE; /*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */; INSERT INTO `wp_nf3_fields` VALUES (1,'Name','name','textbox',1,'2021-01-08 15:33:33','2021-01-03 23:09:18','Name','name',1,'','','above','\0'),(2,'Email','email','email',1,'2021-01-08 15:33:33','2021-01-03 23:09:19','Email','email',2,'','','above',''),(3,'Message','message','textarea',1,'2021-01-08 15:33:33','2021-01-03 23:09:19','Message','message',3,'','','above','\0'),(4,'Submit','submit','submit',1,'2021-01-08 15:33:33','2021-01-03 23:09:20','Submit','submit',5,'\0','','','\0'); /*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_form_meta` -- DROP TABLE IF EXISTS `wp_nf3_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_form_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=114 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_form_meta` -- LOCK TABLES `wp_nf3_form_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */; INSERT INTO `wp_nf3_form_meta` VALUES (1,1,'key','','key',''),(2,1,'created_at','2021-01-03 23:09:18','created_at','2021-01-03 23:09:18'),(3,1,'default_label_pos','above','default_label_pos','above'),(4,1,'conditions','a:0:{}','conditions','a:0:{}'),(5,1,'objectType','Form Setting','objectType','Form Setting'),(6,1,'editActive','1','editActive','1'),(7,1,'show_title','0','show_title','0'),(8,1,'clear_complete','1','clear_complete','1'),(9,1,'hide_complete','1','hide_complete','1'),(10,1,'wrapper_class','','wrapper_class',''),(11,1,'element_class','','element_class',''),(12,1,'add_submit','1','add_submit','1'),(13,1,'logged_in','','logged_in',''),(14,1,'not_logged_in_msg','','not_logged_in_msg',''),(15,1,'sub_limit_number','','sub_limit_number',''),(16,1,'sub_limit_msg','','sub_limit_msg',''),(17,1,'calculations','a:0:{}','calculations','a:0:{}'),(18,1,'formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}','formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}'),(19,1,'container_styles_background-color','','container_styles_background-color',''),(20,1,'container_styles_border','','container_styles_border',''),(21,1,'container_styles_border-style','','container_styles_border-style',''),(22,1,'container_styles_border-color','','container_styles_border-color',''),(23,1,'container_styles_color','','container_styles_color',''),(24,1,'container_styles_height','','container_styles_height',''),(25,1,'container_styles_width','','container_styles_width',''),(26,1,'container_styles_font-size','','container_styles_font-size',''),(27,1,'container_styles_margin','','container_styles_margin',''),(28,1,'container_styles_padding','','container_styles_padding',''),(29,1,'container_styles_display','','container_styles_display',''),(30,1,'container_styles_float','','container_styles_float',''),(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),(32,1,'container_styles_advanced','','container_styles_advanced',''),(33,1,'title_styles_background-color','','title_styles_background-color',''),(34,1,'title_styles_border','','title_styles_border',''),(35,1,'title_styles_border-style','','title_styles_border-style',''),(36,1,'title_styles_border-color','','title_styles_border-color',''),(37,1,'title_styles_color','','title_styles_color',''),(38,1,'title_styles_height','','title_styles_height',''),(39,1,'title_styles_width','','title_styles_width',''),(40,1,'title_styles_font-size','','title_styles_font-size',''),(41,1,'title_styles_margin','','title_styles_margin',''),(42,1,'title_styles_padding','','title_styles_padding',''),(43,1,'title_styles_display','','title_styles_display',''),(44,1,'title_styles_float','','title_styles_float',''),(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),(46,1,'title_styles_advanced','','title_styles_advanced',''),(47,1,'row_styles_background-color','','row_styles_background-color',''),(48,1,'row_styles_border','','row_styles_border',''),(49,1,'row_styles_border-style','','row_styles_border-style',''),(50,1,'row_styles_border-color','','row_styles_border-color',''),(51,1,'row_styles_color','','row_styles_color',''),(52,1,'row_styles_height','','row_styles_height',''),(53,1,'row_styles_width','','row_styles_width',''),(54,1,'row_styles_font-size','','row_styles_font-size',''),(55,1,'row_styles_margin','','row_styles_margin',''),(56,1,'row_styles_padding','','row_styles_padding',''),(57,1,'row_styles_display','','row_styles_display',''),(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),(59,1,'row_styles_advanced','','row_styles_advanced',''),(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),(61,1,'row-odd_styles_border','','row-odd_styles_border',''),(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),(64,1,'row-odd_styles_color','','row-odd_styles_color',''),(65,1,'row-odd_styles_height','','row-odd_styles_height',''),(66,1,'row-odd_styles_width','','row-odd_styles_width',''),(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),(70,1,'row-odd_styles_display','','row-odd_styles_display',''),(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),(74,1,'success-msg_styles_border','','success-msg_styles_border',''),(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),(77,1,'success-msg_styles_color','','success-msg_styles_color',''),(78,1,'success-msg_styles_height','','success-msg_styles_height',''),(79,1,'success-msg_styles_width','','success-msg_styles_width',''),(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),(83,1,'success-msg_styles_display','','success-msg_styles_display',''),(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),(87,1,'error_msg_styles_border','','error_msg_styles_border',''),(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),(90,1,'error_msg_styles_color','','error_msg_styles_color',''),(91,1,'error_msg_styles_height','','error_msg_styles_height',''),(92,1,'error_msg_styles_width','','error_msg_styles_width',''),(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),(96,1,'error_msg_styles_display','','error_msg_styles_display',''),(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''),(99,1,'allow_public_link','0','allow_public_link','0'),(100,1,'embed_form','','embed_form',''),(101,1,'changeEmailErrorMsg','','changeEmailErrorMsg',''),(102,1,'changeDateErrorMsg','','changeDateErrorMsg',''),(103,1,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),(104,1,'fieldNumberNumMinError','','fieldNumberNumMinError',''),(105,1,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),(106,1,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),(107,1,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),(108,1,'validateRequiredField','','validateRequiredField',''),(109,1,'honeypotHoneypotError','','honeypotHoneypotError',''),(110,1,'fieldsMarkedRequired','','fieldsMarkedRequired',''),(111,1,'currency','','currency',''),(112,1,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),(113,1,'drawerDisabled','','drawerDisabled',''); /*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_forms` -- DROP TABLE IF EXISTS `wp_nf3_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_forms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` longtext, `key` longtext, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `views` int(11) DEFAULT NULL, `subs` int(11) DEFAULT NULL, `form_title` longtext, `default_label_pos` varchar(15) DEFAULT NULL, `show_title` bit(1) DEFAULT NULL, `clear_complete` bit(1) DEFAULT NULL, `hide_complete` bit(1) DEFAULT NULL, `logged_in` bit(1) DEFAULT NULL, `seq_num` int(11) DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_forms` -- LOCK TABLES `wp_nf3_forms` WRITE; /*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */; INSERT INTO `wp_nf3_forms` VALUES (1,'Contact Me',NULL,'2021-01-04 05:09:18','2021-01-03 23:09:18',NULL,NULL,'Contact Me','above','\0','','','\0',NULL); /*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_object_meta` -- DROP TABLE IF EXISTS `wp_nf3_object_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_object_meta` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `key` longtext NOT NULL, `value` longtext, `meta_key` longtext, `meta_value` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_object_meta` -- LOCK TABLES `wp_nf3_object_meta` WRITE; /*!40000 ALTER TABLE `wp_nf3_object_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_object_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_objects` -- DROP TABLE IF EXISTS `wp_nf3_objects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_objects` ( `id` int(11) NOT NULL AUTO_INCREMENT, `type` longtext, `title` longtext, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, `object_title` longtext, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_objects` -- LOCK TABLES `wp_nf3_objects` WRITE; /*!40000 ALTER TABLE `wp_nf3_objects` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_objects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_relationships` -- DROP TABLE IF EXISTS `wp_nf3_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_relationships` ( `id` int(11) NOT NULL AUTO_INCREMENT, `child_id` int(11) NOT NULL, `child_type` longtext NOT NULL, `parent_id` int(11) NOT NULL, `parent_type` longtext NOT NULL, `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `updated_at` datetime DEFAULT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_relationships` -- LOCK TABLES `wp_nf3_relationships` WRITE; /*!40000 ALTER TABLE `wp_nf3_relationships` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_nf3_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_nf3_upgrades` -- DROP TABLE IF EXISTS `wp_nf3_upgrades`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_nf3_upgrades` ( `id` int(11) NOT NULL, `cache` longtext, `stage` int(11) NOT NULL DEFAULT '0', `maintenance` bit(1) DEFAULT b'0', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_nf3_upgrades` -- LOCK TABLES `wp_nf3_upgrades` WRITE; /*!40000 ALTER TABLE `wp_nf3_upgrades` DISABLE KEYS */; INSERT INTO `wp_nf3_upgrades` VALUES (1,'a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2021-01-03 23:09:18\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:64:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2021-01-03 23:09:19\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:71:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2021-01-03 23:09:19\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:68:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2021-01-03 23:09:20\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}s:2:\"id\";i:4;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-01-03 17:09:23\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";s:1:\"0\";s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-01-03 17:09:23\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-01-03 17:09:24\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:19:\"a-flake@hotmail.com\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:67:\"<p>{all_fields_table}<br></p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2021-01-03 17:09:24\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:4;}}s:8:\"settings\";a:114:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:10:\"Contact Me\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2021-01-03 23:09:18\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";i:0;s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,'\0'); /*!40000 ALTER TABLE `wp_nf3_upgrades` 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=46786 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','https://inspirewithangela.com','yes'),(2,'home','https://inspirewithangela.com','yes'),(3,'blogname','Inspire With Angela','yes'),(4,'blogdescription','Challenging you to be Inspired, Encouraged, and Ignited in your daily Purpose!','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','a-flake@hotmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:425:{s:28:\"tribe/events/kitchen-sink/?$\";s:69:\"index.php?post_type=tribe_events&tribe_events_views_kitchen_sink=page\";s:93:\"tribe/events/kitchen-sink/(page|grid|typographical|elements|events-bar|navigation|manager)/?$\";s:76:\"index.php?post_type=tribe_events&tribe_events_views_kitchen_sink=$matches[1]\";s:28:\"event-aggregator/(insert)/?$\";s:53:\"index.php?tribe-aggregator=1&tribe-action=$matches[1]\";s:25:\"(?:event)/([^/]+)/ical/?$\";s:56:\"index.php?ical=1&name=$matches[1]&post_type=tribe_events\";s:28:\"(?:events)/(?:page)/(\\d+)/?$\";s:71:\"index.php?post_type=tribe_events&eventDisplay=default&paged=$matches[1]\";s:41:\"(?:events)/(?:featured)/(?:page)/(\\d+)/?$\";s:79:\"index.php?post_type=tribe_events&featured=1&eventDisplay=list&paged=$matches[1]\";s:38:\"(?:events)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=tribe_events&eventDisplay=list&feed=$matches[1]\";s:51:\"(?:events)/(?:featured)/(feed|rdf|rss|rss2|atom)/?$\";s:78:\"index.php?post_type=tribe_events&featured=1&eventDisplay=list&feed=$matches[1]\";s:23:\"(?:events)/(?:month)/?$\";s:51:\"index.php?post_type=tribe_events&eventDisplay=month\";s:36:\"(?:events)/(?:month)/(?:featured)/?$\";s:62:\"index.php?post_type=tribe_events&eventDisplay=month&featured=1\";s:37:\"(?:events)/(?:month)/(\\d{4}-\\d{2})/?$\";s:73:\"index.php?post_type=tribe_events&eventDisplay=month&eventDate=$matches[1]\";s:37:\"(?:events)/(?:list)/(?:page)/(\\d+)/?$\";s:68:\"index.php?post_type=tribe_events&eventDisplay=list&paged=$matches[1]\";s:50:\"(?:events)/(?:list)/(?:featured)/(?:page)/(\\d+)/?$\";s:79:\"index.php?post_type=tribe_events&eventDisplay=list&featured=1&paged=$matches[1]\";s:22:\"(?:events)/(?:list)/?$\";s:50:\"index.php?post_type=tribe_events&eventDisplay=list\";s:35:\"(?:events)/(?:list)/(?:featured)/?$\";s:61:\"index.php?post_type=tribe_events&eventDisplay=list&featured=1\";s:23:\"(?:events)/(?:today)/?$\";s:49:\"index.php?post_type=tribe_events&eventDisplay=day\";s:36:\"(?:events)/(?:today)/(?:featured)/?$\";s:60:\"index.php?post_type=tribe_events&eventDisplay=day&featured=1\";s:27:\"(?:events)/(\\d{4}-\\d{2})/?$\";s:73:\"index.php?post_type=tribe_events&eventDisplay=month&eventDate=$matches[1]\";s:40:\"(?:events)/(\\d{4}-\\d{2})/(?:featured)/?$\";s:84:\"index.php?post_type=tribe_events&eventDisplay=month&eventDate=$matches[1]&featured=1\";s:33:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:71:\"index.php?post_type=tribe_events&eventDisplay=day&eventDate=$matches[1]\";s:46:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/(?:featured)/?$\";s:82:\"index.php?post_type=tribe_events&eventDisplay=day&eventDate=$matches[1]&featured=1\";s:26:\"(?:events)/(?:featured)/?$\";s:43:\"index.php?post_type=tribe_events&featured=1\";s:13:\"(?:events)/?$\";s:53:\"index.php?post_type=tribe_events&eventDisplay=default\";s:18:\"(?:events)/ical/?$\";s:39:\"index.php?post_type=tribe_events&ical=1\";s:31:\"(?:events)/(?:featured)/ical/?$\";s:50:\"index.php?post_type=tribe_events&ical=1&featured=1\";s:38:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/ical/?$\";s:78:\"index.php?post_type=tribe_events&ical=1&eventDisplay=day&eventDate=$matches[1]\";s:47:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/ical/featured/?$\";s:89:\"index.php?post_type=tribe_events&ical=1&eventDisplay=day&eventDate=$matches[1]&featured=1\";s:60:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:page)/(\\d+)/?$\";s:97:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:73:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:featured)/(?:page)/(\\d+)/?$\";s:108:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&eventDisplay=list&paged=$matches[2]\";s:55:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:month)/?$\";s:80:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month\";s:68:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:month)/(?:featured)/?$\";s:91:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month&featured=1\";s:69:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/(?:page)/(\\d+)/?$\";s:97:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:82:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/(?:featured)/(?:page)/(\\d+)/?$\";s:108:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&featured=1&paged=$matches[2]\";s:54:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/?$\";s:79:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list\";s:67:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/(?:featured)/?$\";s:90:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&featured=1\";s:55:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:today)/?$\";s:78:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day\";s:68:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:today)/(?:featured)/?$\";s:89:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&featured=1\";s:73:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:86:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/(?:featured)/?$\";s:111:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:59:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2})/?$\";s:102:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month&eventDate=$matches[2]\";s:72:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2})/(?:featured)/?$\";s:113:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month&eventDate=$matches[2]&featured=1\";s:65:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:78:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2}-\\d{2})/(?:featured)/?$\";s:111:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:50:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/feed/?$\";s:89:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&feed=rss2\";s:63:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:featured)/feed/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&eventDisplay=list&feed=rss2\";s:50:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/ical/?$\";s:68:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&ical=1\";s:63:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:featured)/ical/?$\";s:79:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&ical=1\";s:75:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:78:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&feed=$matches[2]\";s:88:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:featured)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:89:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&feed=$matches[2]\";s:58:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:featured)/?$\";s:93:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&eventDisplay=default\";s:45:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/?$\";s:82:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=default\";s:44:\"(?:events)/(?:tag)/([^/]+)/(?:page)/(\\d+)/?$\";s:84:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:57:\"(?:events)/(?:tag)/([^/]+)/(?:featured)/(?:page)/(\\d+)/?$\";s:95:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1&eventDisplay=list&paged=$matches[2]\";s:39:\"(?:events)/(?:tag)/([^/]+)/(?:month)/?$\";s:67:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month\";s:52:\"(?:events)/(?:tag)/([^/]+)/(?:month)/(?:featured)/?$\";s:78:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month&featured=1\";s:53:\"(?:events)/(?:tag)/([^/]+)/(?:list)/(?:page)/(\\d+)/?$\";s:84:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:66:\"(?:events)/(?:tag)/([^/]+)/(?:list)/(?:featured)/(?:page)/(\\d+)/?$\";s:95:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&featured=1&paged=$matches[2]\";s:38:\"(?:events)/(?:tag)/([^/]+)/(?:list)/?$\";s:66:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list\";s:51:\"(?:events)/(?:tag)/([^/]+)/(?:list)/(?:featured)/?$\";s:77:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&featured=1\";s:39:\"(?:events)/(?:tag)/([^/]+)/(?:today)/?$\";s:65:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day\";s:52:\"(?:events)/(?:tag)/([^/]+)/(?:today)/(?:featured)/?$\";s:76:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&featured=1\";s:57:\"(?:events)/(?:tag)/([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:70:\"(?:events)/(?:tag)/([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/(?:featured)/?$\";s:98:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:43:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2})/?$\";s:89:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month&eventDate=$matches[2]\";s:56:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2})/(?:featured)/?$\";s:100:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month&eventDate=$matches[2]&featured=1\";s:49:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:62:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/(?:featured)/?$\";s:98:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:34:\"(?:events)/(?:tag)/([^/]+)/feed/?$\";s:76:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&feed=rss2\";s:47:\"(?:events)/(?:tag)/([^/]+)/(?:featured)/feed/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&feed=rss2&featured=1\";s:34:\"(?:events)/(?:tag)/([^/]+)/ical/?$\";s:55:\"index.php?post_type=tribe_events&tag=$matches[1]&ical=1\";s:47:\"(?:events)/(?:tag)/([^/]+)/(?:featured)/ical/?$\";s:66:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1&ical=1\";s:59:\"(?:events)/(?:tag)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?post_type=tribe_events&tag=$matches[1]&feed=$matches[2]\";s:72:\"(?:events)/(?:tag)/([^/]+)/(?:featured)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:76:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1&feed=$matches[2]\";s:42:\"(?:events)/(?:tag)/([^/]+)/(?:featured)/?$\";s:59:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1\";s:29:\"(?:events)/(?:tag)/([^/]+)/?$\";s:69:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=default\";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:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$matches[1]\";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:22:\"tribe-promoter-auth/?$\";s:37:\"index.php?tribe-promoter-auth-check=1\";s:8:\"event/?$\";s:32:\"index.php?post_type=tribe_events\";s:38:\"event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=tribe_events&feed=$matches[1]\";s:33:\"event/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=tribe_events&feed=$matches[1]\";s:25:\"event/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=tribe_events&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:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:32:\"nf_sub/([^/]+)/wc-api(/(.*))?/?$\";s:47:\"index.php?nf_sub=$matches[1]&wc-api=$matches[3]\";s:38:\"nf_sub/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"nf_sub/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s: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:61:\"testimonial-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?testimonial-category=$matches[1]&feed=$matches[2]\";s:56:\"testimonial-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?testimonial-category=$matches[1]&feed=$matches[2]\";s:37:\"testimonial-category/([^/]+)/embed/?$\";s:53:\"index.php?testimonial-category=$matches[1]&embed=true\";s:49:\"testimonial-category/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?testimonial-category=$matches[1]&paged=$matches[2]\";s:31:\"testimonial-category/([^/]+)/?$\";s:42:\"index.php?testimonial-category=$matches[1]\";s:33:\"venue/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"venue/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"venue/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"venue/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"venue/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"venue/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"venue/([^/]+)/embed/?$\";s:44:\"index.php?tribe_venue=$matches[1]&embed=true\";s:26:\"venue/([^/]+)/trackback/?$\";s:38:\"index.php?tribe_venue=$matches[1]&tb=1\";s:34:\"venue/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tribe_venue=$matches[1]&paged=$matches[2]\";s:41:\"venue/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tribe_venue=$matches[1]&cpage=$matches[2]\";s:31:\"venue/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?tribe_venue=$matches[1]&wc-api=$matches[3]\";s:37:\"venue/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"venue/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"venue/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?tribe_venue=$matches[1]&page=$matches[2]\";s:22:\"venue/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"venue/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"venue/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"venue/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"venue/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"venue/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:48:\"index.php?tribe_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:42:\"index.php?tribe_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?tribe_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?tribe_organizer=$matches[1]&cpage=$matches[2]\";s:35:\"organizer/([^/]+)/wc-api(/(.*))?/?$\";s:56:\"index.php?tribe_organizer=$matches[1]&wc-api=$matches[3]\";s:41:\"organizer/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"organizer/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?tribe_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:45:\"index.php?tribe_events=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:39:\"index.php?tribe_events=$matches[1]&tb=1\";s:46:\"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tribe_events=$matches[1]&feed=$matches[2]\";s:41:\"event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tribe_events=$matches[1]&feed=$matches[2]\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?tribe_events=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?tribe_events=$matches[1]&cpage=$matches[2]\";s:31:\"event/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?tribe_events=$matches[1]&wc-api=$matches[3]\";s:37:\"event/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"event/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?tribe_events=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"events/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tribe_events_cat=$matches[1]&feed=$matches[2]\";s:49:\"events/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tribe_events_cat=$matches[1]&feed=$matches[2]\";s:30:\"events/category/(.+?)/embed/?$\";s:49:\"index.php?tribe_events_cat=$matches[1]&embed=true\";s:42:\"events/category/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?tribe_events_cat=$matches[1]&paged=$matches[2]\";s:24:\"events/category/(.+?)/?$\";s:38:\"index.php?tribe_events_cat=$matches[1]\";s:41:\"deleted_event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"deleted_event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"deleted_event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"deleted_event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"deleted_event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"deleted_event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"deleted_event/([^/]+)/embed/?$\";s:46:\"index.php?deleted_event=$matches[1]&embed=true\";s:34:\"deleted_event/([^/]+)/trackback/?$\";s:40:\"index.php?deleted_event=$matches[1]&tb=1\";s:42:\"deleted_event/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?deleted_event=$matches[1]&paged=$matches[2]\";s:49:\"deleted_event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?deleted_event=$matches[1]&cpage=$matches[2]\";s:39:\"deleted_event/([^/]+)/wc-api(/(.*))?/?$\";s:54:\"index.php?deleted_event=$matches[1]&wc-api=$matches[3]\";s:45:\"deleted_event/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:56:\"deleted_event/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"deleted_event/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?deleted_event=$matches[1]&page=$matches[2]\";s:30:\"deleted_event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"deleted_event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"deleted_event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"deleted_event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"deleted_event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"deleted_event/[^/]+/([^/]+)/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:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=12&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:26:\"wt-smart-coupon(/(.*))?/?$\";s:38:\"index.php?&wt-smart-coupon=$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:34:\"(.?.+?)/wt-smart-coupon(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&wt-smart-coupon=$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:19:{i:0;s:45:\"custom-facebook-feed/custom-facebook-feed.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:3;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:4;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:5;s:9:\"hello.php\";i:6;s:19:\"jetpack/jetpack.php\";i:7;s:27:\"ninja-forms/ninja-forms.php\";i:8;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:9;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:10;s:23:\"revslider/revslider.php\";i:11;s:31:\"simple-banner/simple-banner.php\";i:12;s:43:\"the-events-calendar/the-events-calendar.php\";i:13;s:46:\"under-construction-page/under-construction.php\";i:14;s:45:\"woocommerce-payments/woocommerce-payments.php\";i:15;s:45:\"woocommerce-services/woocommerce-services.php\";i:16;s:27:\"woocommerce/woocommerce.php\";i:17;s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";i:18;s:52:\"wt-smart-coupons-for-woocommerce/wt-smart-coupon.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:86:\"/home2/church/public_html/inspirewithangela.com/wp-content/plugins/akismet/akismet.php\";i:1;s:88:\"/home2/church/public_html/inspirewithangela.com/wp-content/themes/twentytwenty/style.css\";i:2;s:0:\"\";}','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','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a: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:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:6:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:46:\"under-construction-page/under-construction.php\";a:2:{i:0;s:3:\"UCP\";i:1;s:9:\"uninstall\";}s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:45:\"custom-facebook-feed/custom-facebook-feed.php\";a:2:{i:0;s:39:\"CustomFacebookFeed\\Custom_Facebook_Feed\";i:1;s:13:\"cff_uninstall\";}s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','12','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','293','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','1624664725','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'initial_db_version','48748','yes'),(96,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:160:{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:35:\"manage_custom_facebook_feed_options\";b:1;s:25:\"strong_testimonials_views\";b:1;s:26:\"strong_testimonials_fields\";b:1;s:27:\"strong_testimonials_options\";b:1;s:25:\"strong_testimonials_about\";b:1;s:20:\"manage_simple_banner\";b:1;s:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:74:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:30:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:17:\"edit_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:13:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:17:\"edit_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(97,'fresh_site','0','yes'),(98,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'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'),(100,'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'),(101,'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'),(102,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:6:\"meta-2\";i:3;s:12:\"categories-2\";i:4;s:10:\"archives-2\";}s:12:\"blog-sidebar\";a:0:{}s:12:\"shop-sidebar\";a:0:{}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'),(104,'cron','a:32:{i:1626306260;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:1626306266;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:1626306313;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:1626306328;a:3:{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: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:1626306329;a:4:{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;}}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:1626306343;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:1626306351;a:1:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1626306448;a:1:{s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1626306535;a:1:{s:25:\"group_post_scheduler_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1626307200;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:1626309048;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1626309734;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:1626313448;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:1626313460;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:1626317540;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1626317957;a:1:{s:35:\"monsterinsights_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:1626328330;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:1626339130;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:1626347748;a:1:{s:12:\"cff_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;}}}i:1626348158;a:1:{s:30:\"tribe_schedule_transient_purge\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1626380982;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1626381051;a:1:{s:32:\"wc_connect_fetch_service_schemas\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1626381066;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1626391357;a:2:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"tribe_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1626517872;a:1:{s:23:\"cff_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:1626649765;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1626649840;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1626674400;a:2:{s:20:\"cff_feed_issue_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"cffweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"cff_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"cffweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1626738328;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:1627008790;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:1628464240;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}','yes'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'recovery_keys','a:0:{}','yes'),(121,'theme_mods_twentytwenty','a:5:{s:18:\"custom_css_post_id\";i:-1;s:16:\"background_color\";s:3:\"fff\";s:18:\"nav_menu_locations\";a:0:{}s:39:\"cover_template_overlay_background_color\";s:7:\"#ff7415\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1611151567;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:6:\"meta-2\";i:1;s:12:\"categories-2\";i:2;s:10:\"archives-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(127,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"a-flake@hotmail.com\";s:7:\"version\";s:5:\"5.6.4\";s:9:\"timestamp\";i:1620880377;}','no'),(149,'finished_updating_comment_type','1','yes'),(162,'recently_activated','a:0:{}','yes'),(165,'eael_save_settings','a:49:{s:9:\"post-grid\";i:1;s:13:\"post-timeline\";i:1;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\";i:1;s:13:\"facebook-feed\";i:1;s:19:\"advanced-data-table\";i:1;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\";i:1;s:14:\"contact-form-7\";i:1;s:7:\"weforms\";i:1;s:10:\"ninja-form\";i:1;s:9:\"formstack\";i:1;s:12:\"gravity-form\";i:1;s:12:\"caldera-form\";i:1;s:7:\"wpforms\";i:1;s:10:\"fluentform\";i:1;s:8:\"typeform\";i:1;s:24:\"betterdocs-category-grid\";i:1;s:23:\"betterdocs-category-box\";i:1;s:22:\"betterdocs-search-form\";i:1;s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";i:1;s:10:\"embedpress\";i:1;s:12:\"woo-checkout\";i:1;s:14:\"login-register\";i:1;s:18:\"woocommerce-review\";i:1;s:11:\"career-page\";i:1;s:9:\"promotion\";i:1;s:9:\"custom-js\";i:1;s:16:\"reading-progress\";i:1;s:16:\"table-of-content\";i:1;s:15:\"post-duplicator\";i:1;}','yes'),(168,'revslider_servers','a:7:{i:0;s:22:\"themepunch-ext-a.tools\";i:1;s:22:\"themepunch-ext-a.tools\";i:2;s:22:\"themepunch-ext-b.tools\";i:3;s:22:\"themepunch-ext-b.tools\";i:4;s:22:\"themepunch-ext-b.tools\";i:5;s:16:\"themepunch.tools\";i:6;s:22:\"themepunch-ext-a.tools\";}','yes'),(169,'revslider_server_refresh','1626088025','yes'),(170,'revslider-update-check-short','1626213587','yes'),(171,'revslider-connection','1','yes'),(172,'revslider-update-hash','ede0c6c04f9c880e1131e9c796c2236b','yes'),(173,'revslider-latest-version','6.5.4','yes'),(174,'revslider-stable-version','4.2.0','yes'),(175,'revslider-notices','a:3:{i:0;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:316:\"<div style=\"display: block; background-color: #1C0950; text-align: \ncenter;\"><a \nhref=\"https://mailchi.mp/sliderrevolution/the-update-your-website-deserves\"\n target=\"_blank\"><img alt=\"wow\" src=\"//updates.themepunch-ext-a.tools/banners/6411_banner.jpg\" width=\"960\" height=\"250\" style=\"margin-bottom: -5px;\"></a></div>\";s:4:\"code\";s:12:\"TPRSV6411-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}i:1;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"1.0.0\";s:4:\"text\";s:485:\"<div style=\"display: block; background: linear-gradient(90deg, rgb(247, 52, 94) 0%, rgb(247, 52, 94) 25%, rgb(0, 206, 171) 75%, rgb(0, 206, 171) 100%); text-align: \ncenter;\"><a \nhref=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=everyone&utm_content=summersale21\"\n target=\"_blank\"><img alt=\"summersale\" src=\"//updates.themepunch-ext-a.tools/banners/summersale.jpg\" width=\"960\" height=\"250\" style=\"margin-bottom: -5px;\"></a></div>\";s:4:\"code\";s:11:\"TPRSV652-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}i:2;O:8:\"stdClass\":8:{s:7:\"version\";s:5:\"9.9.9\";s:4:\"text\";s:551:\"<div style=\"display: block; background: #fff; text-align: center; height: 250px;\"><a href=\"https://account.sliderrevolution.com/portal/pricing/?utm_source=admin&utm_medium=banner&utm_campaign=srusers&utm_content=getpremium\" target=\"_blank\" rel=\"noopener\"><video style=\"object-fit: cover; background-size: cover; opacity: 1; width: 960px; height: 250px; display: inline-block;\" muted=\"\" loop=\"\" autoplay=\"\" preload=\"auto\"><source src=\"https://www.sliderrevolution.com/wp-content/uploads/2021/07/adminpremiumvid4.mp4\" type=\"video/mp4\"></video></a></div>\";s:4:\"code\";s:11:\"TPRSV654-01\";s:5:\"color\";s:5:\"green\";s:7:\"disable\";b:0;s:9:\"is_global\";b:0;s:4:\"type\";s:1:\"3\";s:10:\"additional\";a:0:{}}}','yes'),(176,'revslider-additions','O:8:\"stdClass\":1:{s:7:\"selling\";b:1;}','yes'),(177,'rs-addons-counter','30','yes'),(178,'revslider-addons','O:8:\"stdClass\":30:{s:22:\"revslider-backup-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-backup-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Backup\";s:6:\"line_1\";s:12:\"Make Backups\";s:6:\"line_2\";s:25:\"Revisions for your safety\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_backup.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BU\";}}s:23:\"revslider-gallery-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-gallery-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"WordPress Gallery\";s:6:\"line_1\";s:31:\"Replace the standard WP Gallery\";s:6:\"line_2\";s:31:\"with the Sliders of your choice\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpgallery.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"GA\";}}s:25:\"revslider-rel-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-rel-posts-addon\";s:12:\"version_from\";s:7:\"5.2.4.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Related Posts\";s:6:\"line_1\";s:25:\"Add related Posts Sliders\";s:6:\"line_2\";s:31:\"at the end of your post content\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wprelated.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RP\";}}s:26:\"revslider-typewriter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-typewriter-addon\";s:12:\"version_from\";s:5:\"5.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:17:\"Typewriter Effect\";s:6:\"line_1\";s:27:\"Enhance your slider\'s text \";s:6:\"line_2\";s:24:\"with typewriter effects \";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_typewriter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"TW\";}}s:23:\"revslider-sharing-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-sharing-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Social Sharing\";s:6:\"line_1\";s:17:\"Share your slides\";s:6:\"line_2\";s:50:\"with RevSlider \"actions\" because sharing is caring\";s:9:\"available\";s:5:\"2.0.5\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:80:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_socialsharing.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SH\";}}s:27:\"revslider-maintenance-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-maintenance-addon\";s:12:\"version_from\";s:5:\"5.3.1\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:15:\"Coming & Maint.\";s:6:\"line_1\";s:37:\"Simple Coming Soon & Maintenance Page\";s:6:\"line_2\";s:42:\"Let your visitors know what\'s up and when!\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:84:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_underconstruction.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:20:\"revslider-snow-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:20:\"revslider-snow-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Holiday Snow\";s:6:\"line_1\";s:12:\"Let it snow!\";s:6:\"line_2\";s:32:\"Add animated snow to any Slider \";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:71:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_snow.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SN\";}}s:24:\"revslider-polyfold-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-polyfold-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:22:\"Polyfold Scroll Effect\";s:6:\"line_1\";s:32:\"Add sharp edges to your sliders \";s:6:\"line_2\";s:35:\"as they scroll into and out of view\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_polyfold.jpg\";s:5:\"color\";s:7:\"#3e186f\";s:4:\"text\";s:2:\"PF\";}}s:19:\"revslider-404-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:19:\"revslider-404-addon\";s:12:\"version_from\";s:3:\"5.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:3:\"404\";s:6:\"line_1\";s:39:\"Build custom 404 \"Page not Found\" Pages\";s:6:\"line_2\";s:28:\"with Slider Revolution swag!\";s:9:\"available\";s:5:\"2.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:70:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_404.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"404\";}}s:30:\"revslider-prevnext-posts-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-prevnext-posts-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Adjacent Posts\";s:6:\"line_1\";s:30:\"Display previous and next post\";s:6:\"line_2\";s:28:\"to the currently showing one\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpadjacent.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:25:\"revslider-filmstrip-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-filmstrip-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Filmstrip\";s:6:\"line_1\";s:44:\"Display a continously rotating set of images\";s:6:\"line_2\";s:26:\"for your slide backgrounds\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_filmstrip.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FS\";}}s:21:\"revslider-login-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:21:\"revslider-login-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Login Page\";s:6:\"line_1\";s:25:\"Very simple WP Login Page\";s:6:\"line_2\";s:34:\"enhanced with your favorite slider\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:72:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_login.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LI\";}}s:24:\"revslider-featured-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-featured-addon\";s:12:\"version_from\";s:3:\"5.4\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:20:\"Post Featured Slider\";s:6:\"line_1\";s:25:\"Display a featured Slider\";s:6:\"line_2\";s:41:\"instead of a featured Image in your Posts\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:1;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_wpfeatured.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"FT\";}}s:23:\"revslider-weather-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-weather-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Weather\";s:6:\"line_1\";s:21:\"Every where you go...\";s:6:\"line_2\";s:36:\"...always take the weather with you!\";s:9:\"available\";s:5:\"2.0.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:9:\"Configure\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_weather.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WT\";}}s:24:\"revslider-panorama-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-panorama-addon\";s:12:\"version_from\";s:7:\"5.4.5.2\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"Panorama\";s:6:\"line_1\";s:14:\"Panorama AddOn\";s:6:\"line_2\";s:28:\"Display images in 360 degree\";s:9:\"available\";s:5:\"2.1.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:75:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_panorama.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PN\";}}s:30:\"revslider-duotonefilters-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"revslider-duotonefilters-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:7:\"Duotone\";s:6:\"line_1\";s:7:\"Duotone\";s:6:\"line_2\";s:25:\"Because one is not enough\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:74:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_duotone.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:3:\"DTF\";}}s:23:\"revslider-refresh-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:23:\"revslider-refresh-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:8:\"(Re)Load\";s:6:\"line_1\";s:39:\"Reload the current page or a custom URL\";s:6:\"line_2\";s:34:\"after a certain time, loops, slide\";s:9:\"available\";s:5:\"2.0.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reload.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RF\";}}s:28:\"revslider-liquideffect-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:28:\"revslider-liquideffect-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Distortion\";s:6:\"line_1\";s:22:\"Add Distortion Effects\";s:6:\"line_2\";s:30:\"to your slides and transitions\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_distortion.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LE\";}}s:31:\"revslider-explodinglayers-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:31:\"revslider-explodinglayers-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Exploding Layers\";s:6:\"line_1\";s:23:\"Add explosive particles\";s:6:\"line_2\";s:24:\"to your layers animation\";s:9:\"available\";s:5:\"2.1.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_exploding.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"EL\";}}s:26:\"revslider-paintbrush-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-paintbrush-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Paintbrush\";s:6:\"line_1\";s:14:\"Paint or Erase\";s:6:\"line_2\";s:22:\"your background images\";s:9:\"available\";s:5:\"2.1.9\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_paintbrush.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PB\";}}s:29:\"revslider-domain-switch-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:29:\"revslider-domain-switch-addon\";s:12:\"version_from\";s:5:\"6.0.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:13:\"Domain Switch\";s:6:\"line_1\";s:17:\"Switch Image URLs\";s:6:\"line_2\";s:37:\"in sliders from one domain to another\";s:9:\"available\";s:5:\"1.0.1\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:79:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_domainswitch.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"DS\";}}s:25:\"revslider-mousetrap-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-mousetrap-addon\";s:12:\"version_from\";s:6:\"6.2.23\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:9:\"Mousetrap\";s:6:\"line_1\";s:31:\"Create all kinds of interesting\";s:6:\"line_2\";s:19:\" mouse interactions\";s:9:\"available\";s:5:\"2.0.8\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_mousetrap.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"MT\";}}s:26:\"revslider-whiteboard-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:26:\"revslider-whiteboard-addon\";s:12:\"version_from\";s:5:\"5.2.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:10:\"Whiteboard\";s:6:\"line_1\";s:31:\"Create Hand-Drawn Presentations\";s:6:\"line_2\";s:45:\"that are understandable, memorable & engaging\";s:9:\"available\";s:5:\"2.2.3\";s:10:\"background\";s:81:\"//updates.themepunch-ext-a.tools/revslider/addons/images/whiteboard_widget_bg.jpg\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:77:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_whiteboard.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"WB\";}}s:27:\"revslider-scrollvideo-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-scrollvideo-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:12:\"Scroll Video\";s:6:\"line_1\";s:114:\"This addon allows you to generate a sequence of images from any html5 video and play them with scroll interaction.\";s:6:\"line_2\";s:49:\"Quality options are included for optimal results!\";s:9:\"available\";s:5:\"2.0.4\";s:10:\"background\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_scrollvideo.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SV\";}}s:22:\"revslider-slicey-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-slicey-addon\";s:12:\"version_from\";s:5:\"5.4.6\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Slicey\";s:6:\"line_1\";s:20:\"Slice \'em up nicely!\";s:6:\"line_2\";s:38:\"Create image slices of your background\";s:9:\"available\";s:5:\"2.0.6\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_slicey.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"SL\";}}s:24:\"revslider-revealer-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:24:\"revslider-revealer-addon\";s:12:\"version_from\";s:5:\"6.2.3\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Reveal\";s:6:\"line_1\";s:9:\"Reveal...\";s:6:\"line_2\";s:37:\"...your inner beast... and RevSliders\";s:9:\"available\";s:5:\"2.1.0\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_reveal.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"RV\";}}s:25:\"revslider-particles-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:25:\"revslider-particles-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:16:\"Particle Effects\";s:6:\"line_1\";s:17:\"Let\'s Parti(cle)!\";s:6:\"line_2\";s:51:\"Add interactive particle animations to your sliders\";s:9:\"available\";s:5:\"2.3.4\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:11:\"How to use?\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:76:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_particles.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"PT\";}}s:27:\"revslider-beforeafter-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-beforeafter-addon\";s:12:\"version_from\";s:6:\"6.2.50\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:14:\"Before & After\";s:6:\"line_1\";s:35:\"Compare two slides before and after\";s:6:\"line_2\";s:33:\"use it vertically or horizontally\";s:9:\"available\";s:6:\"2.0.10\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:0:\"\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_beforeafter.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BA\";}}s:27:\"revslider-bubblemorph-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:27:\"revslider-bubblemorph-addon\";s:12:\"version_from\";s:6:\"6.2.50\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:11:\"BubbleMorph\";s:6:\"line_1\";s:26:\"Include BubbleMorph Layers\";s:6:\"line_2\";s:33:\"for a decorative lava lamp effect\";s:9:\"available\";s:5:\"2.2.2\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:78:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_bubblemorph.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"BM\";}}s:22:\"revslider-lottie-addon\";O:8:\"stdClass\":11:{s:4:\"slug\";s:22:\"revslider-lottie-addon\";s:12:\"version_from\";s:5:\"6.3.0\";s:10:\"version_to\";s:5:\"9.9.9\";s:5:\"title\";s:6:\"Lottie\";s:6:\"line_1\";s:53:\"Adds support for the popular Lottie Animation format,\";s:6:\"line_2\";s:70:\" including animation control, style customization and a local library.\";s:9:\"available\";s:5:\"2.0.3\";s:10:\"background\";s:0:\"\";s:6:\"button\";s:6:\"How To\";s:6:\"global\";b:0;s:4:\"logo\";O:8:\"stdClass\":3:{s:3:\"img\";s:73:\"//updates.themepunch-ext-a.tools/revslider/addons/images/addon_lottie.jpg\";s:5:\"color\";s:0:\"\";s:4:\"text\";s:2:\"LT\";}}}','yes'),(179,'revslider-library-check','1625109173','yes'),(180,'revslider-library-hash','dae3de1eb57eeeee008b70e9a23844b5','yes'),(181,'rs-library','a:3:{s:4:\"hash\";s:32:\"dae3de1eb57eeeee008b70e9a23844b5\";s:7:\"objects\";a:417:{i:0;a:12:{s:2:\"id\";s:3:\"198\";s:6:\"handle\";s:16:\"object_dvd_1.png\";s:4:\"name\";s:3:\"DVD\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:43:17\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:1;a:12:{s:2:\"id\";s:3:\"188\";s:6:\"handle\";s:18:\"object_plant_1.png\";s:4:\"name\";s:7:\"Plant 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:2;a:12:{s:2:\"id\";s:3:\"187\";s:6:\"handle\";s:16:\"object_pen_1.png\";s:4:\"name\";s:5:\"Pen 1\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-12 16:25:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:3;a:12:{s:2:\"id\";s:3:\"172\";s:6:\"handle\";s:16:\"object_egg_1.png\";s:4:\"name\";s:3:\"Egg\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:4;a:12:{s:2:\"id\";s:3:\"171\";s:6:\"handle\";s:19:\"object_guitar_1.png\";s:4:\"name\";s:6:\"Guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:5;a:12:{s:2:\"id\";s:3:\"170\";s:6:\"handle\";s:21:\"object_envelope_1.png\";s:4:\"name\";s:15:\"Closed Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:6;a:12:{s:2:\"id\";s:3:\"169\";s:6:\"handle\";s:19:\"object_postit_2.png\";s:4:\"name\";s:18:\"Postit Label White\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:7;a:12:{s:2:\"id\";s:3:\"168\";s:6:\"handle\";s:21:\"object_envelope_2.png\";s:4:\"name\";s:13:\"Open Envelope\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:8;a:12:{s:2:\"id\";s:3:\"167\";s:6:\"handle\";s:17:\"object_eggs_1.png\";s:4:\"name\";s:10:\"Egg Carton\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:9;a:12:{s:2:\"id\";s:3:\"166\";s:6:\"handle\";s:25:\"object_bottleopener_1.png\";s:4:\"name\";s:13:\"Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:10;a:12:{s:2:\"id\";s:3:\"165\";s:6:\"handle\";s:23:\"object_blueprints_1.png\";s:4:\"name\";s:10:\"Blueprints\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:11;a:12:{s:2:\"id\";s:3:\"164\";s:6:\"handle\";s:22:\"object_holepunch_1.png\";s:4:\"name\";s:10:\"Hole punch\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:12;a:12:{s:2:\"id\";s:3:\"163\";s:6:\"handle\";s:20:\"object_speaker_1.png\";s:4:\"name\";s:13:\"Black Speaker\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:13;a:12:{s:2:\"id\";s:3:\"162\";s:6:\"handle\";s:19:\"object_eraser_1.png\";s:4:\"name\";s:6:\"Eraser\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:14;a:12:{s:2:\"id\";s:3:\"161\";s:6:\"handle\";s:23:\"object_vinylcover_1.png\";s:4:\"name\";s:11:\"Vinyl Cover\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:15;a:12:{s:2:\"id\";s:3:\"160\";s:6:\"handle\";s:20:\"object_booklet_1.png\";s:4:\"name\";s:9:\"Booklet 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:16;a:12:{s:2:\"id\";s:3:\"159\";s:6:\"handle\";s:22:\"object_earphones_2.png\";s:4:\"name\";s:11:\"Earphones 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:17;a:12:{s:2:\"id\";s:3:\"158\";s:6:\"handle\";s:18:\"object_vinyl_1.png\";s:4:\"name\";s:5:\"Vinyl\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:18;a:12:{s:2:\"id\";s:3:\"157\";s:6:\"handle\";s:19:\"object_postit_1.png\";s:4:\"name\";s:17:\"Postit Label Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:19;a:12:{s:2:\"id\";s:3:\"156\";s:6:\"handle\";s:23:\"object_mechpencil_1.png\";s:4:\"name\";s:17:\"Mechanical Pencil\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:20;a:12:{s:2:\"id\";s:3:\"155\";s:6:\"handle\";s:22:\"object_turntable_1.png\";s:4:\"name\";s:9:\"Turntable\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:21;a:12:{s:2:\"id\";s:3:\"154\";s:6:\"handle\";s:19:\"object_folder_2.png\";s:4:\"name\";s:19:\"Closed Folder Black\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:22;a:12:{s:2:\"id\";s:3:\"153\";s:6:\"handle\";s:19:\"object_postit_4.png\";s:4:\"name\";s:18:\"Postit Label Green\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:23;a:12:{s:2:\"id\";s:3:\"152\";s:6:\"handle\";s:19:\"object_folder_1.png\";s:4:\"name\";s:12:\"Blank Folder\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:24;a:12:{s:2:\"id\";s:3:\"151\";s:6:\"handle\";s:19:\"object_pencup_1.png\";s:4:\"name\";s:7:\"Pen Cup\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:25;a:12:{s:2:\"id\";s:3:\"150\";s:6:\"handle\";s:23:\"object_winebottle_1.png\";s:4:\"name\";s:15:\"Red Wine Bottle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:26;a:12:{s:2:\"id\";s:3:\"149\";s:6:\"handle\";s:23:\"object_headphones_1.png\";s:4:\"name\";s:10:\"Headphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:27;a:12:{s:2:\"id\";s:3:\"148\";s:6:\"handle\";s:22:\"object_earphones_1.png\";s:4:\"name\";s:9:\"Earphones\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:28;a:12:{s:2:\"id\";s:3:\"147\";s:6:\"handle\";s:19:\"object_postit_3.png\";s:4:\"name\";s:19:\"Postit Label Yellow\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:29;a:12:{s:2:\"id\";s:3:\"146\";s:6:\"handle\";s:22:\"object_corkscrew_1.png\";s:4:\"name\";s:23:\"Corkscrew Bottle Opener\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1300\";s:6:\"height\";s:4:\"1300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-18 15:34:49\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:30;a:12:{s:2:\"id\";s:3:\"145\";s:6:\"handle\";s:19:\"object_muffin_1.png\";s:4:\"name\";s:16:\"Chocolate Muffin\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"900\";s:6:\"height\";s:3:\"900\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:31;a:12:{s:2:\"id\";s:3:\"144\";s:6:\"handle\";s:18:\"object_chair_2.png\";s:4:\"name\";s:12:\"Yellow Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:32;a:12:{s:2:\"id\";s:3:\"143\";s:6:\"handle\";s:18:\"object_knife_2.png\";s:4:\"name\";s:7:\"Knife 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:33;a:12:{s:2:\"id\";s:3:\"142\";s:6:\"handle\";s:26:\"object_choppingboard_2.png\";s:4:\"name\";s:16:\"Chopping Board 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:34;a:12:{s:2:\"id\";s:3:\"141\";s:6:\"handle\";s:26:\"object_choppingboard_3.png\";s:4:\"name\";s:16:\"Chopping Board 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:35;a:12:{s:2:\"id\";s:3:\"140\";s:6:\"handle\";s:19:\"object_coffee_2.png\";s:4:\"name\";s:12:\"Coffee Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:36;a:12:{s:2:\"id\";s:3:\"139\";s:6:\"handle\";s:18:\"object_bread_1.png\";s:4:\"name\";s:15:\"Croissant Bread\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:37;a:12:{s:2:\"id\";s:3:\"138\";s:6:\"handle\";s:18:\"object_spoon_2.png\";s:4:\"name\";s:12:\"Wodden Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:38;a:12:{s:2:\"id\";s:3:\"137\";s:6:\"handle\";s:26:\"object_choppingboard_1.png\";s:4:\"name\";s:16:\"Chopping Board 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:39;a:12:{s:2:\"id\";s:3:\"136\";s:6:\"handle\";s:16:\"object_cup_2.png\";s:4:\"name\";s:11:\"Empty Cup 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:40;a:12:{s:2:\"id\";s:3:\"135\";s:6:\"handle\";s:18:\"object_knife_1.png\";s:4:\"name\";s:5:\"Knife\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:41;a:12:{s:2:\"id\";s:3:\"134\";s:6:\"handle\";s:18:\"object_spoon_1.png\";s:4:\"name\";s:5:\"Spoon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:42;a:12:{s:2:\"id\";s:3:\"133\";s:6:\"handle\";s:16:\"object_cup_1.png\";s:4:\"name\";s:9:\"Empty Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:43;a:12:{s:2:\"id\";s:3:\"132\";s:6:\"handle\";s:18:\"object_chair_3.png\";s:4:\"name\";s:11:\"White Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:44;a:12:{s:2:\"id\";s:3:\"131\";s:6:\"handle\";s:19:\"object_coffee_1.png\";s:4:\"name\";s:10:\"Coffee Cup\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:45;a:12:{s:2:\"id\";s:3:\"130\";s:6:\"handle\";s:19:\"object_frypan_2.png\";s:4:\"name\";s:9:\"Fry Pan 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:46;a:12:{s:2:\"id\";s:3:\"129\";s:6:\"handle\";s:19:\"object_frypan_1.png\";s:4:\"name\";s:9:\"Fry Pan 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:47;a:12:{s:2:\"id\";s:3:\"128\";s:6:\"handle\";s:17:\"object_fork_1.png\";s:4:\"name\";s:4:\"Fork\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:48;a:12:{s:2:\"id\";s:3:\"127\";s:6:\"handle\";s:20:\"object_dishrag_1.png\";s:4:\"name\";s:13:\"Dishrag Cloth\";s:4:\"tags\";a:0:{}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-17 13:48:44\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:49;a:12:{s:2:\"id\";s:3:\"126\";s:6:\"handle\";s:20:\"object_wacom_pen.png\";s:4:\"name\";s:17:\"Wacom Drawing Pen\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1060\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:50;a:12:{s:2:\"id\";s:3:\"125\";s:6:\"handle\";s:21:\"object_occulus_vr.png\";s:4:\"name\";s:23:\"Occulus Virtual Reality\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:51;a:12:{s:2:\"id\";s:3:\"124\";s:6:\"handle\";s:18:\"object_antenna.png\";s:4:\"name\";s:13:\"Antenna Radar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:52;a:12:{s:2:\"id\";s:3:\"123\";s:6:\"handle\";s:21:\"object_solarpanel.png\";s:4:\"name\";s:11:\"Solar Panel\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:53;a:12:{s:2:\"id\";s:3:\"122\";s:6:\"handle\";s:16:\"object_wacom.png\";s:4:\"name\";s:20:\"Wacom Drawing Tablet\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:54;a:12:{s:2:\"id\";s:3:\"121\";s:6:\"handle\";s:18:\"object_earth_2.png\";s:4:\"name\";s:20:\"Earth Globe Planet 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:55;a:12:{s:2:\"id\";s:3:\"120\";s:6:\"handle\";s:18:\"object_chair_1.png\";s:4:\"name\";s:12:\"Office Chair\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:56;a:12:{s:2:\"id\";s:3:\"119\";s:6:\"handle\";s:24:\"object_windturbine_2.png\";s:4:\"name\";s:14:\"Wind Turbine 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:57;a:12:{s:2:\"id\";s:3:\"118\";s:6:\"handle\";s:22:\"object_windturbine.png\";s:4:\"name\";s:12:\"Wind Turbine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:58;a:12:{s:2:\"id\";s:3:\"117\";s:6:\"handle\";s:16:\"object_earth.png\";s:4:\"name\";s:18:\"Earth Globe Planet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 16:50:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:59;a:12:{s:2:\"id\";s:2:\"88\";s:6:\"handle\";s:24:\"object_eiffeltower_2.png\";s:4:\"name\";s:13:\"Eiffeltower 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:60;a:12:{s:2:\"id\";s:2:\"87\";s:6:\"handle\";s:21:\"object_notebook_1.png\";s:4:\"name\";s:11:\"Notebook PC\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:61;a:12:{s:2:\"id\";s:2:\"86\";s:6:\"handle\";s:20:\"object_macbook_1.png\";s:4:\"name\";s:20:\"Apple Macbook Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:62;a:12:{s:2:\"id\";s:2:\"85\";s:6:\"handle\";s:18:\"object_canon_2.png\";s:4:\"name\";s:21:\"Canon Camera DSLR Top\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:63;a:12:{s:2:\"id\";s:2:\"84\";s:6:\"handle\";s:19:\"object_iphone_3.png\";s:4:\"name\";s:25:\"Apple iPhone Silver White\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:64;a:12:{s:2:\"id\";s:2:\"83\";s:6:\"handle\";s:18:\"object_candy_2.png\";s:4:\"name\";s:15:\"Candy Colored 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:65;a:12:{s:2:\"id\";s:2:\"82\";s:6:\"handle\";s:21:\"object_macmouse_1.png\";s:4:\"name\";s:15:\"Apple Mac Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:66;a:12:{s:2:\"id\";s:2:\"81\";s:6:\"handle\";s:19:\"object_iphone_1.png\";s:4:\"name\";s:18:\"Apple iPhone Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:67;a:12:{s:2:\"id\";s:2:\"80\";s:6:\"handle\";s:17:\"object_deco_1.png\";s:4:\"name\";s:17:\"White Deco Object\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:68;a:12:{s:2:\"id\";s:2:\"79\";s:6:\"handle\";s:23:\"object_applewatch_1.png\";s:4:\"name\";s:24:\"Apple Watch White Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:69;a:12:{s:2:\"id\";s:2:\"78\";s:6:\"handle\";s:23:\"object_swissknife_1.png\";s:4:\"name\";s:11:\"Swiss Knife\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:70;a:12:{s:2:\"id\";s:2:\"77\";s:6:\"handle\";s:23:\"object_applewatch_2.png\";s:4:\"name\";s:17:\"Apple Watch Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:71;a:12:{s:2:\"id\";s:2:\"76\";s:6:\"handle\";s:18:\"object_candy_1.png\";s:4:\"name\";s:13:\"Candy Colored\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:72;a:12:{s:2:\"id\";s:2:\"75\";s:6:\"handle\";s:17:\"object_ipad_1.png\";s:4:\"name\";s:16:\"Apple iPad Black\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:73;a:12:{s:2:\"id\";s:2:\"74\";s:6:\"handle\";s:17:\"object_lamp_2.png\";s:4:\"name\";s:15:\"Black Desk Lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:74;a:12:{s:2:\"id\";s:2:\"73\";s:6:\"handle\";s:18:\"object_canon_1.png\";s:4:\"name\";s:17:\"Canon Camera DLSR\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:75;a:12:{s:2:\"id\";s:2:\"72\";s:6:\"handle\";s:23:\"object_blackberry_2.png\";s:4:\"name\";s:12:\"Blackberry 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:76;a:12:{s:2:\"id\";s:2:\"71\";s:6:\"handle\";s:19:\"object_iphone_2.png\";s:4:\"name\";s:19:\"Apple iPhone Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:77;a:12:{s:2:\"id\";s:2:\"70\";s:6:\"handle\";s:17:\"object_ipad_2.png\";s:4:\"name\";s:15:\"Apple iPad Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:78;a:12:{s:2:\"id\";s:2:\"69\";s:6:\"handle\";s:20:\"object_printer_1.png\";s:4:\"name\";s:7:\"Printer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:79;a:12:{s:2:\"id\";s:2:\"68\";s:6:\"handle\";s:20:\"object_pcmouse_1.png\";s:4:\"name\";s:14:\"Black PC Mouse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:80;a:12:{s:2:\"id\";s:2:\"67\";s:6:\"handle\";s:17:\"object_ipad_3.png\";s:4:\"name\";s:17:\"Apple iPad Silver\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:81;a:12:{s:2:\"id\";s:2:\"66\";s:6:\"handle\";s:17:\"object_lamp_1.png\";s:4:\"name\";s:13:\"Desk Lamp Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:82;a:12:{s:2:\"id\";s:2:\"65\";s:6:\"handle\";s:22:\"object_macscreen_1.png\";s:4:\"name\";s:16:\"Apple Mac Screen\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"2000\";s:6:\"height\";s:4:\"2000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:83;a:12:{s:2:\"id\";s:2:\"64\";s:6:\"handle\";s:23:\"object_blackberry_3.png\";s:4:\"name\";s:12:\"Blackberry 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:84;a:12:{s:2:\"id\";s:2:\"63\";s:6:\"handle\";s:23:\"object_applewatch_3.png\";s:4:\"name\";s:16:\"Apple Watch Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:85;a:12:{s:2:\"id\";s:2:\"62\";s:6:\"handle\";s:23:\"object_blackberry_1.png\";s:4:\"name\";s:10:\"Blackberry\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 16:51:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:86;a:12:{s:2:\"id\";s:2:\"49\";s:6:\"handle\";s:19:\"object_bottle_1.png\";s:4:\"name\";s:18:\"Brown Glass Bottle\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:1;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:87;a:12:{s:2:\"id\";s:2:\"48\";s:6:\"handle\";s:20:\"object_glasses_1.png\";s:4:\"name\";s:19:\"Hipster Glasses Top\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:88;a:12:{s:2:\"id\";s:2:\"47\";s:6:\"handle\";s:21:\"object_magazine_1.png\";s:4:\"name\";s:14:\"Blank Magazine\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:89;a:12:{s:2:\"id\";s:2:\"46\";s:6:\"handle\";s:28:\"object_leatherdocument_2.png\";s:4:\"name\";s:24:\"Black Leather Document 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:90;a:12:{s:2:\"id\";s:2:\"45\";s:6:\"handle\";s:18:\"object_purse_2.png\";s:4:\"name\";s:13:\"Black Purse 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:91;a:12:{s:2:\"id\";s:2:\"44\";s:6:\"handle\";s:23:\"object_typewriter_1.png\";s:4:\"name\";s:18:\"Retro Typewriter 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:92;a:12:{s:2:\"id\";s:2:\"43\";s:6:\"handle\";s:17:\"object_book_5.png\";s:4:\"name\";s:9:\"Old Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:93;a:12:{s:2:\"id\";s:2:\"42\";s:6:\"handle\";s:28:\"object_leatherdocument_1.png\";s:4:\"name\";s:29:\"Black Leather Document Closed\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:94;a:12:{s:2:\"id\";s:2:\"41\";s:6:\"handle\";s:17:\"object_book_4.png\";s:4:\"name\";s:8:\"Old Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:95;a:12:{s:2:\"id\";s:2:\"40\";s:6:\"handle\";s:19:\"object_wallet_2.png\";s:4:\"name\";s:22:\"Black Leather Document\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:96;a:12:{s:2:\"id\";s:2:\"39\";s:6:\"handle\";s:18:\"object_quill_2.png\";s:4:\"name\";s:15:\"Quill Feather 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:97;a:12:{s:2:\"id\";s:2:\"38\";s:6:\"handle\";s:24:\"object_eiffeltower_1.png\";s:4:\"name\";s:11:\"Eiffeltower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:98;a:12:{s:2:\"id\";s:2:\"37\";s:6:\"handle\";s:21:\"object_magazine_2.png\";s:4:\"name\";s:11:\"Open Book 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1333\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:99;a:12:{s:2:\"id\";s:2:\"36\";s:6:\"handle\";s:17:\"object_book_1.png\";s:4:\"name\";s:10:\"Blank Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:100;a:12:{s:2:\"id\";s:2:\"35\";s:6:\"handle\";s:20:\"object_glasses_2.png\";s:4:\"name\";s:15:\"Hipster Glasses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:101;a:12:{s:2:\"id\";s:2:\"34\";s:6:\"handle\";s:17:\"object_book_2.png\";s:4:\"name\";s:11:\"Open Book 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:102;a:12:{s:2:\"id\";s:2:\"33\";s:6:\"handle\";s:19:\"object_gloves_1.png\";s:4:\"name\";s:12:\"Black Gloves\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:103;a:12:{s:2:\"id\";s:2:\"32\";s:6:\"handle\";s:23:\"object_typewriter_2.png\";s:4:\"name\";s:16:\"Retro Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:104;a:12:{s:2:\"id\";s:2:\"31\";s:6:\"handle\";s:17:\"object_book_3.png\";s:4:\"name\";s:9:\"Open Book\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:105;a:12:{s:2:\"id\";s:2:\"30\";s:6:\"handle\";s:19:\"object_wallet_1.png\";s:4:\"name\";s:12:\"Black Wallet\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1500\";s:6:\"height\";s:4:\"1500\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:106;a:12:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:18:\"object_purse_1.png\";s:4:\"name\";s:11:\"Black Purse\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:107;a:12:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:18:\"object_quill_1.png\";s:4:\"name\";s:13:\"Quill Feather\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 12:57:32\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:108;a:12:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:19:\"object_artbox_2.png\";s:4:\"name\";s:16:\"Art Box Colors 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:109;a:12:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:18:\"object_cloth_1.png\";s:4:\"name\";s:17:\"Cloth Paint Color\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:110;a:12:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:21:\"object_brushpot_1.png\";s:4:\"name\";s:9:\"Brush Pot\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"984\";s:6:\"height\";s:3:\"984\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:111;a:12:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:24:\"object_paintbucket_1.png\";s:4:\"name\";s:12:\"Paint Bucket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1400\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:112;a:12:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:23:\"object_paintbrush_2.png\";s:4:\"name\";s:12:\"Paintbrush 3\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:3:\"700\";s:6:\"height\";s:3:\"700\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:113;a:12:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:19:\"object_artbox_1.png\";s:4:\"name\";s:14:\"Art Box Colors\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:114;a:12:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:23:\"object_paintbrush_3.png\";s:4:\"name\";s:12:\"Paintbrush 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:115;a:12:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:23:\"object_paintbrush_1.png\";s:4:\"name\";s:12:\"Paintbrush 1\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:4:\"1000\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-12 10:59:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:116;a:12:{s:2:\"id\";s:2:\"11\";s:6:\"handle\";s:21:\"table_radio_right.png\";s:4:\"name\";s:18:\"Radio Speaker Wood\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:117;a:12:{s:2:\"id\";s:2:\"10\";s:6:\"handle\";s:18:\"keyboard_apple.png\";s:4:\"name\";s:14:\"Apple Keyboard\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:118;a:12:{s:2:\"id\";s:1:\"9\";s:6:\"handle\";s:20:\"macbook_top_gold.png\";s:4:\"name\";s:18:\"Apple Macbook Gold\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:119;a:12:{s:2:\"id\";s:1:\"8\";s:6:\"handle\";s:21:\"nexus6_front_blue.png\";s:4:\"name\";s:19:\"Google Nexus 6 Blue\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:1;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1100\";s:6:\"height\";s:4:\"1100\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-11 13:37:51\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"1\";}i:120;a:12:{s:2:\"id\";s:3:\"479\";s:6:\"handle\";s:31:\"Tram-beside-waiting-station.jpg\";s:4:\"name\";s:27:\"Tram beside waiting station\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:52:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:121;a:12:{s:2:\"id\";s:3:\"478\";s:6:\"handle\";s:14:\"Pulling-up.jpg\";s:4:\"name\";s:10:\"Pulling up\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1297\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:122;a:12:{s:2:\"id\";s:3:\"477\";s:6:\"handle\";s:16:\"Snowboarding.jpg\";s:4:\"name\";s:12:\"Snowboarding\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1290\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:41:20\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:123;a:12:{s:2:\"id\";s:3:\"476\";s:6:\"handle\";s:16:\"Morning-yoga.jpg\";s:4:\"name\";s:12:\"Morning yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1346\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:124;a:12:{s:2:\"id\";s:3:\"475\";s:6:\"handle\";s:8:\"Yoga.jpg\";s:4:\"name\";s:4:\"Yoga\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:125;a:12:{s:2:\"id\";s:3:\"474\";s:6:\"handle\";s:14:\"Golf-balls.jpg\";s:4:\"name\";s:10:\"Golf balls\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:126;a:12:{s:2:\"id\";s:3:\"473\";s:6:\"handle\";s:19:\"Confident-Boxer.jpg\";s:4:\"name\";s:15:\"Confident Boxer\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:127;a:12:{s:2:\"id\";s:3:\"472\";s:6:\"handle\";s:11:\"Aerobic.jpg\";s:4:\"name\";s:7:\"Aerobic\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:40:23\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:128;a:12:{s:2:\"id\";s:3:\"471\";s:6:\"handle\";s:18:\"Riding-bicycle.jpg\";s:4:\"name\";s:14:\"Riding bicycle\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1358\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:129;a:12:{s:2:\"id\";s:3:\"470\";s:6:\"handle\";s:27:\"woman-with-barbell-back.jpg\";s:4:\"name\";s:23:\"woman with barbell back\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:130;a:12:{s:2:\"id\";s:3:\"469\";s:6:\"handle\";s:24:\"Woman-lying-on-floor.jpg\";s:4:\"name\";s:20:\"Woman lying on floor\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1318\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:131;a:12:{s:2:\"id\";s:3:\"468\";s:6:\"handle\";s:27:\"Holding-black-dumbbells.jpg\";s:4:\"name\";s:23:\"Holding black dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:132;a:12:{s:2:\"id\";s:3:\"467\";s:6:\"handle\";s:25:\"Woman-using-dumbbells.jpg\";s:4:\"name\";s:21:\"Woman using dumbbells\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1425\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:133;a:12:{s:2:\"id\";s:3:\"466\";s:6:\"handle\";s:16:\"Soccer-cleat.jpg\";s:4:\"name\";s:12:\"Soccer cleat\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:134;a:12:{s:2:\"id\";s:3:\"465\";s:6:\"handle\";s:16:\"Soccer-field.jpg\";s:4:\"name\";s:12:\"Soccer field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:135;a:12:{s:2:\"id\";s:3:\"464\";s:6:\"handle\";s:23:\"Man-tying-his-shoes.jpg\";s:4:\"name\";s:19:\"Man tying his shoes\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1200\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:136;a:12:{s:2:\"id\";s:3:\"463\";s:6:\"handle\";s:10:\"Boxing.jpg\";s:4:\"name\";s:6:\"Boxing\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:137;a:12:{s:2:\"id\";s:3:\"462\";s:6:\"handle\";s:22:\"woman-with-barbell.jpg\";s:4:\"name\";s:18:\"woman with barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:138;a:12:{s:2:\"id\";s:3:\"461\";s:6:\"handle\";s:12:\"Crossfit.jpg\";s:4:\"name\";s:8:\"Crossfit\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:139;a:12:{s:2:\"id\";s:3:\"460\";s:6:\"handle\";s:25:\"Man-and-woman-jogging.jpg\";s:4:\"name\";s:21:\"Man and woman jogging\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:140;a:12:{s:2:\"id\";s:3:\"459\";s:6:\"handle\";s:16:\"Playing-golf.jpg\";s:4:\"name\";s:12:\"Playing golf\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:141;a:12:{s:2:\"id\";s:3:\"458\";s:6:\"handle\";s:18:\"Surfer-in-wave.jpg\";s:4:\"name\";s:14:\"Surfer in wave\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:142;a:12:{s:2:\"id\";s:3:\"457\";s:6:\"handle\";s:25:\"Woman-lifting-barbell.jpg\";s:4:\"name\";s:21:\"Woman lifting barbell\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:143;a:12:{s:2:\"id\";s:3:\"456\";s:6:\"handle\";s:14:\"Stretching.jpg\";s:4:\"name\";s:10:\"Stretching\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:144;a:12:{s:2:\"id\";s:3:\"455\";s:6:\"handle\";s:18:\"Snowboarding-2.jpg\";s:4:\"name\";s:14:\"Snowboarding 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:145;a:12:{s:2:\"id\";s:3:\"454\";s:6:\"handle\";s:11:\"Balance.jpg\";s:4:\"name\";s:7:\"Balance\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:146;a:12:{s:2:\"id\";s:3:\"453\";s:6:\"handle\";s:19:\"Pool-meditation.jpg\";s:4:\"name\";s:15:\"Pool meditation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:147;a:12:{s:2:\"id\";s:3:\"452\";s:6:\"handle\";s:18:\"Soccer-stadium.jpg\";s:4:\"name\";s:14:\"Soccer stadium\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:148;a:12:{s:2:\"id\";s:3:\"451\";s:6:\"handle\";s:25:\"Soccer-field-top-view.jpg\";s:4:\"name\";s:21:\"Soccer field top view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:149;a:12:{s:2:\"id\";s:3:\"450\";s:6:\"handle\";s:14:\"Basketball.jpg\";s:4:\"name\";s:10:\"Basketball\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:150;a:12:{s:2:\"id\";s:3:\"449\";s:6:\"handle\";s:14:\"in-the-fog.jpg\";s:4:\"name\";s:10:\"in the fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:151;a:12:{s:2:\"id\";s:3:\"448\";s:6:\"handle\";s:13:\"Handstand.jpg\";s:4:\"name\";s:9:\"Handstand\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:38:24\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:152;a:12:{s:2:\"id\";s:3:\"447\";s:6:\"handle\";s:11:\"Friends.jpg\";s:4:\"name\";s:7:\"Friends\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:153;a:12:{s:2:\"id\";s:3:\"446\";s:6:\"handle\";s:28:\"Sneakers-on-the-railroad.jpg\";s:4:\"name\";s:24:\"Sneakers on the railroad\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:154;a:12:{s:2:\"id\";s:3:\"445\";s:6:\"handle\";s:23:\"Family-on-the-ocean.jpg\";s:4:\"name\";s:19:\"Family on the ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:155;a:12:{s:2:\"id\";s:3:\"444\";s:6:\"handle\";s:10:\"Sunset.jpg\";s:4:\"name\";s:6:\"Sunset\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:156;a:12:{s:2:\"id\";s:3:\"443\";s:6:\"handle\";s:9:\"Books.jpg\";s:4:\"name\";s:5:\"Books\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:157;a:12:{s:2:\"id\";s:3:\"442\";s:6:\"handle\";s:25:\"Looking-at-the-window.jpg\";s:4:\"name\";s:21:\"Looking at the window\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:158;a:12:{s:2:\"id\";s:3:\"441\";s:6:\"handle\";s:48:\"woman-standing-near-buildings-during-daytime.jpg\";s:4:\"name\";s:44:\"woman standing near buildings during daytime\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:159;a:12:{s:2:\"id\";s:3:\"440\";s:6:\"handle\";s:12:\"Lollipop.jpg\";s:4:\"name\";s:8:\"Lollipop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1395\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:160;a:12:{s:2:\"id\";s:3:\"439\";s:6:\"handle\";s:26:\"People-crossing-street.jpg\";s:4:\"name\";s:22:\"People crossing street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:161;a:12:{s:2:\"id\";s:3:\"438\";s:6:\"handle\";s:24:\"Friends-on-the-shore.jpg\";s:4:\"name\";s:20:\"Friends on the shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:162;a:12:{s:2:\"id\";s:3:\"437\";s:6:\"handle\";s:13:\"Coworkers.jpg\";s:4:\"name\";s:9:\"Coworkers\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:163;a:12:{s:2:\"id\";s:3:\"436\";s:6:\"handle\";s:27:\"Hiking-in-the-Dolomites.jpg\";s:4:\"name\";s:23:\"Hiking in the Dolomites\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:164;a:12:{s:2:\"id\";s:3:\"435\";s:6:\"handle\";s:18:\"Successful-man.jpg\";s:4:\"name\";s:14:\"Successful man\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:165;a:12:{s:2:\"id\";s:3:\"434\";s:6:\"handle\";s:23:\"Beautiful-sunny-day.jpg\";s:4:\"name\";s:19:\"Beautiful sunny day\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:166;a:12:{s:2:\"id\";s:3:\"433\";s:6:\"handle\";s:8:\"Guys.jpg\";s:4:\"name\";s:4:\"Guys\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:167;a:12:{s:2:\"id\";s:3:\"432\";s:6:\"handle\";s:19:\"Confetti-Shower.jpg\";s:4:\"name\";s:15:\"Confetti Shower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:168;a:12:{s:2:\"id\";s:3:\"431\";s:6:\"handle\";s:24:\"Sun-was-setting-down.jpg\";s:4:\"name\";s:20:\"Sun was setting down\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:169;a:12:{s:2:\"id\";s:3:\"430\";s:6:\"handle\";s:9:\"Jumps.jpg\";s:4:\"name\";s:5:\"Jumps\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:170;a:12:{s:2:\"id\";s:3:\"429\";s:6:\"handle\";s:23:\"Friends-by-the-fire.jpg\";s:4:\"name\";s:19:\"Friends by the fire\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:171;a:12:{s:2:\"id\";s:3:\"428\";s:6:\"handle\";s:21:\"Under-the-blanket.jpg\";s:4:\"name\";s:17:\"Under the blanket\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1413\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:172;a:12:{s:2:\"id\";s:3:\"427\";s:6:\"handle\";s:18:\"Pretty-in-Pink.jpg\";s:4:\"name\";s:14:\"Pretty in Pink\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1394\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:173;a:12:{s:2:\"id\";s:3:\"426\";s:6:\"handle\";s:31:\"Discussions-at-a-long-table.jpg\";s:4:\"name\";s:27:\"Discussions at a long table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1268\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:174;a:12:{s:2:\"id\";s:3:\"425\";s:6:\"handle\";s:18:\"Lost-in-Lemons.jpg\";s:4:\"name\";s:14:\"Lost in Lemons\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:175;a:12:{s:2:\"id\";s:3:\"424\";s:6:\"handle\";s:13:\"Team-work.jpg\";s:4:\"name\";s:9:\"Team work\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:176;a:12:{s:2:\"id\";s:3:\"423\";s:6:\"handle\";s:20:\"Romantic-evening.jpg\";s:4:\"name\";s:16:\"Romantic evening\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1263\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:36:58\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:177;a:12:{s:2:\"id\";s:3:\"422\";s:6:\"handle\";s:19:\"Crew-collective.jpg\";s:4:\"name\";s:15:\"Crew collective\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:178;a:12:{s:2:\"id\";s:3:\"421\";s:6:\"handle\";s:8:\"Code.jpg\";s:4:\"name\";s:4:\"Code\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:179;a:12:{s:2:\"id\";s:3:\"420\";s:6:\"handle\";s:48:\"Yellow-ceramic-mug-beside-gray-aluminum-iMac.jpg\";s:4:\"name\";s:44:\"Yellow ceramic mug beside gray aluminum iMac\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:180;a:12:{s:2:\"id\";s:3:\"419\";s:6:\"handle\";s:11:\"My-desk.jpg\";s:4:\"name\";s:7:\"My desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1315\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:181;a:12:{s:2:\"id\";s:3:\"418\";s:6:\"handle\";s:17:\"Cooperation-2.jpg\";s:4:\"name\";s:13:\"Cooperation 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:182;a:12:{s:2:\"id\";s:3:\"417\";s:6:\"handle\";s:33:\"MacBook-on-top-of-brown-table.jpg\";s:4:\"name\";s:29:\"MacBook on top of brown table\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:183;a:12:{s:2:\"id\";s:3:\"416\";s:6:\"handle\";s:27:\"Beautiful-working-place.jpg\";s:4:\"name\";s:23:\"Beautiful working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:184;a:12:{s:2:\"id\";s:3:\"415\";s:6:\"handle\";s:14:\"Typewriter.jpg\";s:4:\"name\";s:10:\"Typewriter\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:185;a:12:{s:2:\"id\";s:3:\"414\";s:6:\"handle\";s:19:\"White-desk-lamp.jpg\";s:4:\"name\";s:15:\"White desk lamp\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:186;a:12:{s:2:\"id\";s:3:\"413\";s:6:\"handle\";s:18:\"Office-working.jpg\";s:4:\"name\";s:14:\"Office working\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:187;a:12:{s:2:\"id\";s:3:\"412\";s:6:\"handle\";s:36:\"Silver-iMac-on-brown-wooden-desk.jpg\";s:4:\"name\";s:32:\"Silver iMac on brown wooden desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1240\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:188;a:12:{s:2:\"id\";s:3:\"411\";s:6:\"handle\";s:23:\"Working-in-progress.jpg\";s:4:\"name\";s:19:\"Working in progress\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:189;a:12:{s:2:\"id\";s:3:\"410\";s:6:\"handle\";s:15:\"Cooperation.jpg\";s:4:\"name\";s:11:\"Cooperation\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:190;a:12:{s:2:\"id\";s:3:\"409\";s:6:\"handle\";s:17:\"Working-place.jpg\";s:4:\"name\";s:13:\"Working place\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:191;a:12:{s:2:\"id\";s:3:\"408\";s:6:\"handle\";s:16:\"Working-desk.jpg\";s:4:\"name\";s:12:\"Working desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:33:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:192;a:12:{s:2:\"id\";s:3:\"407\";s:6:\"handle\";s:23:\"low-angle-of-forest.jpg\";s:4:\"name\";s:19:\"low angle of forest\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:193;a:12:{s:2:\"id\";s:3:\"406\";s:6:\"handle\";s:23:\"Lake-under-blue-sky.jpg\";s:4:\"name\";s:19:\"Lake under blue sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1351\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:194;a:12:{s:2:\"id\";s:3:\"405\";s:6:\"handle\";s:21:\"Blue-starry-night.jpg\";s:4:\"name\";s:17:\"Blue starry night\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:195;a:12:{s:2:\"id\";s:3:\"404\";s:6:\"handle\";s:22:\"Aerial-photography.jpg\";s:4:\"name\";s:18:\"Aerial photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:196;a:12:{s:2:\"id\";s:3:\"403\";s:6:\"handle\";s:14:\"Red-clouds.jpg\";s:4:\"name\";s:10:\"Red clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:197;a:12:{s:2:\"id\";s:3:\"402\";s:6:\"handle\";s:14:\"Snow-field.jpg\";s:4:\"name\";s:10:\"Snow field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1227\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:198;a:12:{s:2:\"id\";s:3:\"401\";s:6:\"handle\";s:13:\"White-sky.jpg\";s:4:\"name\";s:9:\"White sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:199;a:12:{s:2:\"id\";s:3:\"400\";s:6:\"handle\";s:24:\"Trees-covered-by-fog.jpg\";s:4:\"name\";s:20:\"Trees covered by fog\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:200;a:12:{s:2:\"id\";s:3:\"399\";s:6:\"handle\";s:26:\"Red-and-white-mushroom.jpg\";s:4:\"name\";s:22:\"Red and white mushroom\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:201;a:12:{s:2:\"id\";s:3:\"398\";s:6:\"handle\";s:24:\"Lake-near-pine-trees.jpg\";s:4:\"name\";s:20:\"Lake near pine trees\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:202;a:12:{s:2:\"id\";s:3:\"397\";s:6:\"handle\";s:35:\"After-a-long-day-of-backpacking.jpg\";s:4:\"name\";s:31:\"After a long day of backpacking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:203;a:12:{s:2:\"id\";s:3:\"396\";s:6:\"handle\";s:32:\"Mountains-during-golden-hour.jpg\";s:4:\"name\";s:28:\"Mountains during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:204;a:12:{s:2:\"id\";s:3:\"395\";s:6:\"handle\";s:27:\"Man-looking-on-mountain.jpg\";s:4:\"name\";s:23:\"Man looking on mountain\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:205;a:12:{s:2:\"id\";s:3:\"394\";s:6:\"handle\";s:19:\"Body-of-water-2.jpg\";s:4:\"name\";s:15:\"Body of water 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:206;a:12:{s:2:\"id\";s:3:\"393\";s:6:\"handle\";s:15:\"Brown-cliff.jpg\";s:4:\"name\";s:11:\"Brown cliff\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:207;a:12:{s:2:\"id\";s:3:\"392\";s:6:\"handle\";s:20:\"Green-foggy-tree.jpg\";s:4:\"name\";s:16:\"Green foggy tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1417\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:208;a:12:{s:2:\"id\";s:3:\"391\";s:6:\"handle\";s:32:\"Grayscale-photo-of-mountains.jpg\";s:4:\"name\";s:28:\"Grayscale photo of mountains\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:209;a:12:{s:2:\"id\";s:3:\"390\";s:6:\"handle\";s:19:\"Under-sunny-sky.jpg\";s:4:\"name\";s:15:\"Under sunny sky\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:31:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:210;a:12:{s:2:\"id\";s:3:\"389\";s:6:\"handle\";s:16:\"Rock-concert.jpg\";s:4:\"name\";s:12:\"Rock concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1443\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:211;a:12:{s:2:\"id\";s:3:\"388\";s:6:\"handle\";s:30:\"Group-of-people-in-concert.jpg\";s:4:\"name\";s:26:\"Group of people in concert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:212;a:12:{s:2:\"id\";s:3:\"387\";s:6:\"handle\";s:6:\"DJ.jpg\";s:4:\"name\";s:2:\"DJ\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:213;a:12:{s:2:\"id\";s:3:\"386\";s:6:\"handle\";s:56:\"Woman-standing-watching-LED-light-musical-instrument.jpg\";s:4:\"name\";s:52:\"Woman standing watching LED light musical instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:214;a:12:{s:2:\"id\";s:3:\"385\";s:6:\"handle\";s:16:\"Concert-hall.jpg\";s:4:\"name\";s:12:\"Concert hall\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:215;a:12:{s:2:\"id\";s:3:\"384\";s:6:\"handle\";s:18:\"Concert-hall-2.jpg\";s:4:\"name\";s:14:\"Concert hall 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:216;a:12:{s:2:\"id\";s:3:\"383\";s:6:\"handle\";s:29:\"man-playing-upright-piano.jpg\";s:4:\"name\";s:25:\"man playing upright piano\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1340\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:217;a:12:{s:2:\"id\";s:3:\"382\";s:6:\"handle\";s:30:\"person-performing-on-stage.jpg\";s:4:\"name\";s:26:\"person performing on stage\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:218;a:12:{s:2:\"id\";s:3:\"381\";s:6:\"handle\";s:27:\"Brown-string-instrument.jpg\";s:4:\"name\";s:23:\"Brown string instrument\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:219;a:12:{s:2:\"id\";s:3:\"380\";s:6:\"handle\";s:36:\"silhouette-of-person-with-guitar.jpg\";s:4:\"name\";s:32:\"silhouette of person with guitar\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:220;a:12:{s:2:\"id\";s:3:\"379\";s:6:\"handle\";s:14:\"Party-fans.jpg\";s:4:\"name\";s:10:\"Party fans\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:221;a:12:{s:2:\"id\";s:3:\"378\";s:6:\"handle\";s:24:\"Condenser-microphone.jpg\";s:4:\"name\";s:20:\"Condenser microphone\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:25:26\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:222;a:12:{s:2:\"id\";s:3:\"377\";s:6:\"handle\";s:42:\"Low-angle-photo-of-high-rise-buildings.jpg\";s:4:\"name\";s:38:\"Low angle photo of high rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:223;a:12:{s:2:\"id\";s:3:\"376\";s:6:\"handle\";s:23:\"High-rise-buildings.jpg\";s:4:\"name\";s:19:\"High rise buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:224;a:12:{s:2:\"id\";s:3:\"375\";s:6:\"handle\";s:16:\"Cable-bridge.jpg\";s:4:\"name\";s:12:\"Cable bridge\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:225;a:12:{s:2:\"id\";s:3:\"374\";s:6:\"handle\";s:35:\"Bokeh-effect-from-street-lights.jpg\";s:4:\"name\";s:31:\"Bokeh effect from street lights\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:226;a:12:{s:2:\"id\";s:3:\"373\";s:6:\"handle\";s:18:\"Low-angle-view.jpg\";s:4:\"name\";s:14:\"Low angle view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:227;a:12:{s:2:\"id\";s:3:\"372\";s:6:\"handle\";s:21:\"Double-decker-bus.jpg\";s:4:\"name\";s:17:\"Double decker bus\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1373\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:228;a:12:{s:2:\"id\";s:3:\"371\";s:6:\"handle\";s:32:\"Buildings-near-body-of-water.jpg\";s:4:\"name\";s:28:\"Buildings near body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1370\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:229;a:12:{s:2:\"id\";s:3:\"370\";s:6:\"handle\";s:18:\"Satellite-view.jpg\";s:4:\"name\";s:14:\"Satellite view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:230;a:12:{s:2:\"id\";s:3:\"369\";s:6:\"handle\";s:14:\"Twin-Tower.jpg\";s:4:\"name\";s:10:\"Twin Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:231;a:12:{s:2:\"id\";s:3:\"368\";s:6:\"handle\";s:22:\"Two-person-walking.jpg\";s:4:\"name\";s:18:\"Two person walking\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1345\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:232;a:12:{s:2:\"id\";s:3:\"367\";s:6:\"handle\";s:15:\"Sears-Tower.jpg\";s:4:\"name\";s:11:\"Sears Tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:233;a:12:{s:2:\"id\";s:3:\"366\";s:6:\"handle\";s:19:\"Night-cityscape.jpg\";s:4:\"name\";s:15:\"Night cityscape\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:234;a:12:{s:2:\"id\";s:3:\"365\";s:6:\"handle\";s:25:\"Empire-State-Building.jpg\";s:4:\"name\";s:21:\"Empire State Building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:235;a:12:{s:2:\"id\";s:3:\"364\";s:6:\"handle\";s:9:\"Paris.jpg\";s:4:\"name\";s:5:\"Paris\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:236;a:12:{s:2:\"id\";s:3:\"363\";s:6:\"handle\";s:31:\"Building-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Building during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1288\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:237;a:12:{s:2:\"id\";s:3:\"362\";s:6:\"handle\";s:21:\"Afternoon-skyline.jpg\";s:4:\"name\";s:17:\"Afternoon skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:238;a:12:{s:2:\"id\";s:3:\"361\";s:6:\"handle\";s:22:\"Concrete-buildings.jpg\";s:4:\"name\";s:18:\"Concrete buildings\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:239;a:12:{s:2:\"id\";s:3:\"360\";s:6:\"handle\";s:26:\"Architectural-building.jpg\";s:4:\"name\";s:22:\"Architectural building\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1382\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:240;a:12:{s:2:\"id\";s:3:\"359\";s:6:\"handle\";s:23:\"Skyline-photography.jpg\";s:4:\"name\";s:19:\"Skyline photography\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:241;a:12:{s:2:\"id\";s:3:\"358\";s:6:\"handle\";s:38:\"People-standing-on-pedestrian-lane.jpg\";s:4:\"name\";s:34:\"People standing on pedestrian lane\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1154\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:242;a:12:{s:2:\"id\";s:3:\"357\";s:6:\"handle\";s:16:\"Burj-Khalifa.jpg\";s:4:\"name\";s:12:\"Burj Khalifa\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:243;a:12:{s:2:\"id\";s:3:\"356\";s:6:\"handle\";s:13:\"Skycraper.jpg\";s:4:\"name\";s:9:\"Skycraper\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:244;a:12:{s:2:\"id\";s:3:\"355\";s:6:\"handle\";s:14:\"Gray-tower.jpg\";s:4:\"name\";s:10:\"Gray tower\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1433\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-16 10:24:11\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:245;a:12:{s:2:\"id\";s:3:\"354\";s:6:\"handle\";s:28:\"One-fine-day-in-Maldives.jpg\";s:4:\"name\";s:24:\"One fine day in Maldives\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1116\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:246;a:12:{s:2:\"id\";s:3:\"353\";s:6:\"handle\";s:25:\"Boat-on-body-of-water.jpg\";s:4:\"name\";s:21:\"Boat on body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:247;a:12:{s:2:\"id\";s:3:\"352\";s:6:\"handle\";s:33:\"Aerial-photo-of-body-of-water.jpg\";s:4:\"name\";s:29:\"Aerial photo of body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1078\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:248;a:12:{s:2:\"id\";s:3:\"351\";s:6:\"handle\";s:31:\"Assorted-color-beach-houses.jpg\";s:4:\"name\";s:27:\"Assorted color beach houses\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1135\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:249;a:12:{s:2:\"id\";s:3:\"350\";s:6:\"handle\";s:36:\"Woman-leaning-on-tree-near-beach.jpg\";s:4:\"name\";s:32:\"Woman leaning on tree near beach\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1559\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:250;a:12:{s:2:\"id\";s:3:\"349\";s:6:\"handle\";s:17:\"Body-of-water.jpg\";s:4:\"name\";s:13:\"Body of water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1269\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:251;a:12:{s:2:\"id\";s:3:\"348\";s:6:\"handle\";s:17:\"People-on-sea.jpg\";s:4:\"name\";s:13:\"People on sea\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:252;a:12:{s:2:\"id\";s:3:\"347\";s:6:\"handle\";s:31:\"Man-sitting-beside-of-woman.jpg\";s:4:\"name\";s:27:\"Man sitting beside of woman\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:253;a:12:{s:2:\"id\";s:3:\"346\";s:6:\"handle\";s:22:\"woman-in-the-water.jpg\";s:4:\"name\";s:18:\"woman in the water\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:254;a:12:{s:2:\"id\";s:3:\"345\";s:6:\"handle\";s:39:\"Brown-stone-near-sea-at-golden-hour.jpg\";s:4:\"name\";s:35:\"Brown stone near sea at golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:255;a:12:{s:2:\"id\";s:3:\"344\";s:6:\"handle\";s:18:\"Birds-eye-view.jpg\";s:4:\"name\";s:14:\"Birds eye view\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1079\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:256;a:12:{s:2:\"id\";s:3:\"343\";s:6:\"handle\";s:18:\"Empty-seashore.jpg\";s:4:\"name\";s:14:\"Empty seashore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1365\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:257;a:12:{s:2:\"id\";s:3:\"342\";s:6:\"handle\";s:31:\"Seashore-during-golden-hour.jpg\";s:4:\"name\";s:27:\"Seashore during golden hour\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:258;a:12:{s:2:\"id\";s:3:\"341\";s:6:\"handle\";s:16:\"Coconut-tree.jpg\";s:4:\"name\";s:12:\"Coconut tree\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:259;a:12:{s:2:\"id\";s:3:\"340\";s:6:\"handle\";s:37:\"Aerial-photography-of-beach-shore.jpg\";s:4:\"name\";s:33:\"Aerial photography of beach shore\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1439\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-15 14:18:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:260;a:12:{s:2:\"id\";s:3:\"197\";s:6:\"handle\";s:17:\"relax_hammock.jpg\";s:4:\"name\";s:13:\"Relax Hammock\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:261;a:12:{s:2:\"id\";s:3:\"196\";s:6:\"handle\";s:16:\"beach_houses.jpg\";s:4:\"name\";s:12:\"Beach Houses\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:262;a:12:{s:2:\"id\";s:3:\"195\";s:6:\"handle\";s:17:\"forest_road_2.jpg\";s:4:\"name\";s:13:\"Forest Road 2\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:263;a:12:{s:2:\"id\";s:3:\"194\";s:6:\"handle\";s:14:\"clean_desk.jpg\";s:4:\"name\";s:10:\"Clean Desk\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:264;a:12:{s:2:\"id\";s:3:\"193\";s:6:\"handle\";s:19:\"mountain_view_6.jpg\";s:4:\"name\";s:15:\"Mountain View 6\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1249\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:265;a:12:{s:2:\"id\";s:3:\"192\";s:6:\"handle\";s:14:\"corn_field.jpg\";s:4:\"name\";s:10:\"Corn Field\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1320\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:266;a:12:{s:2:\"id\";s:3:\"191\";s:6:\"handle\";s:21:\"stylish_apartment.jpg\";s:4:\"name\";s:17:\"Stylish Apartment\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:267;a:12:{s:2:\"id\";s:3:\"190\";s:6:\"handle\";s:24:\"hipster_coffee_house.jpg\";s:4:\"name\";s:20:\"Hipster Coffee House\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:268;a:12:{s:2:\"id\";s:3:\"189\";s:6:\"handle\";s:16:\"blurry_beach.jpg\";s:4:\"name\";s:12:\"Blurry Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-10-17 12:41:12\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:269;a:12:{s:2:\"id\";s:3:\"186\";s:6:\"handle\";s:17:\"greens_street.jpg\";s:4:\"name\";s:13:\"Greens Street\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:270;a:12:{s:2:\"id\";s:3:\"185\";s:6:\"handle\";s:10:\"desert.jpg\";s:4:\"name\";s:6:\"Desert\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:271;a:12:{s:2:\"id\";s:3:\"184\";s:6:\"handle\";s:19:\"mountain_view_5.jpg\";s:4:\"name\";s:15:\"Mountain View 5\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:272;a:12:{s:2:\"id\";s:3:\"183\";s:6:\"handle\";s:10:\"laptop.jpg\";s:4:\"name\";s:6:\"Laptop\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1391\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:273;a:12:{s:2:\"id\";s:3:\"182\";s:6:\"handle\";s:16:\"grand_canyon.jpg\";s:4:\"name\";s:12:\"Grand Canyon\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1287\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:274;a:12:{s:2:\"id\";s:3:\"181\";s:6:\"handle\";s:20:\"landscape_clouds.jpg\";s:4:\"name\";s:16:\"Landscape Clouds\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1272\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:275;a:12:{s:2:\"id\";s:3:\"180\";s:6:\"handle\";s:17:\"highway_night.jpg\";s:4:\"name\";s:13:\"Highway Night\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1440\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:276;a:12:{s:2:\"id\";s:3:\"179\";s:6:\"handle\";s:15:\"beach_water.jpg\";s:4:\"name\";s:11:\"Beach Water\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:277;a:12:{s:2:\"id\";s:3:\"177\";s:6:\"handle\";s:15:\"woman_beach.jpg\";s:4:\"name\";s:11:\"Woman Beach\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:3;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:278;a:12:{s:2:\"id\";s:3:\"175\";s:6:\"handle\";s:12:\"cool_guy.jpg\";s:4:\"name\";s:8:\"Cool Guy\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:279;a:12:{s:2:\"id\";s:3:\"174\";s:6:\"handle\";s:13:\"beach_sea.jpg\";s:4:\"name\";s:9:\"Beach Sea\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:280;a:12:{s:2:\"id\";s:3:\"173\";s:6:\"handle\";s:17:\"bridge_clouds.jpg\";s:4:\"name\";s:13:\"Bridge Clouds\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-09-05 15:29:22\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:281;a:12:{s:2:\"id\";s:3:\"116\";s:6:\"handle\";s:19:\"mountain_view_2.jpg\";s:4:\"name\";s:15:\"Mountain View 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:282;a:12:{s:2:\"id\";s:3:\"115\";s:6:\"handle\";s:16:\"desert_trees.jpg\";s:4:\"name\";s:12:\"Desert Trees\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1275\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:283;a:12:{s:2:\"id\";s:3:\"114\";s:6:\"handle\";s:20:\"explore_moutains.jpg\";s:4:\"name\";s:17:\"Explore Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:284;a:12:{s:2:\"id\";s:3:\"113\";s:6:\"handle\";s:19:\"night_skyline_2.jpg\";s:4:\"name\";s:15:\"Night Skyline 2\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:285;a:12:{s:2:\"id\";s:3:\"112\";s:6:\"handle\";s:15:\"cliff_ocean.jpg\";s:4:\"name\";s:11:\"Cliff Ocean\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:286;a:12:{s:2:\"id\";s:3:\"111\";s:6:\"handle\";s:14:\"city_smoke.jpg\";s:4:\"name\";s:10:\"City Smoke\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:287;a:12:{s:2:\"id\";s:3:\"110\";s:6:\"handle\";s:16:\"surfer_beach.jpg\";s:4:\"name\";s:12:\"Surfer Beach\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1278\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:288;a:12:{s:2:\"id\";s:3:\"109\";s:6:\"handle\";s:13:\"sky_night.jpg\";s:4:\"name\";s:9:\"Sky Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:289;a:12:{s:2:\"id\";s:3:\"108\";s:6:\"handle\";s:15:\"palm_sunset.jpg\";s:4:\"name\";s:11:\"Palm Sunset\";s:4:\"tags\";a:4:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:3;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1372\";s:6:\"height\";s:4:\"1920\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:290;a:12:{s:2:\"id\";s:3:\"107\";s:6:\"handle\";s:18:\"concert_people.jpg\";s:4:\"name\";s:14:\"Concert People\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:291;a:12:{s:2:\"id\";s:3:\"106\";s:6:\"handle\";s:15:\"forest_road.jpg\";s:4:\"name\";s:11:\"Forest Road\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:292;a:12:{s:2:\"id\";s:3:\"105\";s:6:\"handle\";s:15:\"beach_ocean.jpg\";s:4:\"name\";s:11:\"Beach Ocean\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:293;a:12:{s:2:\"id\";s:3:\"104\";s:6:\"handle\";s:18:\"mountain_night.jpg\";s:4:\"name\";s:14:\"Mountain Night\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1277\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:294;a:12:{s:2:\"id\";s:3:\"103\";s:6:\"handle\";s:19:\"ocean_mountains.jpg\";s:4:\"name\";s:15:\"Ocean Mountains\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1282\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:295;a:12:{s:2:\"id\";s:3:\"102\";s:6:\"handle\";s:10:\"forest.jpg\";s:4:\"name\";s:6:\"Forest\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:296;a:12:{s:2:\"id\";s:3:\"101\";s:6:\"handle\";s:16:\"ocean_stones.jpg\";s:4:\"name\";s:12:\"Ocean Stones\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:2;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:297;a:12:{s:2:\"id\";s:3:\"100\";s:6:\"handle\";s:16:\"country_road.jpg\";s:4:\"name\";s:12:\"Country Road\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:2;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:3:\"800\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:298;a:12:{s:2:\"id\";s:2:\"99\";s:6:\"handle\";s:9:\"beach.jpg\";s:4:\"name\";s:5:\"Beach\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:299;a:12:{s:2:\"id\";s:2:\"98\";s:6:\"handle\";s:16:\"city_skyline.jpg\";s:4:\"name\";s:12:\"City Skyline\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:300;a:12:{s:2:\"id\";s:2:\"97\";s:6:\"handle\";s:17:\"night_skyline.jpg\";s:4:\"name\";s:13:\"Night Skyline\";s:4:\"tags\";a:3:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:2;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:301;a:12:{s:2:\"id\";s:2:\"96\";s:6:\"handle\";s:14:\"city_river.jpg\";s:4:\"name\";s:10:\"City River\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:302;a:12:{s:2:\"id\";s:2:\"95\";s:6:\"handle\";s:19:\"mountain_view_3.jpg\";s:4:\"name\";s:15:\"Mountain View 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1281\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:303;a:12:{s:2:\"id\";s:2:\"94\";s:6:\"handle\";s:14:\"misty_farm.jpg\";s:4:\"name\";s:10:\"Misty Farm\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:304;a:12:{s:2:\"id\";s:2:\"93\";s:6:\"handle\";s:17:\"mountain_path.jpg\";s:4:\"name\";s:13:\"Mountain Path\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1280\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:305;a:12:{s:2:\"id\";s:2:\"92\";s:6:\"handle\";s:19:\"night_skyline_3.jpg\";s:4:\"name\";s:15:\"Night Skyline 3\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:306;a:12:{s:2:\"id\";s:2:\"91\";s:6:\"handle\";s:17:\"mountain_view.jpg\";s:4:\"name\";s:13:\"Mountain View\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1160\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:307;a:12:{s:2:\"id\";s:2:\"90\";s:6:\"handle\";s:19:\"rocky_landscape.jpg\";s:4:\"name\";s:15:\"Rocky Landscape\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:308;a:12:{s:2:\"id\";s:2:\"89\";s:6:\"handle\";s:19:\"mountain_view_4.jpg\";s:4:\"name\";s:15:\"Mountain View 4\";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1203\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2016-08-15 14:29:46\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"2\";}i:309;a:13:{s:2:\"id\";s:3:\"529\";s:6:\"handle\";s:13:\"Fitness-4.jpg\";s:5:\"video\";s:13:\"Fitness-4.mp4\";s:4:\"name\";s:10:\"Fitness 4 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:310;a:13:{s:2:\"id\";s:3:\"528\";s:6:\"handle\";s:13:\"Fitness-3.jpg\";s:5:\"video\";s:13:\"Fitness-3.mp4\";s:4:\"name\";s:10:\"Fitness 3 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:311;a:13:{s:2:\"id\";s:3:\"527\";s:6:\"handle\";s:9:\"Chess.jpg\";s:5:\"video\";s:9:\"Chess.mp4\";s:4:\"name\";s:6:\"Chess \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:312;a:13:{s:2:\"id\";s:3:\"526\";s:6:\"handle\";s:13:\"Fitness-2.jpg\";s:5:\"video\";s:13:\"Fitness-2.mp4\";s:4:\"name\";s:10:\"Fitness 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:313;a:13:{s:2:\"id\";s:3:\"525\";s:6:\"handle\";s:11:\"Fitness.jpg\";s:5:\"video\";s:11:\"Fitness.mp4\";s:4:\"name\";s:8:\"Fitness \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:46:50\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:314;a:13:{s:2:\"id\";s:3:\"524\";s:6:\"handle\";s:9:\"Earth.jpg\";s:5:\"video\";s:9:\"Earth.mp4\";s:4:\"name\";s:6:\"Earth \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:315;a:13:{s:2:\"id\";s:3:\"523\";s:6:\"handle\";s:11:\"Space-2.jpg\";s:5:\"video\";s:11:\"Space-2.mp4\";s:4:\"name\";s:8:\"Space 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1440\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:316;a:13:{s:2:\"id\";s:3:\"522\";s:6:\"handle\";s:13:\"Asteroids.jpg\";s:5:\"video\";s:13:\"Asteroids.mp4\";s:4:\"name\";s:10:\"Asteroids \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:317;a:13:{s:2:\"id\";s:3:\"521\";s:6:\"handle\";s:9:\"Space.jpg\";s:5:\"video\";s:9:\"Space.mp4\";s:4:\"name\";s:6:\"Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:44:06\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:318;a:13:{s:2:\"id\";s:3:\"520\";s:6:\"handle\";s:10:\"People.jpg\";s:5:\"video\";s:10:\"People.mp4\";s:4:\"name\";s:7:\"People \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:319;a:13:{s:2:\"id\";s:3:\"519\";s:6:\"handle\";s:11:\"Walking.jpg\";s:5:\"video\";s:11:\"Walking.mp4\";s:4:\"name\";s:8:\"Walking \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:320;a:13:{s:2:\"id\";s:3:\"518\";s:6:\"handle\";s:19:\"Double-Exposure.jpg\";s:5:\"video\";s:19:\"Double-Exposure.mp4\";s:4:\"name\";s:16:\"Double Exposure \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:321;a:13:{s:2:\"id\";s:3:\"517\";s:6:\"handle\";s:8:\"Girl.jpg\";s:5:\"video\";s:8:\"Girl.mp4\";s:4:\"name\";s:5:\"Girl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1088\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:322;a:13:{s:2:\"id\";s:3:\"516\";s:6:\"handle\";s:17:\"Bengal-Lights.jpg\";s:5:\"video\";s:17:\"Bengal-Lights.mp4\";s:4:\"name\";s:14:\"Bengal Lights \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:42:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:323;a:13:{s:2:\"id\";s:3:\"515\";s:6:\"handle\";s:13:\"Swiping-2.jpg\";s:5:\"video\";s:13:\"Swiping-2.mp4\";s:4:\"name\";s:10:\"Swiping 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:324;a:13:{s:2:\"id\";s:3:\"514\";s:6:\"handle\";s:11:\"Mock-Up.jpg\";s:5:\"video\";s:11:\"Mock-Up.mp4\";s:4:\"name\";s:8:\"Mock Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:325;a:13:{s:2:\"id\";s:3:\"513\";s:6:\"handle\";s:13:\"Countdown.jpg\";s:5:\"video\";s:13:\"Countdown.mp4\";s:4:\"name\";s:10:\"Countdown \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:326;a:13:{s:2:\"id\";s:3:\"512\";s:6:\"handle\";s:18:\"Wall-Sketching.jpg\";s:5:\"video\";s:18:\"Wall-Sketching.mp4\";s:4:\"name\";s:15:\"Wall Sketching \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:327;a:13:{s:2:\"id\";s:3:\"511\";s:6:\"handle\";s:26:\"Typing-on-the-keyboard.jpg\";s:5:\"video\";s:26:\"Typing-on-the-keyboard.mp4\";s:4:\"name\";s:23:\"Typing on the keyboard \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:328;a:13:{s:2:\"id\";s:3:\"510\";s:6:\"handle\";s:11:\"Meeting.jpg\";s:5:\"video\";s:11:\"Meeting.mp4\";s:4:\"name\";s:8:\"Meeting \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:329;a:13:{s:2:\"id\";s:3:\"509\";s:6:\"handle\";s:11:\"Swiping.jpg\";s:5:\"video\";s:11:\"Swiping.mp4\";s:4:\"name\";s:8:\"Swiping \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:330;a:13:{s:2:\"id\";s:3:\"508\";s:6:\"handle\";s:9:\"Alarm.jpg\";s:5:\"video\";s:9:\"Alarm.mp4\";s:4:\"name\";s:6:\"Alarm \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1013\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:331;a:13:{s:2:\"id\";s:3:\"507\";s:6:\"handle\";s:13:\"Hey-World.jpg\";s:5:\"video\";s:13:\"Hey-World.mp4\";s:4:\"name\";s:10:\"Hey World \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:332;a:13:{s:2:\"id\";s:3:\"506\";s:6:\"handle\";s:28:\"Typing-on-the-keyboard-2.jpg\";s:5:\"video\";s:28:\"Typing-on-the-keyboard-2.mp4\";s:4:\"name\";s:25:\"Typing on the keyboard 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:39:19\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:333;a:13:{s:2:\"id\";s:3:\"505\";s:6:\"handle\";s:10:\"Valley.jpg\";s:5:\"video\";s:10:\"Valley.mp4\";s:4:\"name\";s:7:\"Valley \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:334;a:13:{s:2:\"id\";s:3:\"504\";s:6:\"handle\";s:9:\"Stars.jpg\";s:5:\"video\";s:9:\"Stars.mp4\";s:4:\"name\";s:6:\"Stars \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:335;a:13:{s:2:\"id\";s:3:\"503\";s:6:\"handle\";s:21:\"Car-in-the-forest.jpg\";s:5:\"video\";s:21:\"Car-in-the-forest.mp4\";s:4:\"name\";s:18:\"Car in the forest \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1012\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:336;a:13:{s:2:\"id\";s:3:\"502\";s:6:\"handle\";s:15:\"Aerial-Shot.jpg\";s:5:\"video\";s:15:\"Aerial-Shot.mp4\";s:4:\"name\";s:12:\"Aerial Shot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:35:27\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:337;a:13:{s:2:\"id\";s:3:\"501\";s:6:\"handle\";s:14:\"Disco-Ball.jpg\";s:5:\"video\";s:14:\"Disco-Ball.mp4\";s:4:\"name\";s:11:\"Disco Ball \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:338;a:13:{s:2:\"id\";s:3:\"500\";s:6:\"handle\";s:22:\"Man-Playing-Guitar.jpg\";s:5:\"video\";s:22:\"Man-Playing-Guitar.mp4\";s:4:\"name\";s:19:\"Man Playing Guitar \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:339;a:13:{s:2:\"id\";s:3:\"499\";s:6:\"handle\";s:14:\"Live-Music.jpg\";s:5:\"video\";s:14:\"Live-Music.mp4\";s:4:\"name\";s:11:\"Live Music \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:340;a:13:{s:2:\"id\";s:3:\"498\";s:6:\"handle\";s:12:\"Cheer-Up.jpg\";s:5:\"video\";s:12:\"Cheer-Up.mp4\";s:4:\"name\";s:9:\"Cheer Up \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:341;a:13:{s:2:\"id\";s:3:\"497\";s:6:\"handle\";s:14:\"Night-club.jpg\";s:5:\"video\";s:14:\"Night-club.mp4\";s:4:\"name\";s:11:\"Night club \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:33:16\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:342;a:13:{s:2:\"id\";s:3:\"496\";s:6:\"handle\";s:17:\"Cup-Of-Coffee.jpg\";s:5:\"video\";s:17:\"Cup-Of-Coffee.mp4\";s:4:\"name\";s:14:\"Cup Of Coffee \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:343;a:13:{s:2:\"id\";s:3:\"495\";s:6:\"handle\";s:7:\"Pot.jpg\";s:5:\"video\";s:7:\"Pot.mp4\";s:4:\"name\";s:4:\"Pot \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:344;a:13:{s:2:\"id\";s:3:\"494\";s:6:\"handle\";s:11:\"Grill-2.jpg\";s:5:\"video\";s:11:\"Grill-2.mp4\";s:4:\"name\";s:8:\"Grill 2 \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:345;a:13:{s:2:\"id\";s:3:\"493\";s:6:\"handle\";s:13:\"Rice-Bowl.jpg\";s:5:\"video\";s:13:\"Rice-Bowl.mp4\";s:4:\"name\";s:10:\"Rice Bowl \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1010\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:346;a:13:{s:2:\"id\";s:3:\"492\";s:6:\"handle\";s:9:\"Grill.jpg\";s:5:\"video\";s:9:\"Grill.mp4\";s:4:\"name\";s:6:\"Grill \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:30:48\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:347;a:13:{s:2:\"id\";s:3:\"491\";s:6:\"handle\";s:9:\"Water.jpg\";s:5:\"video\";s:9:\"Water.mp4\";s:4:\"name\";s:6:\"Water \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:348;a:13:{s:2:\"id\";s:3:\"490\";s:6:\"handle\";s:17:\"Feet-and-Sand.jpg\";s:5:\"video\";s:17:\"Feet-and-Sand.mp4\";s:4:\"name\";s:14:\"Feet and Sand \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:349;a:13:{s:2:\"id\";s:3:\"489\";s:6:\"handle\";s:9:\"Ocean.jpg\";s:5:\"video\";s:9:\"Ocean.mp4\";s:4:\"name\";s:6:\"Ocean \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:350;a:13:{s:2:\"id\";s:3:\"488\";s:6:\"handle\";s:9:\"Waves.jpg\";s:5:\"video\";s:9:\"Waves.mp4\";s:4:\"name\";s:6:\"Waves \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:24:15\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:351;a:13:{s:2:\"id\";s:3:\"487\";s:6:\"handle\";s:10:\"Hearts.jpg\";s:5:\"video\";s:10:\"Hearts.mp4\";s:4:\"name\";s:7:\"Hearts \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:352;a:13:{s:2:\"id\";s:3:\"486\";s:6:\"handle\";s:12:\"Octagons.jpg\";s:5:\"video\";s:12:\"Octagons.mp4\";s:4:\"name\";s:9:\"Octagons \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:353;a:13:{s:2:\"id\";s:3:\"485\";s:6:\"handle\";s:11:\"Squares.jpg\";s:5:\"video\";s:11:\"Squares.mp4\";s:4:\"name\";s:8:\"Squares \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:354;a:13:{s:2:\"id\";s:3:\"484\";s:6:\"handle\";s:12:\"Pink-ink.jpg\";s:5:\"video\";s:12:\"Pink-ink.mp4\";s:4:\"name\";s:9:\"Pink ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:355;a:13:{s:2:\"id\";s:3:\"483\";s:6:\"handle\";s:22:\"Blurred-Background.jpg\";s:5:\"video\";s:22:\"Blurred-Background.mp4\";s:4:\"name\";s:19:\"Blurred Background \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:356;a:13:{s:2:\"id\";s:3:\"482\";s:6:\"handle\";s:20:\"Blinking-bubbles.jpg\";s:5:\"video\";s:20:\"Blinking-bubbles.mp4\";s:4:\"name\";s:17:\"Blinking bubbles \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:357;a:13:{s:2:\"id\";s:3:\"481\";s:6:\"handle\";s:13:\"Fireworks.jpg\";s:5:\"video\";s:13:\"Fireworks.mp4\";s:4:\"name\";s:10:\"Fireworks \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:358;a:13:{s:2:\"id\";s:3:\"480\";s:6:\"handle\";s:12:\"Dark-ink.jpg\";s:5:\"video\";s:12:\"Dark-ink.mp4\";s:4:\"name\";s:9:\"Dark ink \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-04-23 11:20:38\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:359;a:13:{s:2:\"id\";s:3:\"238\";s:6:\"handle\";s:12:\"Mt_Baker.jpg\";s:5:\"video\";s:12:\"Mt_Baker.mp4\";s:4:\"name\";s:9:\"Mt Baker \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:360;a:13:{s:2:\"id\";s:3:\"237\";s:6:\"handle\";s:16:\"Two-Swimmers.jpg\";s:5:\"video\";s:16:\"Two-Swimmers.mp4\";s:4:\"name\";s:13:\"Two Swimmers \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:361;a:13:{s:2:\"id\";s:3:\"236\";s:6:\"handle\";s:14:\"Boats_Maze.jpg\";s:5:\"video\";s:14:\"Boats_Maze.mp4\";s:4:\"name\";s:11:\"Boats Maze \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:362;a:13:{s:2:\"id\";s:3:\"235\";s:6:\"handle\";s:18:\"Candolim-Beach.jpg\";s:5:\"video\";s:18:\"Candolim-Beach.mp4\";s:4:\"name\";s:15:\"Candolim Beach \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:363;a:13:{s:2:\"id\";s:3:\"234\";s:6:\"handle\";s:17:\"Working-Space.jpg\";s:5:\"video\";s:17:\"Working-Space.mp4\";s:4:\"name\";s:14:\"Working Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:364;a:13:{s:2:\"id\";s:3:\"233\";s:6:\"handle\";s:9:\"Wavez.jpg\";s:5:\"video\";s:9:\"Wavez.mp4\";s:4:\"name\";s:6:\"Wavez \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:365;a:13:{s:2:\"id\";s:3:\"232\";s:6:\"handle\";s:17:\"Coconut-Grove.jpg\";s:5:\"video\";s:17:\"Coconut-Grove.mp4\";s:4:\"name\";s:14:\"Coconut Grove \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:366;a:13:{s:2:\"id\";s:3:\"231\";s:6:\"handle\";s:19:\"Very-Open-Space.jpg\";s:5:\"video\";s:19:\"Very-Open-Space.mp4\";s:4:\"name\";s:16:\"Very Open Space \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:367;a:13:{s:2:\"id\";s:3:\"230\";s:6:\"handle\";s:14:\"Office-Day.jpg\";s:5:\"video\";s:14:\"Office-Day.mp4\";s:4:\"name\";s:11:\"Office Day \";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:368;a:13:{s:2:\"id\";s:3:\"229\";s:6:\"handle\";s:12:\"The-Hill.jpg\";s:5:\"video\";s:12:\"The-Hill.mp4\";s:4:\"name\";s:9:\"The Hill \";s:4:\"tags\";a:2:{i:0;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:1;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}}s:11:\"description\";s:8:\"New File\";s:5:\"width\";s:4:\"1920\";s:6:\"height\";s:4:\"1080\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:0:\"\";s:5:\"added\";s:19:\"2018-07-16 15:34:55\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"3\";}i:369;a:13:{s:2:\"id\";s:3:\"339\";s:6:\"handle\";s:19:\"best_price_dark.jpg\";s:5:\"video\";s:19:\"best_price_dark.mp4\";s:4:\"name\";s:15:\"best_price_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"best_price_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:370;a:13:{s:2:\"id\";s:3:\"337\";s:6:\"handle\";s:27:\"limited_time_offer_dark.jpg\";s:5:\"video\";s:27:\"limited_time_offer_dark.mp4\";s:4:\"name\";s:23:\"limited_time_offer_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:23:\"limited_time_offer_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:371;a:13:{s:2:\"id\";s:3:\"336\";s:6:\"handle\";s:26:\"slider_revolution_dark.jpg\";s:5:\"video\";s:26:\"slider_revolution_dark.mp4\";s:4:\"name\";s:22:\"slider_revolution_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:22:\"slider_revolution_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:372;a:13:{s:2:\"id\";s:3:\"335\";s:6:\"handle\";s:19:\"mick_brown_dark.jpg\";s:5:\"video\";s:19:\"mick_brown_dark.mp4\";s:4:\"name\";s:15:\"mick_brown_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"mick_brown_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-26 09:24:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:373;a:13:{s:2:\"id\";s:3:\"334\";s:6:\"handle\";s:14:\"sales_dark.jpg\";s:5:\"video\";s:14:\"sales_dark.mp4\";s:4:\"name\";s:10:\"sales_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:10:\"sales_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:374;a:13:{s:2:\"id\";s:3:\"333\";s:6:\"handle\";s:21:\"robert_smith_dark.jpg\";s:5:\"video\";s:21:\"robert_smith_dark.mp4\";s:4:\"name\";s:17:\"robert_smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"robert_smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:375;a:13:{s:2:\"id\";s:3:\"332\";s:6:\"handle\";s:21:\"product_name_dark.jpg\";s:5:\"video\";s:21:\"product_name_dark.mp4\";s:4:\"name\";s:17:\"product_name_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"product_name_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:376;a:13:{s:2:\"id\";s:3:\"331\";s:6:\"handle\";s:21:\"high_quality_dark.jpg\";s:5:\"video\";s:21:\"high_quality_dark.mp4\";s:4:\"name\";s:17:\"high_quality_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"high_quality_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:377;a:13:{s:2:\"id\";s:3:\"330\";s:6:\"handle\";s:24:\"robert_johnson_light.jpg\";s:5:\"video\";s:24:\"robert_johnson_light.mp4\";s:4:\"name\";s:20:\"robert_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"robert_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:378;a:13:{s:2:\"id\";s:3:\"329\";s:6:\"handle\";s:21:\"jake_collins_dark.jpg\";s:5:\"video\";s:21:\"jake_collins_dark.mp4\";s:4:\"name\";s:17:\"jake_collins_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"jake_collins_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:32:18\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:379;a:13:{s:2:\"id\";s:3:\"328\";s:6:\"handle\";s:22:\"daniele_wood_light.jpg\";s:5:\"video\";s:22:\"daniele_wood_light.mp4\";s:4:\"name\";s:18:\"daniele_wood_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"daniele_wood_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-12 08:31:30\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:380;a:13:{s:2:\"id\";s:3:\"327\";s:6:\"handle\";s:23:\"michael_blake_light.jpg\";s:5:\"video\";s:23:\"michael_blake_light.mp4\";s:4:\"name\";s:19:\"michael_blake_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"michael_blake_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:381;a:13:{s:2:\"id\";s:3:\"326\";s:6:\"handle\";s:22:\"product_name_light.jpg\";s:5:\"video\";s:22:\"product_name_light.mp4\";s:4:\"name\";s:18:\"product_name_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"product_name_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:382;a:13:{s:2:\"id\";s:3:\"325\";s:6:\"handle\";s:24:\"rebecca_cooper_light.jpg\";s:5:\"video\";s:24:\"rebecca_cooper_light.mp4\";s:4:\"name\";s:20:\"rebecca_cooper_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:20:\"rebecca_cooper_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:383;a:13:{s:2:\"id\";s:3:\"324\";s:6:\"handle\";s:28:\"limited_time_offer_light.jpg\";s:5:\"video\";s:28:\"limited_time_offer_light.mp4\";s:4:\"name\";s:24:\"limited_time_offer_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:24:\"limited_time_offer_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:384;a:13:{s:2:\"id\";s:3:\"322\";s:6:\"handle\";s:22:\"jake_michael_light.jpg\";s:5:\"video\";s:22:\"jake_michael_light.mp4\";s:4:\"name\";s:18:\"jake_michael_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"jake_michael_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:385;a:13:{s:2:\"id\";s:3:\"321\";s:6:\"handle\";s:23:\"colin_johnson_light.jpg\";s:5:\"video\";s:23:\"colin_johnson_light.mp4\";s:4:\"name\";s:19:\"colin_johnson_light\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:19:\"colin_johnson_light\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-03-05 09:20:21\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:386;a:13:{s:2:\"id\";s:3:\"320\";s:6:\"handle\";s:21:\"colin_morris_dark.jpg\";s:5:\"video\";s:21:\"colin_morris_dark.mp4\";s:4:\"name\";s:17:\"colin_morris_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"colin_morris_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:387;a:13:{s:2:\"id\";s:3:\"319\";s:6:\"handle\";s:22:\"justin_cooper_dark.jpg\";s:5:\"video\";s:22:\"justin_cooper_dark.mp4\";s:4:\"name\";s:18:\"justin_cooper_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"justin_cooper_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:388;a:13:{s:2:\"id\";s:3:\"318\";s:6:\"handle\";s:21:\"james-dodson_dark.jpg\";s:5:\"video\";s:21:\"james-dodson_dark.mp4\";s:4:\"name\";s:17:\"james-dodson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"james-dodson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:389;a:13:{s:2:\"id\";s:3:\"317\";s:6:\"handle\";s:23:\"robert_sanders_dark.jpg\";s:5:\"video\";s:23:\"robert_sanders_dark.mp4\";s:4:\"name\";s:19:\"robert_sanders_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"robert_sanders_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:390;a:13:{s:2:\"id\";s:3:\"316\";s:6:\"handle\";s:21:\"emily_carney_dark.jpg\";s:5:\"video\";s:21:\"emily_carney_dark.mp4\";s:4:\"name\";s:17:\"emily_carney_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"emily_carney_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:391;a:13:{s:2:\"id\";s:3:\"315\";s:6:\"handle\";s:22:\"michael-smith_dark.jpg\";s:5:\"video\";s:22:\"michael-smith_dark.mp4\";s:4:\"name\";s:18:\"michael-smith_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"michael-smith_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:392;a:13:{s:2:\"id\";s:3:\"314\";s:6:\"handle\";s:23:\"sandra_johnson_dark.jpg\";s:5:\"video\";s:23:\"sandra_johnson_dark.mp4\";s:4:\"name\";s:19:\"sandra_johnson_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:19:\"sandra_johnson_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:393;a:13:{s:2:\"id\";s:3:\"313\";s:6:\"handle\";s:22:\"robert_bolton_dark.jpg\";s:5:\"video\";s:22:\"robert_bolton_dark.mp4\";s:4:\"name\";s:18:\"robert_bolton_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:18:\"robert_bolton_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-21 09:07:08\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:394;a:13:{s:2:\"id\";s:3:\"312\";s:6:\"handle\";s:25:\"elegant_captions_dark.png\";s:5:\"video\";s:25:\"elegant_captions_dark.mp4\";s:4:\"name\";s:21:\"elegant_captions_dark\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:21:\"elegant_captions_dark\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-18 14:41:45\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:395;a:13:{s:2:\"id\";s:3:\"311\";s:6:\"handle\";s:19:\"Caption_Dark_06.png\";s:5:\"video\";s:19:\"Caption_Dark_06.mp4\";s:4:\"name\";s:15:\"Caption_Dark_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_06\";s:5:\"width\";s:3:\"414\";s:6:\"height\";s:3:\"225\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:396;a:13:{s:2:\"id\";s:3:\"310\";s:6:\"handle\";s:19:\"Header_Light_02.png\";s:5:\"video\";s:19:\"Header_Light_02.mp4\";s:4:\"name\";s:15:\"Header_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:397;a:13:{s:2:\"id\";s:3:\"309\";s:6:\"handle\";s:21:\"Columns_4_Dark_01.png\";s:5:\"video\";s:21:\"Columns_4_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_4_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_4_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:398;a:13:{s:2:\"id\";s:3:\"308\";s:6:\"handle\";s:18:\"Header_Dark_01.png\";s:5:\"video\";s:18:\"Header_Dark_01.mp4\";s:4:\"name\";s:14:\"Header_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:399;a:13:{s:2:\"id\";s:3:\"307\";s:6:\"handle\";s:19:\"Caption_Dark_03.png\";s:5:\"video\";s:19:\"Caption_Dark_03.mp4\";s:4:\"name\";s:15:\"Caption_Dark_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:400;a:13:{s:2:\"id\";s:3:\"306\";s:6:\"handle\";s:21:\"Columns_3_Dark_01.png\";s:5:\"video\";s:21:\"Columns_3_Dark_01.mp4\";s:4:\"name\";s:17:\"Columns_3_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"Columns_3_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:401;a:13:{s:2:\"id\";s:3:\"305\";s:6:\"handle\";s:19:\"Caption_Dark_05.png\";s:5:\"video\";s:19:\"Caption_Dark_05.mp4\";s:4:\"name\";s:15:\"Caption_Dark_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_05\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:402;a:13:{s:2:\"id\";s:3:\"304\";s:6:\"handle\";s:20:\"Caption_Light_06.png\";s:5:\"video\";s:20:\"Caption_Light_06.mp4\";s:4:\"name\";s:16:\"Caption_Light_06\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_06\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:403;a:13:{s:2:\"id\";s:3:\"303\";s:6:\"handle\";s:19:\"Header_Light_01.png\";s:5:\"video\";s:19:\"Header_Light_01.mp4\";s:4:\"name\";s:15:\"Header_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:15:\"Header_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:404;a:13:{s:2:\"id\";s:3:\"302\";s:6:\"handle\";s:20:\"Caption_Light_03.png\";s:5:\"video\";s:20:\"Caption_Light_03.mp4\";s:4:\"name\";s:16:\"Caption_Light_03\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_03\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:405;a:13:{s:2:\"id\";s:3:\"301\";s:6:\"handle\";s:19:\"Caption_Dark_01.png\";s:5:\"video\";s:19:\"Caption_Dark_01.mp4\";s:4:\"name\";s:15:\"Caption_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:406;a:13:{s:2:\"id\";s:3:\"300\";s:6:\"handle\";s:21:\"PromoCode_Dark_01.png\";s:5:\"video\";s:21:\"PromoCode_Dark_01.mp4\";s:4:\"name\";s:17:\"PromoCode_Dark_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:17:\"PromoCode_Dark_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:407;a:13:{s:2:\"id\";s:3:\"299\";s:6:\"handle\";s:19:\"Caption_Dark_02.png\";s:5:\"video\";s:19:\"Caption_Dark_02.mp4\";s:4:\"name\";s:15:\"Caption_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:408;a:13:{s:2:\"id\";s:3:\"298\";s:6:\"handle\";s:18:\"Header_Dark_02.png\";s:5:\"video\";s:18:\"Header_Dark_02.mp4\";s:4:\"name\";s:14:\"Header_Dark_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:14:\"Header_Dark_02\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:409;a:13:{s:2:\"id\";s:3:\"297\";s:6:\"handle\";s:22:\"Columns_3_Light_01.png\";s:5:\"video\";s:22:\"Columns_3_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_3_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_3_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:410;a:13:{s:2:\"id\";s:3:\"296\";s:6:\"handle\";s:20:\"Caption_Light_01.png\";s:5:\"video\";s:20:\"Caption_Light_01.mp4\";s:4:\"name\";s:16:\"Caption_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:411;a:13:{s:2:\"id\";s:3:\"295\";s:6:\"handle\";s:19:\"Caption_Dark_04.png\";s:5:\"video\";s:19:\"Caption_Dark_04.mp4\";s:4:\"name\";s:15:\"Caption_Dark_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}}s:11:\"description\";s:15:\"Caption_Dark_04\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:412;a:13:{s:2:\"id\";s:3:\"294\";s:6:\"handle\";s:20:\"Caption_Light_02.png\";s:5:\"video\";s:20:\"Caption_Light_02.mp4\";s:4:\"name\";s:16:\"Caption_Light_02\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_02\";s:5:\"width\";s:3:\"828\";s:6:\"height\";s:3:\"450\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:413;a:13:{s:2:\"id\";s:3:\"293\";s:6:\"handle\";s:20:\"Caption_Light_04.png\";s:5:\"video\";s:20:\"Caption_Light_04.mp4\";s:4:\"name\";s:16:\"Caption_Light_04\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_04\";s:5:\"width\";s:4:\"1104\";s:6:\"height\";s:3:\"600\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:414;a:13:{s:2:\"id\";s:3:\"292\";s:6:\"handle\";s:22:\"Columns_4_Light_01.png\";s:5:\"video\";s:22:\"Columns_4_Light_01.mp4\";s:4:\"name\";s:18:\"Columns_4_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"Columns_4_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:415;a:13:{s:2:\"id\";s:3:\"291\";s:6:\"handle\";s:20:\"Caption_Light_05.png\";s:5:\"video\";s:20:\"Caption_Light_05.mp4\";s:4:\"name\";s:16:\"Caption_Light_05\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:16:\"Caption_Light_05\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}i:416;a:13:{s:2:\"id\";s:3:\"290\";s:6:\"handle\";s:22:\"PromoCode_Light_01.png\";s:5:\"video\";s:22:\"PromoCode_Light_01.mp4\";s:4:\"name\";s:18:\"PromoCode_Light_01\";s:4:\"tags\";a:1:{i:0;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}}s:11:\"description\";s:18:\"PromoCode_Light_01\";s:5:\"width\";s:3:\"552\";s:6:\"height\";s:3:\"300\";s:7:\"version\";s:3:\"1.0\";s:14:\"plugin_version\";s:5:\"6.0.0\";s:5:\"added\";s:19:\"2019-02-14 13:18:35\";s:6:\"active\";s:1:\"1\";s:4:\"type\";s:1:\"4\";}}s:4:\"tags\";a:18:{i:28;a:3:{s:2:\"id\";s:2:\"28\";s:6:\"handle\";s:11:\"abstraction\";s:4:\"name\";s:11:\"Abstraction\";}i:1;a:3:{s:2:\"id\";s:1:\"1\";s:6:\"handle\";s:11:\"accessories\";s:4:\"name\";s:11:\"Accessories\";}i:5;a:3:{s:2:\"id\";s:1:\"5\";s:6:\"handle\";s:3:\"art\";s:4:\"name\";s:3:\"Art\";}i:20;a:3:{s:2:\"id\";s:2:\"20\";s:6:\"handle\";s:5:\"Beach\";s:4:\"name\";s:5:\"Beach\";}i:21;a:3:{s:2:\"id\";s:2:\"21\";s:6:\"handle\";s:4:\"City\";s:4:\"name\";s:4:\"City\";}i:25;a:3:{s:2:\"id\";s:2:\"25\";s:6:\"handle\";s:4:\"dark\";s:4:\"name\";s:4:\"Dark\";}i:2;a:3:{s:2:\"id\";s:1:\"2\";s:6:\"handle\";s:6:\"device\";s:4:\"name\";s:6:\"Device\";}i:16;a:3:{s:2:\"id\";s:2:\"16\";s:6:\"handle\";s:4:\"food\";s:4:\"name\";s:4:\"Food\";}i:26;a:3:{s:2:\"id\";s:2:\"26\";s:6:\"handle\";s:5:\"light\";s:4:\"name\";s:5:\"Light\";}i:18;a:3:{s:2:\"id\";s:2:\"18\";s:6:\"handle\";s:4:\"misc\";s:4:\"name\";s:4:\"Misc\";}i:4;a:3:{s:2:\"id\";s:1:\"4\";s:6:\"handle\";s:5:\"music\";s:4:\"name\";s:5:\"Music\";}i:19;a:3:{s:2:\"id\";s:2:\"19\";s:6:\"handle\";s:6:\"nature\";s:4:\"name\";s:6:\"Nature\";}i:23;a:3:{s:2:\"id\";s:2:\"23\";s:6:\"handle\";s:5:\"Night\";s:4:\"name\";s:5:\"Night\";}i:3;a:3:{s:2:\"id\";s:1:\"3\";s:6:\"handle\";s:6:\"office\";s:4:\"name\";s:6:\"Office\";}i:24;a:3:{s:2:\"id\";s:2:\"24\";s:6:\"handle\";s:6:\"People\";s:4:\"name\";s:6:\"People\";}i:22;a:3:{s:2:\"id\";s:2:\"22\";s:6:\"handle\";s:3:\"Sky\";s:4:\"name\";s:3:\"Sky\";}i:29;a:3:{s:2:\"id\";s:2:\"29\";s:6:\"handle\";s:5:\"space\";s:4:\"name\";s:5:\"Space\";}i:27;a:3:{s:2:\"id\";s:2:\"27\";s:6:\"handle\";s:5:\"sport\";s:4:\"name\";s:5:\"Sport\";}}}','no'),(182,'revslider-templates-check','1626064699','yes'),(183,'revslider-templates-hash','e537c10aace40687f65a52b2be613e5b','yes'),(184,'rs-templates-new','','no'); INSERT INTO `wp_options` VALUES (185,'rs-templates','a:3:{s:4:\"hash\";s:32:\"51db7ba25d8ff92bfc943addebf606d6\";s:6:\"slider\";a:510:{i:0;a:22:{s:2:\"id\";s:1:\"1\";s:5:\"title\";s:16:\"Classic Carousel\";s:5:\"alias\";s:16:\"classic-carousel\";s:3:\"zip\";s:20:\"classic-carousel.zip\";s:3:\"uid\";s:32:\"146a01dd380c0cdee85c4456ee68cd84\";s:3:\"img\";s:27:\"classic-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/carousel-slider-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">Our classic, full-width carousel example. Drag, swipe or click to navigate!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:1;a:22:{s:2:\"id\";s:1:\"2\";s:5:\"title\";s:14:\"Classic Slider\";s:5:\"alias\";s:13:\"classicslider\";s:3:\"zip\";s:17:\"classicslider.zip\";s:3:\"uid\";s:32:\"a0d6a9248c9066b404ba0f1cdadc5cf2\";s:3:\"img\";s:24:\"classicslider/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-slideshow-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:136:\" <span class=\"ttm_content\">A classic slideshow example with timer, bullets and arrow navigation.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:2;a:22:{s:2:\"id\";s:1:\"3\";s:5:\"title\";s:12:\"Content Tabs\";s:5:\"alias\";s:11:\"contenttabs\";s:3:\"zip\";s:15:\"contenttabs.zip\";s:3:\"uid\";s:32:\"e02e91604b690123a3d07a65582c4fd0\";s:3:\"img\";s:22:\"contenttabs/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-content-tabs-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:170:\" <span class=\"ttm_content\">An auto-size slider with a cool split-text animation effect. Navigate with vertical bullets and thumbs.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:3;a:22:{s:2:\"id\";s:1:\"4\";s:5:\"title\";s:13:\"Facebook Feed\";s:5:\"alias\";s:13:\"facebook-feed\";s:3:\"zip\";s:17:\"facebook-feed.zip\";s:3:\"uid\";s:32:\"5506431d5b1babcb25dcf52c508d42e3\";s:3:\"img\";s:24:\"facebook-feed/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-facebook-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:174:\"<span class=\"ttm_content\"> This slider is automatically populated by a Facebook stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Facebook Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:4;a:22:{s:2:\"id\";s:1:\"5\";s:5:\"title\";s:7:\"Fashion\";s:5:\"alias\";s:7:\"fashion\";s:3:\"zip\";s:11:\"fashion.zip\";s:3:\"uid\";s:32:\"4f4b914d6db35e19101ff003c4e7ea3a\";s:3:\"img\";s:18:\"fashion/slider.jpg\";s:7:\"preview\";s:65:\"http://revolution.themepunch.com/wordpress-one-page-slider-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\" <span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:5;a:22:{s:2:\"id\";s:1:\"6\";s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"alias\";s:14:\"flickr-gallery\";s:3:\"zip\";s:18:\"flickr-gallery.zip\";s:3:\"uid\";s:32:\"ad85cfac7acfa678e6a1b8febfee51ed\";s:3:\"img\";s:25:\"flickr-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-flickr-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\" <span class=\"ttm_content\"> This slider is automatically populated by a Flickr stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:413:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Flickr Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:6;a:22:{s:2:\"id\";s:1:\"7\";s:5:\"title\";s:3:\"Gym\";s:5:\"alias\";s:3:\"gym\";s:3:\"zip\";s:7:\"gym.zip\";s:3:\"uid\";s:32:\"e4d81f13f96fb9bc905f4ad89615032b\";s:3:\"img\";s:14:\"gym/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/one-page-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:189:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the slider menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:7;a:22:{s:2:\"id\";s:1:\"8\";s:5:\"title\";s:18:\"Highlight Carousel\";s:5:\"alias\";s:18:\"highlight-carousel\";s:3:\"zip\";s:22:\"highlight-carousel.zip\";s:3:\"uid\";s:32:\"ada52163f723a942f782351fa0396b3d\";s:3:\"img\";s:29:\"highlight-carousel/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-swipe-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:138:\" <span class=\"ttm_content\">A swipe-controlled carousel with an additional tab-based navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:8;a:22:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:18:\"Highlight Showcase\";s:5:\"alias\";s:18:\"highlight-showcase\";s:3:\"zip\";s:22:\"highlight-showcase.zip\";s:3:\"uid\";s:32:\"2bfe0bd410fb48fec9d942eab1e21530\";s:3:\"img\";s:29:\"highlight-showcase/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-parallax-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">A tab-based navigation, a slideshow timer and cool animations make this slider interesting!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:9;a:22:{s:2:\"id\";s:2:\"10\";s:5:\"title\";s:10:\"Image Hero\";s:5:\"alias\";s:10:\"image-hero\";s:3:\"zip\";s:13:\"imagehero.zip\";s:3:\"uid\";s:32:\"7db18781d44f2adc28c962440894aac1\";s:3:\"img\";s:20:\"imagehero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-image/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:121:\"<span class=\"ttm_content\">A commonly used full-width image hero block with texts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:10;a:22:{s:2:\"id\";s:2:\"11\";s:5:\"title\";s:17:\"Instagram Gallery\";s:5:\"alias\";s:13:\"insta-gallery\";s:3:\"zip\";s:17:\"insta-gallery.zip\";s:3:\"uid\";s:32:\"711732b0d42ec2b57818a2b9b1d86cba\";s:3:\"img\";s:24:\"insta-gallery/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-instagram-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"640\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:174:\"<span class=\"ttm_content\">This slider is automatically populated by a Instagram stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:416:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Instagram Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:11;a:22:{s:2:\"id\";s:2:\"12\";s:5:\"title\";s:21:\"Levano Restaurant Bar\";s:5:\"alias\";s:19:\"levanorestaurantbar\";s:3:\"zip\";s:23:\"levanorestaurantbar.zip\";s:3:\"uid\";s:32:\"4178f837db67d1b2eb6cb5840bbd0b42\";s:3:\"img\";s:30:\"levanorestaurantbar/slider.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/wordpress-front-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or bullets.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:12;a:22:{s:2:\"id\";s:2:\"13\";s:5:\"title\";s:19:\"Main Feature Slider\";s:5:\"alias\";s:11:\"mainfeature\";s:3:\"zip\";s:15:\"mainfeature.zip\";s:3:\"uid\";s:32:\"1e002a3230ab00095bedc6f60393ee7f\";s:3:\"img\";s:22:\"mainfeature/slider.jpg\";s:7:\"preview\";s:33:\"http://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"750\";s:11:\"description\";s:127:\" <span class=\"ttm_content\">A slightly stripped down version of the main preview slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:13;a:22:{s:2:\"id\";s:2:\"14\";s:5:\"title\";s:17:\"Media Gallery Two\";s:5:\"alias\";s:17:\"media-gallery-two\";s:3:\"zip\";s:21:\"media-gallery-two.zip\";s:3:\"uid\";s:32:\"d002f1b1b55805f9322c264c5504ba5a\";s:3:\"img\";s:28:\"media-gallery-two/slider.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-media-gallery-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:127:\"<span class=\"ttm_content\">A media gallery example with Vimeo, HTML5 and Youtube videos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and titles.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:14;a:22:{s:2:\"id\";s:2:\"15\";s:5:\"title\";s:23:\"Media Carousel Autoplay\";s:5:\"alias\";s:23:\"media-carousel-autoplay\";s:3:\"zip\";s:27:\"media-carousel-autoplay.zip\";s:3:\"uid\";s:32:\"393d7875b1cc9d933378b35e4f645d76\";s:3:\"img\";s:34:\"media-carousel-autoplay/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-media-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"405\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A media carousel with \"autoplay\" activated. Swipe or click tabs to navigate the slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change media and caption texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:15;a:22:{s:2:\"id\";s:2:\"16\";s:5:\"title\";s:21:\"News Background Video\";s:5:\"alias\";s:21:\"news-background-video\";s:3:\"zip\";s:17:\"news-bg-video.zip\";s:3:\"uid\";s:32:\"a0efe44ac3af0f958b3f84c816a08272\";s:3:\"img\";s:24:\"news-bg-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A hero block with HTML5 background video that plays when entering the screen.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:16;a:22:{s:2:\"id\";s:2:\"17\";s:5:\"title\";s:12:\"News Gallery\";s:5:\"alias\";s:12:\"news-gallery\";s:3:\"zip\";s:16:\"news-gallery.zip\";s:3:\"uid\";s:32:\"3a069c3b286dbb9ee435563f747e3300\";s:3:\"img\";s:23:\"news-gallery/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-news-rotator/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A news gallery slideshow with tab navigation. Great for any blog!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:17;a:22:{s:2:\"id\";s:2:\"18\";s:5:\"title\";s:23:\"News Gallery Post Based\";s:5:\"alias\";s:23:\"news-gallery-post-based\";s:3:\"zip\";s:27:\"news-gallery-post-based.zip\";s:3:\"uid\";s:32:\"32fe05b1039c29ab9420bfd15aec5488\";s:3:\"img\";s:34:\"news-gallery-post-based/slider.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-post-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:18;a:22:{s:2:\"id\";s:2:\"19\";s:5:\"title\";s:9:\"News Hero\";s:5:\"alias\";s:9:\"news-hero\";s:3:\"zip\";s:13:\"news-hero.zip\";s:3:\"uid\";s:32:\"96a0385538a17c8c81ed8175740f70ea\";s:3:\"img\";s:20:\"news-hero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:107:\"<span class=\"ttm_content\">A image hero block with ken burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:19;a:22:{s:2:\"id\";s:2:\"20\";s:5:\"title\";s:10:\"News Video\";s:5:\"alias\";s:10:\"news-video\";s:3:\"zip\";s:14:\"news-video.zip\";s:3:\"uid\";s:32:\"f901e9e16e0363248156c2209eb584e9\";s:3:\"img\";s:21:\"news-video/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-content-blocks/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:128:\"<span class=\"ttm_content\">A Vimeo background video hero block with play / pause buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the video and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:20;a:22:{s:2:\"id\";s:2:\"21\";s:5:\"title\";s:15:\"Newsletter Hero\";s:5:\"alias\";s:15:\"newsletter-hero\";s:3:\"zip\";s:19:\"newsletter-hero.zip\";s:3:\"uid\";s:32:\"6290a9864d8c4c6311784586ed1cc5fe\";s:3:\"img\";s:26:\"newsletter-hero/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-newsletter-signup/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">This hero block uses a custom styled Mailchimp newsletter signup field.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:435:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and <a href=\"https://www.themepunch.com/faq/how-to-setup-mailchimp-for-the-newsletter-hero-template/\" target=\"_blank\">Mailchimp code</a>.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:21;a:22:{s:2:\"id\";s:2:\"22\";s:5:\"title\";s:11:\"Not Generic\";s:5:\"alias\";s:10:\"notgeneric\";s:3:\"zip\";s:14:\"notgeneric.zip\";s:3:\"uid\";s:32:\"9d87ba95e02210a9f82387add2ceadf9\";s:3:\"img\";s:21:\"notgeneric/slider.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">A full-screen slider with a layer based navigation and sleek content elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:22;a:22:{s:2:\"id\";s:2:\"23\";s:5:\"title\";s:11:\"Photography\";s:5:\"alias\";s:11:\"photography\";s:3:\"zip\";s:15:\"photography.zip\";s:3:\"uid\";s:32:\"1b2072547afb75e49f33b016751ed360\";s:3:\"img\";s:22:\"photography/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-photography-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:23;a:22:{s:2:\"id\";s:2:\"24\";s:5:\"title\";s:20:\"Photography Carousel\";s:5:\"alias\";s:20:\"photography-carousel\";s:3:\"zip\";s:24:\"photography-carousel.zip\";s:3:\"uid\";s:32:\"9a84b859ba23dc49ba8784e3a86545fa\";s:3:\"img\";s:31:\"photography-carousel/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-photo-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">A front-page carousel that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:24;a:22:{s:2:\"id\";s:2:\"25\";s:5:\"title\";s:16:\"Search Form Hero\";s:5:\"alias\";s:16:\"search-form-hero\";s:3:\"zip\";s:20:\"search-form-hero.zip\";s:3:\"uid\";s:32:\"e09eb1bd0f22b3a2b02a1aa251dd1f3e\";s:3:\"img\";s:27:\"search-form-hero/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-search-form-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This hero block uses a custom styled input field to show search results on a WordPress site.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image, texts, and search field code.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:25;a:22:{s:2:\"id\";s:2:\"26\";s:5:\"title\";s:17:\"Showcase Carousel\";s:5:\"alias\";s:16:\"showcasecarousel\";s:3:\"zip\";s:20:\"showcasecarousel.zip\";s:3:\"uid\";s:32:\"c5ca218398331bd2c064efc2f62eae56\";s:3:\"img\";s:27:\"showcasecarousel/slider.jpg\";s:7:\"preview\";s:62:\"http://revolution.themepunch.com/wordpress-cover-flow-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">A fancy carousel that rotates, fades and scales slider items.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:284:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:26;a:22:{s:2:\"id\";s:2:\"27\";s:5:\"title\";s:11:\"Sports Hero\";s:5:\"alias\";s:11:\"sports-hero\";s:3:\"zip\";s:14:\"sportshero.zip\";s:3:\"uid\";s:32:\"8de7a145f32a362d618d2595ffa2f724\";s:3:\"img\";s:21:\"sportshero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-image-hero/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"720\";s:11:\"description\";s:113:\"<span class=\"ttm_content\">An sports themed image hero block with buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:27;a:22:{s:2:\"id\";s:2:\"28\";s:5:\"title\";s:12:\"Twitter Feed\";s:5:\"alias\";s:12:\"twitter-feed\";s:3:\"zip\";s:16:\"twitter-feed.zip\";s:3:\"uid\";s:32:\"efbfc2af5da5258e7b7bed8598e483cc\";s:3:\"img\";s:23:\"twitter-feed/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-twitter-feed/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:3:\"800\";s:6:\"height\";s:3:\"640\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a Twitter stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Twitter Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:28;a:22:{s:2:\"id\";s:2:\"29\";s:5:\"title\";s:13:\"Vimeo Gallery\";s:5:\"alias\";s:13:\"vimeo-gallery\";s:3:\"zip\";s:17:\"vimeo-gallery.zip\";s:3:\"uid\";s:32:\"fa824ce1ff3942ec268fc9eda60df539\";s:3:\"img\";s:24:\"vimeo-gallery/slider.jpg\";s:7:\"preview\";s:57:\"http://revolution.themepunch.com/wordpress-vimeo-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"692\";s:11:\"description\";s:170:\"<span class=\"ttm_content\">This slider is automatically populated by a Vimeo stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:412:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Vimeo Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:29;a:22:{s:2:\"id\";s:2:\"30\";s:5:\"title\";s:10:\"Vimeo Hero\";s:5:\"alias\";s:9:\"vimeohero\";s:3:\"zip\";s:13:\"vimeohero.zip\";s:3:\"uid\";s:32:\"c575575f96173d88589cddcb06120b77\";s:3:\"img\";s:20:\"vimeohero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-hero-vimeo/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:116:\"<span class=\"ttm_content\">A commonly used Vimeo video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:30;a:22:{s:2:\"id\";s:2:\"31\";s:5:\"title\";s:16:\"Web Product Dark\";s:5:\"alias\";s:16:\"web-product-dark\";s:3:\"zip\";s:20:\"web-product-dark.zip\";s:3:\"uid\";s:32:\"39b872cf0608e63c3a503e58374dc30a\";s:3:\"img\";s:27:\"web-product-dark/slider.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/wordpress-frontpage-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:31;a:22:{s:2:\"id\";s:2:\"32\";s:5:\"title\";s:21:\"Web Product Dark Hero\";s:5:\"alias\";s:21:\"web-product-dark-hero\";s:3:\"zip\";s:25:\"web-product-dark-hero.zip\";s:3:\"uid\";s:32:\"b6784e8925221f36677217979d26e6f0\";s:3:\"img\";s:32:\"web-product-dark-hero/slider.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-header-image/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:32;a:22:{s:2:\"id\";s:2:\"33\";s:5:\"title\";s:22:\"Web Product Light Hero\";s:5:\"alias\";s:22:\"web-product-light-hero\";s:3:\"zip\";s:26:\"web-product-light-hero.zip\";s:3:\"uid\";s:32:\"428e65d6aaa6ef775429989d50516492\";s:3:\"img\";s:33:\"web-product-light-hero/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/hero-image-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:162:\"<span class=\"ttm_content\">A modern hero block with three common devices. The screens of each device can be changed easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:289:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:33;a:22:{s:2:\"id\";s:2:\"34\";s:5:\"title\";s:17:\"Web Product Light\";s:5:\"alias\";s:15:\"webproductlight\";s:3:\"zip\";s:19:\"webproductlight.zip\";s:3:\"uid\";s:32:\"fa23dab5bf1139c6393828647a9de4e0\";s:3:\"img\";s:26:\"webproductlight/slider.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/wordpress-cover-page/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:194:\"<span class=\"ttm_content\">A front-page slider that can be used as an intro for your website. Navigate by using mouse-wheel scroll or the layer-based menu.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:583:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Instructions for <a href=\"https://www.themepunch.com/faq/modify-burger-menu/\" target=\"_blank\">changing the menu</a>.</span><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:34;a:22:{s:2:\"id\";s:2:\"35\";s:5:\"title\";s:15:\"Youtube Gallery\";s:5:\"alias\";s:15:\"youtube-gallery\";s:3:\"zip\";s:19:\"youtube-gallery.zip\";s:3:\"uid\";s:32:\"ee9e4928ac74f5f0c0b697ce708f5aa7\";s:3:\"img\";s:26:\"youtube-gallery/slider.jpg\";s:7:\"preview\";s:59:\"http://revolution.themepunch.com/wordpress-youtube-gallery/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\"> This slider is automatically populated by a YouTube stream. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:414:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"YouTube Stream\"</a>. Make sure to input your correct API information in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"socialmedia\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:35;a:23:{s:2:\"id\";s:2:\"36\";s:5:\"title\";s:12:\"Youtube Hero\";s:5:\"alias\";s:11:\"youtubehero\";s:3:\"zip\";s:15:\"youtubehero.zip\";s:3:\"uid\";s:32:\"e0b2c12a45841bdf21cb96305f2c85bf\";s:3:\"img\";s:22:\"youtubehero/slider.jpg\";s:7:\"preview\";s:58:\"http://revolution.themepunch.com/wordpress-youtube-header/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:104:\"<span class=\"ttm_content\">A YouTube video background hero block.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:633:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/enable-sound-for-the-youtube-hero-template/\" target=\"_blank\">enable sound for the background video</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:36;a:22:{s:2:\"id\";s:2:\"37\";s:5:\"title\";s:13:\"Scroll Effect\";s:5:\"alias\";s:13:\"scroll-effect\";s:3:\"zip\";s:17:\"scroll-effect.zip\";s:3:\"uid\";s:32:\"417f59e9db87aa7e47c8509eb88d4af6\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/big-bold-fullscreen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen slider with a unique scroll effect and big, bold text.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:37;a:22:{s:2:\"id\";s:2:\"38\";s:5:\"title\";s:12:\"Content Zoom\";s:5:\"alias\";s:12:\"content-zoom\";s:3:\"zip\";s:16:\"content-zoom.zip\";s:3:\"uid\";s:32:\"42ef8cdb70d42ec6ff6fa3b69a027b5f\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/content-zoom-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:243:\"<span class=\"ttm_content\">A very unique full-width slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:38;a:22:{s:2:\"id\";s:2:\"39\";s:5:\"title\";s:13:\"Food Carousel\";s:5:\"alias\";s:13:\"food-carousel\";s:3:\"zip\";s:17:\"food-carousel.zip\";s:3:\"uid\";s:32:\"a7bf54527b6658a0a308c70c729779fe\";s:3:\"img\";s:29:\"foodcarousel/slider_cover.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/food-carousel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:267:\"<span class=\"ttm_content\">A fancy carousel with detail content on each slide. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to show and hide layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:39;a:22:{s:2:\"id\";s:2:\"40\";s:5:\"title\";s:14:\"Rotating Words\";s:5:\"alias\";s:14:\"rotating-words\";s:3:\"zip\";s:18:\"rotating-words.zip\";s:3:\"uid\";s:32:\"70190463d9376f278c8197b7b2ef6c1b\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";s:7:\"preview\";s:53:\"http://revolution.themepunch.com/rotating-words-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A full-screen hero block with unique animated text and blur effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:495:\"<span class=\"ttm_content\">This is a \"Default\" hero slider. Edit the slide to change the background media and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:40;a:22:{s:2:\"id\";s:2:\"41\";s:5:\"title\";s:22:\"Travel Static Captions\";s:5:\"alias\";s:22:\"travel-static-captions\";s:3:\"zip\";s:26:\"travel-static-captions.zip\";s:3:\"uid\";s:32:\"bbe7d61c7c741ebc7aa1ce1082b0cb71\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";s:7:\"preview\";s:50:\"http://revolution.themepunch.com/travel-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A slideshow example with static captions layers above a rotating image background.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:41;a:22:{s:2:\"id\";s:2:\"42\";s:5:\"title\";s:7:\"Concept\";s:5:\"alias\";s:7:\"concept\";s:3:\"zip\";s:11:\"concept.zip\";s:3:\"uid\";s:32:\"47cb06083e87503762f6746725117a3c\";s:3:\"img\";s:18:\"concept/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/fullscreen-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">A full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:42;a:22:{s:2:\"id\";s:2:\"43\";s:5:\"title\";s:15:\"True Fullscreen\";s:5:\"alias\";s:17:\"fullscreen-button\";s:3:\"zip\";s:21:\"fullscreen-button.zip\";s:3:\"uid\";s:32:\"618a43bdf89333b555531f6d6ecde359\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/wordpress-sidebar-slideshow/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A slider with a full-screen button that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:297:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:43;a:22:{s:2:\"id\";s:2:\"44\";s:5:\"title\";s:16:\"Creative Freedom\";s:5:\"alias\";s:15:\"creativefreedom\";s:3:\"zip\";s:19:\"creativefreedom.zip\";s:3:\"uid\";s:32:\"8902bf6c93126c2c6323626b9e872621\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/wordpress-touch-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A full-screen slider with a unique vertical navigation and 3D-parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:290:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images, videos and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:44;a:22:{s:2:\"id\";s:2:\"45\";s:5:\"title\";s:17:\"3D Parallax Scene\";s:5:\"alias\";s:13:\"parallaxscene\";s:3:\"zip\";s:17:\"parallaxscene.zip\";s:3:\"uid\";s:32:\"51566f1ce649708e97a0f5dfaf05ea19\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-3d-parallax/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:328:\"<span class=\"ttm_content\">A 3D-parallax hero scene with mouse-controlled effects. Smart image arrangement creates a convincing 3D effect. Tooltips are shown using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:45;a:22:{s:2:\"id\";s:2:\"46\";s:5:\"title\";s:10:\"Wow Factor\";s:5:\"alias\";s:15:\"slidingoverlays\";s:3:\"zip\";s:19:\"slidingoverlays.zip\";s:3:\"uid\";s:32:\"18002d17e8bc7ca61b0951f5305a759e\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/responsive-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:106:\"<span class=\"ttm_content\">A 3D-parallax effect full-screen slider.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:446:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:46;a:22:{s:2:\"id\";s:2:\"47\";s:5:\"title\";s:14:\"3D Web Product\";s:5:\"alias\";s:25:\"web-product-light-hero-3d\";s:3:\"zip\";s:29:\"web-product-light-hero-3d.zip\";s:3:\"uid\";s:32:\"efd345c5da805414093e46066cefd751\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/wordpress-3d-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"668\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A 3D-parallax hero scene slider with a convincing depth-effect and animated clouds.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:47;a:22:{s:2:\"id\";s:2:\"48\";s:5:\"title\";s:15:\"WooCommerce Big\";s:5:\"alias\";s:6:\"woobig\";s:3:\"zip\";s:10:\"woobig.zip\";s:3:\"uid\";s:32:\"bfb09a39656c7c80e86b468fc5b3403c\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:48;a:22:{s:2:\"id\";s:2:\"49\";s:5:\"title\";s:17:\"WooCommerce Small\";s:5:\"alias\";s:16:\"woocommercesmall\";s:3:\"zip\";s:20:\"woocommercesmall.zip\";s:3:\"uid\";s:32:\"b17c2adcc5c4c4b68a7ac6fee32fa030\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";s:7:\"preview\";s:52:\"http://revolution.themepunch.com/woocommerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.1\";s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"266\";s:11:\"description\";s:174:\" <span class=\"ttm_content\">This slider is automatically populated by WooCommerce posts. Just one slide is needed to show a whole feed!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"WooCommerce Slider\"</a>. Make sure to select the products you want to show in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:49;a:22:{s:2:\"id\";s:2:\"50\";s:5:\"title\";s:17:\"Restaurant Header\";s:5:\"alias\";s:10:\"finedining\";s:3:\"zip\";s:14:\"finedining.zip\";s:3:\"uid\";s:32:\"03481a9e258501fbe3888b48830ea845\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/restaurant-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:275:\"<span class=\"ttm_content\">A full-screen hero block slider that shows different background layers on button hover using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:50;a:22:{s:2:\"id\";s:2:\"51\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:12:\"agency-intro\";s:3:\"zip\";s:16:\"agency-intro.zip\";s:3:\"uid\";s:32:\"e9be2afdd55a0c8d0d8d0cc12ba4c82f\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";s:7:\"preview\";s:60:\"http://revolution.themepunch.com/agency-website-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:302:\" <span class=\"ttm_content\">A full-screen hero block slider with ken burns effect and video modal on button click. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:51;a:22:{s:2:\"id\";s:2:\"52\";s:5:\"title\";s:11:\"Team Slider\";s:5:\"alias\";s:7:\"ourteam\";s:3:\"zip\";s:11:\"ourteam.zip\";s:3:\"uid\";s:32:\"d8eb1fec07a79202d1118bb17f70c233\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";s:7:\"preview\";s:74:\"http://revolution.themepunch.com/thumbnail-hover-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:303:\"<span class=\"ttm_content\">A team slider that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:657:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:52;a:22:{s:2:\"id\";s:2:\"53\";s:5:\"title\";s:13:\"Team Carousel\";s:5:\"alias\";s:17:\"our-team-carousel\";s:3:\"zip\";s:21:\"our-team-carousel.zip\";s:3:\"uid\";s:32:\"37656d5dcab1f265c025cb2a3d669809\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";s:7:\"preview\";s:83:\"http://revolution.themepunch.com/thumbnail-hover-carousel-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:306:\" <span class=\"ttm_content\">A team carousel that changes slides and displays additional information on thumbnail hover. It uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to achieve this effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:659:\"<span class=\"ttm_content\">This is a \"Default\" content carousel. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\nLearn how to <a href=\"https://www.themepunch.com/faq/modify-thumbnails-for-our-team-template/\" target=\"_blank\">modify the thumbnails</a><br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:53;a:22:{s:2:\"id\";s:2:\"54\";s:5:\"title\";s:17:\"4K Youtube Slider\";s:5:\"alias\";s:13:\"betteryoutube\";s:3:\"zip\";s:17:\"betteryoutube.zip\";s:3:\"uid\";s:32:\"d7c5fef9f257037d7a148038aa2a1857\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";s:7:\"preview\";s:94:\"http://revolution.themepunch.com/fullscreen-4k-youtube-video-gallery-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.1.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"675\";s:11:\"description\";s:293:\" <span class=\"ttm_content\">A full-screen youtube gallery with 4K videos as an example. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to breathe life into navigation elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:535:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change videos and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:54;a:22:{s:2:\"id\";s:2:\"55\";s:5:\"title\";s:21:\"Agency Website Header\";s:5:\"alias\";s:19:\"agencywebsiteheader\";s:3:\"zip\";s:23:\"agencywebsiteheader.zip\";s:3:\"uid\";s:32:\"c11d272c87277a7a38d9e7fd13e27947\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/fullscreen-hero-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:245:\" <span class=\"ttm_content\">A very unique full-screen slider that uses <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:509:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:55;a:22:{s:2:\"id\";s:2:\"56\";s:5:\"title\";s:11:\"Coming Soon\";s:5:\"alias\";s:10:\"comingsoon\";s:3:\"zip\";s:14:\"comingsoon.zip\";s:3:\"uid\";s:32:\"0f89edf995512e6d6e864a2ee7221829\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";s:7:\"preview\";s:79:\"http://revolution.themepunch.com/coming-soon-wordpress-under-construction-site/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:299:\"<span class=\"ttm_content\">A full-screen slider that can be used as a \"Coming Soon\" page. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a> are used to achieve various interaction possibilities.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:638:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\nInstructions for <a href=\"https://www.themepunch.com/faq/change-date-for-coming-soon-template/\" target=\"_blank\">how to change the date.</a><br /><br />\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:56;a:22:{s:2:\"id\";s:2:\"57\";s:5:\"title\";s:20:\"Christmas Snow Scene\";s:5:\"alias\";s:9:\"snowscene\";s:3:\"zip\";s:13:\"snowscene.zip\";s:3:\"uid\";s:32:\"a747bf0837caff86c62419a746690209\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";s:7:\"preview\";s:54:\"http://revolution.themepunch.com/christmas-snow-scene/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.0.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:141:\"<span class=\"ttm_content\">A slider with multiple christmas themed slides and a neat snow fall effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:485:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:57;a:22:{s:2:\"id\";s:2:\"58\";s:5:\"title\";s:15:\"Rock Band Music\";s:5:\"alias\";s:8:\"rockband\";s:3:\"zip\";s:12:\"rockband.zip\";s:3:\"uid\";s:32:\"5f557a5fad2fd6ca982a6ae6e9619637\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";s:7:\"preview\";s:80:\"http://revolution.themepunch.com/rock-band-music-theme-slider-revolution-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\" <span class=\"ttm_content\">A rock band themed hero block slider with an embedded SoundCloud element.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:464:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background video and texts.<br/><br/></span>\r\nScreencast for <a href=\"https://www.youtube.com/playlist?list=PLSCdqDWVMJPPXEuOEqYEQMAsp0vAYw52_\" target=\"_blank\">mobile video</a> considerations.</a>\r\n<br/><br/>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-24 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:58;a:22:{s:2:\"id\";s:2:\"59\";s:5:\"title\";s:18:\"Sleek Landing Page\";s:5:\"alias\";s:16:\"sleeklandingpage\";s:3:\"zip\";s:20:\"sleeklandingpage.zip\";s:3:\"uid\";s:32:\"07f7f2608936a8ae226213b7d99eee3f\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";s:7:\"preview\";s:70:\"http://revolution.themepunch.com/landing-page-free-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">A full-screen slider that can be used as an App-Landing-Page. The object layers and custom animations create a unique effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-02-22 13:21:33\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:59;a:22:{s:2:\"id\";s:2:\"60\";s:5:\"title\";s:16:\"App Landing Page\";s:5:\"alias\";s:14:\"applandingpage\";s:3:\"zip\";s:18:\"applandingpage.zip\";s:3:\"uid\";s:32:\"38eb600893c1484ab8fd2a3dce3678d7\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/app-landing-page-free-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">A full-screen hero block that can be used as an app landing page. The detail view is build using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:371:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>It might be helpful to use the \"hide/show layer\" feature to efficiently edit all content.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:60;a:22:{s:2:\"id\";s:2:\"61\";s:5:\"title\";s:10:\"Desk Scene\";s:5:\"alias\";s:9:\"deskscene\";s:3:\"zip\";s:13:\"deskscene.zip\";s:3:\"uid\";s:32:\"172a1a89a3e3b333cb4dbeb238f534c5\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";s:7:\"preview\";s:49:\"http://revolution.themepunch.com/hero-desk-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:135:\"<span class=\"ttm_content\">A beautiful desk scene with a cool reveal effect when scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:61;a:22:{s:2:\"id\";s:2:\"62\";s:5:\"title\";s:17:\"Clean News Slider\";s:5:\"alias\";s:15:\"cleannewsslider\";s:3:\"zip\";s:19:\"cleannewsslider.zip\";s:3:\"uid\";s:32:\"82c3f521fe31b80984be0f19e1a9899e\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:132:\"<span class=\"ttm_content\">A slideshow example with clean content and thumbnail navigation.</span>\r\n<span class=\"ttm_space\"></span>\r\n\";s:11:\"setup_notes\";s:282:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:62;a:22:{s:2:\"id\";s:2:\"63\";s:5:\"title\";s:13:\"Image Gallery\";s:5:\"alias\";s:12:\"imagegallery\";s:3:\"zip\";s:16:\"imagegallery.zip\";s:3:\"uid\";s:32:\"cef1d75357df2cb53b990c74a214813e\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">A photo gallery suitable to display your images using <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to their potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:63;a:22:{s:2:\"id\";s:2:\"64\";s:5:\"title\";s:19:\"Standard WP Gallery\";s:5:\"alias\";s:19:\"standard-wp-gallery\";s:3:\"zip\";s:23:\"standard-wp-gallery.zip\";s:3:\"uid\";s:32:\"632035b8a27652d8081dbdfa343dc93d\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";s:7:\"preview\";s:64:\"http://revolution.themepunch.com/wordpress-photo-gallery-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"667\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A photo gallery that uses the \"Standard WP Gallery\" add-on to display images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:407:\"<span class=\"ttm_content\">Please follow the setup guide on the \"Standard WP Gallery\" add-on page.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";s:166:\"[{\"path\":\"revslider-gallery-addon\\/revslider-gallery-addon.php\",\"name\":\"WP Gallery AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/wordpress-photo-gallery-plugin\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:64;a:22:{s:2:\"id\";s:2:\"65\";s:5:\"title\";s:21:\"Clean News Post Based\";s:5:\"alias\";s:21:\"clean-news-post-based\";s:3:\"zip\";s:25:\"clean-news-post-based.zip\";s:3:\"uid\";s:32:\"f4cf5bbe51afa5a361754bb081cbabf2\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";s:7:\"preview\";s:55:\"http://revolution.themepunch.com/wordpress-news-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:125:\"<span class=\"ttm_content\"> This slider is automatically populated by WordPress posts.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:423:\"<span class=\"ttm_content\">The content source is set to <a href=\"https://www.themepunch.com/slider-revolution/module-content/#flickr\" target=\"_blank\">\"Post-Based Slider\"</a>. Make sure to select the post type you want to display in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:65;a:22:{s:2:\"id\";s:2:\"66\";s:5:\"title\";s:22:\"Interactive Whiteboard\";s:5:\"alias\";s:21:\"interactivewhiteboard\";s:3:\"zip\";s:25:\"interactivewhiteboard.zip\";s:3:\"uid\";s:32:\"058b4af535d6c6c7bcec5225845e3eb4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";s:7:\"preview\";s:77:\"http://revolution.themepunch.com/interactive-whiteboard-animation-free-addon/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:5:\"5.2.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:269:\"<span class=\"ttm_content\">This is the example slider from the Whiteboard add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used to achieve certain effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:541:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/whiteboard-addon/\" target=\"_blank\">Whiteboard add-on</a> to be installed. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:185:\"[{\"path\":\"revslider-whiteboard-addon\\/revslider-whiteboard-addon.php\",\"name\":\"Whiteboard AddOn\",\"url\":\"http:\\/\\/revolution.themepunch.com\\/interactive-whiteboard-animation-free-addon\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:66;a:22:{s:2:\"id\";s:2:\"68\";s:5:\"title\";s:17:\"Innovation Slider\";s:5:\"alias\";s:10:\"innovation\";s:3:\"zip\";s:14:\"innovation.zip\";s:3:\"uid\";s:32:\"d3440b69126d9c186fddc713b18b0002\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2016/\";s:7:\"version\";s:5:\"1.0.5\";s:8:\"required\";s:7:\"5.2.3.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:258:\"<span class=\"ttm_content\">A full-screen slider with an elegant fade-out parallax effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:493:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images, videos and texts.<br/>For further configuration options please view the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">\"Custom CSS/JS\"</a> section in the slider settings.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2016-03-29 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:67;a:25:{s:2:\"id\";s:2:\"69\";s:5:\"title\";s:25:\"Dark Content Block - Menu\";s:5:\"alias\";s:24:\"dark-fullsite-block-menu\";s:3:\"zip\";s:34:\"packs/dark-fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"bf4bd226719d3c3d3146592976e31ca1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:68;a:25:{s:2:\"id\";s:2:\"70\";s:5:\"title\";s:25:\"Dark Content Block - Hero\";s:5:\"alias\";s:21:\"dark-fullsite-block-1\";s:3:\"zip\";s:31:\"packs/dark-fullsite-block-1.zip\";s:3:\"uid\";s:32:\"d8859245fe600288ca932dc29aca751f\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:69;a:25:{s:2:\"id\";s:2:\"71\";s:5:\"title\";s:26:\"Dark Content Block - About\";s:5:\"alias\";s:27:\"dark-fullsite-block-2-about\";s:3:\"zip\";s:37:\"packs/dark-fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"298401901521a197a8294c1b4f73df3e\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:70;a:25:{s:2:\"id\";s:2:\"72\";s:5:\"title\";s:29:\"Dark Content Block - Services\";s:5:\"alias\";s:30:\"dark-fullsite-block-3-services\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"8da3ed605472ed6a26c745fb52f85f82\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:71;a:25:{s:2:\"id\";s:2:\"73\";s:5:\"title\";s:29:\"Dark Content Block - Products\";s:5:\"alias\";s:30:\"dark-fullsite-block-4-products\";s:3:\"zip\";s:40:\"packs/dark-fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"99e4f40399d20261a6131043d0e50b0c\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:422:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\r\n\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:72;a:25:{s:2:\"id\";s:2:\"74\";s:5:\"title\";s:33:\"Dark Content Block - Testimonials\";s:5:\"alias\";s:34:\"dark-fullsite-block-5-testimonials\";s:3:\"zip\";s:44:\"packs/dark-fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"2f9121e0eedd51afe85e233d0743acab\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:73;a:25:{s:2:\"id\";s:2:\"75\";s:5:\"title\";s:28:\"Dark Content Block - Callout\";s:5:\"alias\";s:29:\"dark-fullsite-block-6-callout\";s:3:\"zip\";s:39:\"packs/dark-fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"55fbecb113ff21f050be7adc08637329\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:74;a:25:{s:2:\"id\";s:2:\"76\";s:5:\"title\";s:27:\"Dark Content Block - Footer\";s:5:\"alias\";s:28:\"dark-fullsite-block-7-footer\";s:3:\"zip\";s:38:\"packs/dark-fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"2ff517f5c7c54e3e0c2dd733cfd3400e\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:75;a:25:{s:2:\"id\";s:2:\"77\";s:5:\"title\";s:26:\"Light Content Block - Menu\";s:5:\"alias\";s:19:\"fullsite-block-menu\";s:3:\"zip\";s:29:\"packs/fullsite-block-menu.zip\";s:3:\"uid\";s:32:\"8010971f34387d5f94a1f4e577ef382a\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:76;a:25:{s:2:\"id\";s:2:\"78\";s:5:\"title\";s:26:\"Light Content Block - Hero\";s:5:\"alias\";s:15:\"fullsite-block1\";s:3:\"zip\";s:25:\"packs/fullsite-block1.zip\";s:3:\"uid\";s:32:\"45bf7179843e01ce112e8ec754b0455c\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:77;a:25:{s:2:\"id\";s:2:\"79\";s:5:\"title\";s:27:\"Light Content Block - About\";s:5:\"alias\";s:22:\"fullsite-block-2-about\";s:3:\"zip\";s:32:\"packs/fullsite-block-2-about.zip\";s:3:\"uid\";s:32:\"8402b460638a746d36433cb161440b7d\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:78;a:25:{s:2:\"id\";s:2:\"80\";s:5:\"title\";s:30:\"Light Content Block - Services\";s:5:\"alias\";s:25:\"fullsite-block-3-services\";s:3:\"zip\";s:35:\"packs/fullsite-block-3-services.zip\";s:3:\"uid\";s:32:\"7b8cea27f4d6ae17c5e1eae12457bd06\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:79;a:25:{s:2:\"id\";s:2:\"81\";s:5:\"title\";s:30:\"Light Content Block - Products\";s:5:\"alias\";s:25:\"fullsite-block-4-products\";s:3:\"zip\";s:35:\"packs/fullsite-block-4-products.zip\";s:3:\"uid\";s:32:\"d148935362d7122636cda0635eae4be7\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:80;a:25:{s:2:\"id\";s:2:\"82\";s:5:\"title\";s:34:\"Light Content Block - Testimonials\";s:5:\"alias\";s:29:\"fullsite-block-5-testimonials\";s:3:\"zip\";s:39:\"packs/fullsite-block-5-testimonials.zip\";s:3:\"uid\";s:32:\"06255bfd421e40f71fa8197b839dbf03\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:81;a:25:{s:2:\"id\";s:2:\"83\";s:5:\"title\";s:29:\"Light Content Block - Callout\";s:5:\"alias\";s:24:\"fullsite-block-6-callout\";s:3:\"zip\";s:34:\"packs/fullsite-block-6-callout.zip\";s:3:\"uid\";s:32:\"8a88c3447676b613ec5db2fe5d63315c\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:82;a:25:{s:2:\"id\";s:2:\"84\";s:5:\"title\";s:28:\"Light Content Block - Footer\";s:5:\"alias\";s:23:\"fullsite-block-7-footer\";s:3:\"zip\";s:33:\"packs/fullsite-block-7-footer.zip\";s:3:\"uid\";s:32:\"34300b4407a2093eb2e1e08868fa8319\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:83;a:22:{s:2:\"id\";s:2:\"85\";s:5:\"title\";s:12:\"Tech Journal\";s:5:\"alias\";s:11:\"techjournal\";s:3:\"zip\";s:15:\"techjournal.zip\";s:3:\"uid\";s:32:\"7f92d70d1c108378f915b18c2ceb71d6\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:84;a:22:{s:2:\"id\";s:2:\"86\";s:5:\"title\";s:14:\"Car Dealership\";s:5:\"alias\";s:13:\"cardealership\";s:3:\"zip\";s:17:\"cardealership.zip\";s:3:\"uid\";s:32:\"bb010838855a8ae4d1dd68e139bf169e\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/car-dealership-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"650\";s:11:\"description\";s:130:\"<span class=\"ttm_content\">A full-width slider with navigation direction-based transitions.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:85;a:22:{s:2:\"id\";s:2:\"87\";s:5:\"title\";s:22:\"FullScreen Menu Slider\";s:5:\"alias\";s:14:\"fullscreenmenu\";s:3:\"zip\";s:18:\"fullscreenmenu.zip\";s:3:\"uid\";s:32:\"6de81d74c4bf193e2e274d43038adc85\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-fullscreen-menu/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:131:\"<span class=\"ttm_content\">A full-screen slider that contains a menu with slide blur effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:86;a:22:{s:2:\"id\";s:2:\"88\";s:5:\"title\";s:18:\"Creative Frontpage\";s:5:\"alias\";s:17:\"creativefrontpage\";s:3:\"zip\";s:21:\"creativefrontpage.zip\";s:3:\"uid\";s:32:\"0636cb368af3bcaa2f68eb0ebefe6439\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/best-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:246:\"<span class=\"ttm_content\">A full-screen slider with hidden slides that are triggered via <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\" target=\"_blank\">\"Layer Actions\"</a>.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:87;a:25:{s:2:\"id\";s:2:\"89\";s:5:\"title\";s:20:\"Website Builder Menu\";s:5:\"alias\";s:19:\"websitebuilder-menu\";s:3:\"zip\";s:29:\"packs/websitebuilder-menu.zip\";s:3:\"uid\";s:32:\"d9e6d9c961f123a3a4847b51fc3ba3a2\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:88;a:25:{s:2:\"id\";s:2:\"90\";s:5:\"title\";s:20:\"Website Builder Hero\";s:5:\"alias\";s:19:\"websitebuilder-hero\";s:3:\"zip\";s:29:\"packs/websitebuilder-hero.zip\";s:3:\"uid\";s:32:\"6cb2df9a41ad2e7865bb9bbea7e39cb5\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1230\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:89;a:25:{s:2:\"id\";s:2:\"91\";s:5:\"title\";s:23:\"Website Builder Clients\";s:5:\"alias\";s:22:\"websitebuilder-clients\";s:3:\"zip\";s:32:\"packs/websitebuilder-clients.zip\";s:3:\"uid\";s:32:\"050e59c43c9a693510d01f29532088cf\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"120\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:90;a:25:{s:2:\"id\";s:2:\"92\";s:5:\"title\";s:24:\"Website Builder Services\";s:5:\"alias\";s:23:\"websitebuilder-services\";s:3:\"zip\";s:33:\"packs/websitebuilder-services.zip\";s:3:\"uid\";s:32:\"48d56d67615efce619ae973ab4358c07\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"558\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:91;a:25:{s:2:\"id\";s:2:\"93\";s:5:\"title\";s:24:\"Website Builder Discover\";s:5:\"alias\";s:23:\"websitebuilder-discover\";s:3:\"zip\";s:33:\"packs/websitebuilder-discover.zip\";s:3:\"uid\";s:32:\"425a08a7be338daea3df02a07ff5c316\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"955\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:92;a:25:{s:2:\"id\";s:2:\"94\";s:5:\"title\";s:22:\"Website Builder Slider\";s:5:\"alias\";s:21:\"websitebuilder-slider\";s:3:\"zip\";s:31:\"packs/websitebuilder-slider.zip\";s:3:\"uid\";s:32:\"9d670b7335016accb590dc8d52bfb6f0\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:93;a:25:{s:2:\"id\";s:2:\"95\";s:5:\"title\";s:28:\"Website Builder CallToAction\";s:5:\"alias\";s:27:\"websitebuilder-calltoaction\";s:3:\"zip\";s:37:\"packs/websitebuilder-calltoaction.zip\";s:3:\"uid\";s:32:\"45851baf9e61f55ed9f5fa9d0beff77e\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"960\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:94;a:25:{s:2:\"id\";s:2:\"96\";s:5:\"title\";s:22:\"Website Builder Footer\";s:5:\"alias\";s:21:\"websitebuilder-footer\";s:3:\"zip\";s:31:\"packs/websitebuilder-footer.zip\";s:3:\"uid\";s:32:\"2732bbe66ef28219d6cc53ce8cc78863\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:95;a:22:{s:2:\"id\";s:2:\"97\";s:5:\"title\";s:21:\"Focus Parallax Effect\";s:5:\"alias\";s:13:\"focusparallax\";s:3:\"zip\";s:17:\"focusparallax.zip\";s:3:\"uid\";s:32:\"13bd15fb3ddf8b9841cb55b89389cc73\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";s:7:\"preview\";s:68:\" https://revolution.themepunch.com/parallax-effect-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:256:\"<span class=\"ttm_content\">A full-screen slider with mouse controlled parallax effects. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:415:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/>Some content is in <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">\"Static / Global Layers\"</a><br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:96;a:22:{s:2:\"id\";s:2:\"98\";s:5:\"title\";s:14:\"Duotone Slider\";s:5:\"alias\";s:7:\"duotone\";s:3:\"zip\";s:11:\"duotone.zip\";s:3:\"uid\";s:32:\"494862ceb6cb7c6658ad7cd36848cccd\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-header-image-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.4\";s:5:\"width\";s:4:\"1200\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:252:\"<span class=\"ttm_content\">A full-screen slider with unique parallax scroll effect. <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:97;a:25:{s:2:\"id\";s:2:\"99\";s:5:\"title\";s:12:\"Minimal Menu\";s:5:\"alias\";s:6:\"r_menu\";s:3:\"zip\";s:16:\"packs/r_menu.zip\";s:3:\"uid\";s:32:\"30d6a6895db1a5f29b1679061551c9f0\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:98;a:25:{s:2:\"id\";s:3:\"100\";s:5:\"title\";s:12:\"Minimal Hero\";s:5:\"alias\";s:5:\"rhero\";s:3:\"zip\";s:16:\"packs/r_hero.zip\";s:3:\"uid\";s:32:\"b8b46186956f6e66ad0c08e4532bbbde\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"700\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:99;a:25:{s:2:\"id\";s:3:\"101\";s:5:\"title\";s:13:\"Minimal About\";s:5:\"alias\";s:7:\"r_about\";s:3:\"zip\";s:17:\"packs/r_about.zip\";s:3:\"uid\";s:32:\"343010c4b4c03f92888c3e9e95bc2bb1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:100;a:25:{s:2:\"id\";s:3:\"102\";s:5:\"title\";s:16:\"Minimal Products\";s:5:\"alias\";s:10:\"r_products\";s:3:\"zip\";s:20:\"packs/r_products.zip\";s:3:\"uid\";s:32:\"dda93e85c6a4456d132040147f087f39\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1100\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:101;a:25:{s:2:\"id\";s:3:\"103\";s:5:\"title\";s:12:\"Minimal Info\";s:5:\"alias\";s:6:\"r_info\";s:3:\"zip\";s:16:\"packs/r_info.zip\";s:3:\"uid\";s:32:\"d6e368e8fd4862174af6c980389ae530\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:102;a:22:{s:2:\"id\";s:3:\"104\";s:5:\"title\";s:18:\"Inspiration Header\";s:5:\"alias\";s:17:\"inspirationheader\";s:3:\"zip\";s:21:\"inspirationheader.zip\";s:3:\"uid\";s:32:\"69f04b2be0b618fa7e184af83b86b7e7\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/wordpress-theme-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This full-screen hero slider features sequentially animated texts and cool parallax elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:103;a:22:{s:2:\"id\";s:3:\"105\";s:5:\"title\";s:15:\"Magazine Slider\";s:5:\"alias\";s:13:\"magazineposts\";s:3:\"zip\";s:17:\"magazineposts.zip\";s:3:\"uid\";s:32:\"c562f3457e4edbd030959f7c5e6e0f7c\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-magazine-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1400\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">A full-width slider with a mouse-controlled 3D-Parallax effect. Enjoy! <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on layers.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:104;a:22:{s:2:\"id\";s:3:\"106\";s:5:\"title\";s:11:\"News Header\";s:5:\"alias\";s:17:\"explorationheader\";s:3:\"zip\";s:21:\"explorationheader.zip\";s:3:\"uid\";s:32:\"8f20d5a868c90ded08b835fb9e8307d7\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/wordpress-news-header/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:288:\"<span class=\"ttm_content\">A full-screen slider that is a perfect fit for displaying news on your websites header! Check out <a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> to add links to buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:277:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:105;a:25:{s:2:\"id\";s:3:\"107\";s:5:\"title\";s:23:\"Minimal Website Package\";s:5:\"alias\";s:23:\"minimal-website-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"minimal-website-package\";s:3:\"img\";s:31:\"packages/template_group_1_1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/minimal-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"110\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">The Minimal Website Template is a one-pager website with a unique background color change effect on scrolling down.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:890:\"<span class=\"ttm_content\">\r\nIn the <a href=\"https://https://www.themepunch.com/slider-revolution/custom-css-javascript/\" target=\"_blank\">Custom JavaScript</a> section of the \"Minimal Menu\" Template you can scroll down to the color change section.<br/>\r\nFor any elements you want to background color change in addition to the sites body, add this class to the <a href=\"https://www.themepunch.com/revslider-doc/layer-attributes/\" target=\"_blank\">Layers Attributes</a> \".tp-colorchange\".<br/><br/>\r\nIf you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:24:\"Minimal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"4\";s:9:\"installed\";b:0;}i:106;a:25:{s:2:\"id\";s:3:\"108\";s:5:\"title\";s:23:\"Website Builder Package\";s:5:\"alias\";s:22:\"websitebuilder-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"websitebuilder-package\";s:3:\"img\";s:29:\"packages/template_group_2.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/wordpress-website-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.2.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"60\";s:11:\"description\";s:191:\"<span class=\"ttm_content\">The Website Builder Package is a clean, usable collection website modules that can be used all together or each on their own.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Website Builder\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"3\";s:9:\"installed\";b:0;}i:107;a:25:{s:2:\"id\";s:3:\"109\";s:5:\"title\";s:26:\"Dark Content Block Package\";s:5:\"alias\";s:27:\"dark-fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"dark-fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_4.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/dark-wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Fullsite Dark\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"2\";s:9:\"installed\";b:0;}i:108;a:25:{s:2:\"id\";s:3:\"110\";s:5:\"title\";s:27:\"Light Content Block Package\";s:5:\"alias\";s:22:\"fullsite-block-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"fullsite-block-package\";s:3:\"img\";s:29:\"packages/template_group_3.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/wordpress-parallax-theme/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.2.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">This Minimal Website Template has some sleek parallax effects and on-demand loading modules.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:8:\"Fullsite\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"1\";s:9:\"installed\";b:0;}i:109;a:22:{s:2:\"id\";s:3:\"111\";s:5:\"title\";s:17:\"Typewriter Effect\";s:5:\"alias\";s:16:\"typewritereffect\";s:3:\"zip\";s:20:\"typewritereffect.zip\";s:3:\"uid\";s:32:\"d6f8bae06cc4a7b158d680c01e59ddc2\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-typewriter-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:263:\"<span class=\"ttm_content\">This is the example slider from the Typewriter add-on preview.<br/><a href=\"https://www.themepunch.com/revslider-doc/layer-settings/#layeractions\">\"Layer Actions\"</a> are used for links on buttons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:403:\"<span class=\"ttm_content\">This slider template requires the <a href=\"https://www.themepunch.com/slider-revolution/typewriter-addon/\" target=\"_blank\">Typewriter add-on</a> to be installed. Edit the slides to change images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:110;a:22:{s:2:\"id\";s:3:\"112\";s:5:\"title\";s:17:\"Blend Mode Header\";s:5:\"alias\";s:15:\"blendmodeheader\";s:3:\"zip\";s:19:\"blendmodeheader.zip\";s:3:\"uid\";s:32:\"2e44e976596d757aab40ffa28086dcf9\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/blend-mode-hero-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">This full-screen hero header with HMTL5 background video, utilizes the new 5.3 blend mode effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:300:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:111;a:25:{s:2:\"id\";s:3:\"113\";s:5:\"title\";s:17:\"Themeplicity Menu\";s:5:\"alias\";s:17:\"themeplicity_menu\";s:3:\"zip\";s:27:\"packs/themeplicity_menu.zip\";s:3:\"uid\";s:32:\"7d5c1e75eaafa63683895a32a62f4ce0\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:112;a:25:{s:2:\"id\";s:3:\"114\";s:5:\"title\";s:19:\"Themeplicity Header\";s:5:\"alias\";s:19:\"themeplicity_header\";s:3:\"zip\";s:29:\"packs/themeplicity_header.zip\";s:3:\"uid\";s:32:\"907091e4d58acc7d12f802de2f280b7d\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1000\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:113;a:25:{s:2:\"id\";s:3:\"115\";s:5:\"title\";s:18:\"Themeplicity Offer\";s:5:\"alias\";s:18:\"themeplicity_offer\";s:3:\"zip\";s:28:\"packs/themeplicity_offer.zip\";s:3:\"uid\";s:32:\"1bd8f9aa2f3e340449664c65ba17fb51\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"330\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:114;a:25:{s:2:\"id\";s:3:\"116\";s:5:\"title\";s:23:\"Themeplicity What We Do\";s:5:\"alias\";s:21:\"themeplicity_whatwedo\";s:3:\"zip\";s:31:\"packs/themeplicity_whatwedo.zip\";s:3:\"uid\";s:32:\"aa800a44b5a3eab30414dde1f32bfed7\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:115;a:25:{s:2:\"id\";s:3:\"117\";s:5:\"title\";s:21:\"Themeplicity Projects\";s:5:\"alias\";s:21:\"themeplicity_projects\";s:3:\"zip\";s:31:\"packs/themeplicity_projects.zip\";s:3:\"uid\";s:32:\"5f61b3a13033ba6a51a18270163e0a50\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"813\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:116;a:25:{s:2:\"id\";s:3:\"118\";s:5:\"title\";s:24:\"Themeplicity Whats Great\";s:5:\"alias\";s:23:\"themeplicity_whatsgreat\";s:3:\"zip\";s:33:\"packs/themeplicity_whatsgreat.zip\";s:3:\"uid\";s:32:\"ce9faf8c55ed2e33e091b23667e7173b\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:117;a:25:{s:2:\"id\";s:3:\"119\";s:5:\"title\";s:19:\"Themeplicity Tables\";s:5:\"alias\";s:19:\"themeplicity_tables\";s:3:\"zip\";s:29:\"packs/themeplicity_tables.zip\";s:3:\"uid\";s:32:\"f28bb4cd20ec1f29a1de7da5ad09c293\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1059\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:118;a:25:{s:2:\"id\";s:3:\"120\";s:5:\"title\";s:24:\"Themeplicity Contactform\";s:5:\"alias\";s:24:\"themeplicity_contactform\";s:3:\"zip\";s:34:\"packs/themeplicity_contactform.zip\";s:3:\"uid\";s:32:\"3e59da970f534490774fa8e053f5b5ed\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:4:\"1067\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:119;a:25:{s:2:\"id\";s:3:\"121\";s:5:\"title\";s:19:\"Themeplicity Footer\";s:5:\"alias\";s:19:\"themeplicity_footer\";s:3:\"zip\";s:29:\"packs/themeplicity_footer.zip\";s:3:\"uid\";s:32:\"89eeb0b4b852c5f743e1bd76e3e8f2ef\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"780\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:120;a:25:{s:2:\"id\";s:3:\"122\";s:5:\"title\";s:20:\"Themeplicity Package\";s:5:\"alias\";s:20:\"themeplicity-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:20:\"themeplicity-package\";s:3:\"img\";s:38:\"packages/templatepack_themeplicity.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Themeplicity Website Template uses the new groups & rows feature introduced in 5.3 to its full potential.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Themeplicity Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"5\";s:9:\"installed\";b:0;}i:121;a:25:{s:2:\"id\";s:3:\"123\";s:5:\"title\";s:19:\"Nice And Clean Menu\";s:5:\"alias\";s:17:\"NiceAndClean_Menu\";s:3:\"zip\";s:27:\"packs/NiceAndClean_Menu.zip\";s:3:\"uid\";s:32:\"3f8c01e26c7446428e045c4b1180776d\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:2:\"90\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:122;a:25:{s:2:\"id\";s:3:\"124\";s:5:\"title\";s:21:\"Nice And Clean Header\";s:5:\"alias\";s:19:\"NiceAndClean_Header\";s:3:\"zip\";s:29:\"packs/NiceAndClean_Header.zip\";s:3:\"uid\";s:32:\"76931033addb20a62557c2845a4d6a11\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:123;a:25:{s:2:\"id\";s:3:\"125\";s:5:\"title\";s:23:\"Nice And Clean Services\";s:5:\"alias\";s:21:\"NiceAndClean_Services\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Services.zip\";s:3:\"uid\";s:32:\"02f72ec606800c8215bcadea09624e87\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"360\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:124;a:25:{s:2:\"id\";s:3:\"126\";s:5:\"title\";s:20:\"Nice And Clean About\";s:5:\"alias\";s:18:\"NiceAndClean_About\";s:3:\"zip\";s:28:\"packs/NiceAndClean_About.zip\";s:3:\"uid\";s:32:\"9510f6fdbb8e9473e8c22f692a6bc89f\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:125;a:25:{s:2:\"id\";s:3:\"127\";s:5:\"title\";s:20:\"Nice And Clean Video\";s:5:\"alias\";s:18:\"niceandclean_video\";s:3:\"zip\";s:28:\"packs/niceandclean_video.zip\";s:3:\"uid\";s:32:\"2bb9e1ad329435cc500542d0c7025e15\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:126;a:25:{s:2:\"id\";s:3:\"128\";s:5:\"title\";s:25:\"Nice And Clean Highlights\";s:5:\"alias\";s:23:\"niceandclean_highlights\";s:3:\"zip\";s:33:\"packs/niceandclean_highlights.zip\";s:3:\"uid\";s:32:\"ff396af163a79d2d5b35db17c1ea7aa6\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:127;a:25:{s:2:\"id\";s:3:\"129\";s:5:\"title\";s:23:\"Nice And Clean Projects\";s:5:\"alias\";s:21:\"NiceAndClean_Projects\";s:3:\"zip\";s:31:\"packs/NiceAndClean_Projects.zip\";s:3:\"uid\";s:32:\"1e6695959ef83f8975b52289c08a4d44\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:128;a:25:{s:2:\"id\";s:3:\"130\";s:5:\"title\";s:25:\"Nice And Clean TextBlocks\";s:5:\"alias\";s:23:\"niceandclean_textblocks\";s:3:\"zip\";s:33:\"packs/niceandclean_textblocks.zip\";s:3:\"uid\";s:32:\"1f33eb839c96ea3225faff1c8d382b05\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:129;a:25:{s:2:\"id\";s:3:\"131\";s:5:\"title\";s:22:\"Nice And Clean CallOut\";s:5:\"alias\";s:20:\"niceandclean_callout\";s:3:\"zip\";s:30:\"packs/niceandclean_callout.zip\";s:3:\"uid\";s:32:\"54d4d9bcf79d357de0e614700e909863\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"500\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:130;a:25:{s:2:\"id\";s:3:\"132\";s:5:\"title\";s:21:\"Nice And Clean Footer\";s:5:\"alias\";s:19:\"niceandclean_footer\";s:3:\"zip\";s:29:\"packs/niceandclean_footer.zip\";s:3:\"uid\";s:32:\"5492d7f72b3771a4e754f91bda063b15\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"400\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:542:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">For using the social sharing buttons, please install the social sharing add-on.<br><br></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:131;a:22:{s:2:\"id\";s:3:\"134\";s:5:\"title\";s:15:\"80s Style Intro\";s:5:\"alias\";s:3:\"80s\";s:3:\"zip\";s:7:\"80s.zip\";s:3:\"uid\";s:32:\"98881ab51f71b2fbdb220752d321b15a\";s:3:\"img\";s:14:\"80s/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/80s-style-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:139:\"<span class=\"ttm_content\">This intro hero block takes you back to the 80\'s with some funky effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:317:\"<span class=\"ttm_content\">This is a \"Default\" content hero slider. Just edit the slide to change the background image and text.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:132;a:22:{s:2:\"id\";s:3:\"135\";s:5:\"title\";s:18:\"Blur Effect Slider\";s:5:\"alias\";s:10:\"blurslider\";s:3:\"zip\";s:14:\"blurslider.zip\";s:3:\"uid\";s:32:\"83bd6e1ccef83f03c944fa05b0a2d879\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/blur-effect-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">This slider makes use of the brand new blur effects available with version 5.3.1.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:315:\"<span class=\"ttm_content\">This is a \"Default\" content slider. Just edit the slides to change the background images and texts.<br/><br/></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:133;a:22:{s:2:\"id\";s:3:\"136\";s:5:\"title\";s:18:\"Coming Soon Add-On\";s:5:\"alias\";s:15:\"ComingSoonAddon\";s:3:\"zip\";s:19:\"ComingSoonAddon.zip\";s:3:\"uid\";s:32:\"51258492055b940099eb96ba52901fa9\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/coming-soon-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:133:\"<span class=\"ttm_content\">This slider template makes use of the brand new Coming Soon Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:134;a:25:{s:2:\"id\";s:3:\"137\";s:5:\"title\";s:22:\"Nice And Clean Package\";s:5:\"alias\";s:22:\"nice-and-clean-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"nice-and-clean-package\";s:3:\"img\";s:38:\"packages/templatepack_niceandclean.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/nice-clean-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:242:\"<span class=\"ttm_content\">The Nice & Clean Website Template uses groups & rows for a fully responsive website experience. Elegant blur effects available since version 5.3.1 make this template stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"Nice & Clean Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"6\";s:9:\"installed\";b:0;}i:135;a:22:{s:2:\"id\";s:3:\"138\";s:5:\"title\";s:18:\"Snow Effect Add-On\";s:5:\"alias\";s:9:\"snowaddon\";s:3:\"zip\";s:13:\"snowaddon.zip\";s:3:\"uid\";s:32:\"7408d8567b8af5716eaabd390422e51b\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/snow-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:183:\"<span class=\"ttm_content\">Add a pleasant Snow Effect to your website with this slider template. Make sure to install the \"Holiday Snow\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:136;a:22:{s:2:\"id\";s:3:\"139\";s:5:\"title\";s:19:\"Particle Effect One\";s:5:\"alias\";s:19:\"particle-effect-one\";s:3:\"zip\";s:23:\"particle-effect-one.zip\";s:3:\"uid\";s:32:\"a4611c906e35ca60f617da86217b5299\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/particle-effect-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:442:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND MODE IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:137;a:22:{s:2:\"id\";s:3:\"140\";s:5:\"title\";s:19:\"Particle Effect Two\";s:5:\"alias\";s:19:\"particle-effect-two\";s:3:\"zip\";s:23:\"particle-effect-two.zip\";s:3:\"uid\";s:32:\"b8ecbf43374a69e4ab329ea834862ef8\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/particle-effect-intro/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:138;a:22:{s:2:\"id\";s:3:\"141\";s:5:\"title\";s:21:\"Particle Effect Three\";s:5:\"alias\";s:21:\"particle-effect-three\";s:3:\"zip\";s:25:\"particle-effect-three.zip\";s:3:\"uid\";s:32:\"b33bc2c5655d8d51cd17c3740f72e748\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/particle-background-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A unique particle effect that can serve as a stunning intro for your website.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:437:\"<span class=\"ttm_content\">The blend mode effect is achieved through a layer image with CSS blend mode. If you want to customize this effect, select the \"BLEND IMAGE\" layer and go to \"advanced style -> filters -> blend mode\".</span>\r\n<span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:139;a:22:{s:2:\"id\";s:3:\"142\";s:5:\"title\";s:16:\"Portfolio Viewer\";s:5:\"alias\";s:15:\"portfolioviewer\";s:3:\"zip\";s:19:\"portfolioviewer.zip\";s:3:\"uid\";s:32:\"9ac7230ff5b880fb6c8f28fbbc123b3b\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-portfolio-plugin/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">This slider template can be used to display your portfolio highlights in a stunning way, utilising out free particles add-on and blend modes.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:387:\"<span class=\"ttm_content\">The navigation for the slides is found in the <a href=\"https://www.themepunch.com/slider-revolution/global-layers/\" target=\"_blank\">Static Layers</a>.</span><span class=\"ttm_space\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:140;a:22:{s:2:\"id\";s:3:\"143\";s:5:\"title\";s:12:\"App Showcase\";s:5:\"alias\";s:11:\"appshowcase\";s:3:\"zip\";s:15:\"appshowcase.zip\";s:3:\"uid\";s:32:\"082aef931b0369080bc30c3a2a0c331f\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/app-showcase-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">This template shows off our new \"Polyfold Effects\" Add-On in form of an App product showcase module. Get started now and illustrate your Apps key features in a striking way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"[{\"path\":\"revslider-polyfold-addon\\/revslider-polyfold-addon.php\",\"name\":\"Polyfold Scroll Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:141;a:22:{s:2:\"id\";s:3:\"144\";s:5:\"title\";s:19:\"Gravity Design Hero\";s:5:\"alias\";s:13:\"gravitydesign\";s:3:\"zip\";s:17:\"gravitydesign.zip\";s:3:\"uid\";s:32:\"7bdbe73a6e5bf290cb4412708ac4134d\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/best-wordpress-slider-plugin-2017/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">This hero template shows a striking mouse-parallax scene and cool particle effects. Requires our \"Particle Effects\" Add-on to be installed.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:142;a:22:{s:2:\"id\";s:3:\"145\";s:5:\"title\";s:14:\"404 Error Page\";s:5:\"alias\";s:12:\"404errorpage\";s:3:\"zip\";s:16:\"404errorpage.zip\";s:3:\"uid\";s:32:\"2dc62d802b42b73088651cac17d0c486\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/404-error-page-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This template can be used as a custom error page on your website with our new 404 page Add-On. Of course you can also use this template as a regular hero header.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:179:\"{\"1\":{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}}\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:143;a:22:{s:2:\"id\";s:3:\"146\";s:5:\"title\";s:16:\"Carousel Gallery\";s:5:\"alias\";s:15:\"carouselgallery\";s:3:\"zip\";s:19:\"carouselgallery.zip\";s:3:\"uid\";s:32:\"041838fd32923c40e15c998f0ea19526\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/wordpress-carousel-gallery/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:159:\"<span class=\"ttm_content\">This carousel gallery features a subtle parallax effect, html5 video and a fullscreen button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:144;a:22:{s:2:\"id\";s:3:\"147\";s:5:\"title\";s:16:\"Filmstrip Effect\";s:5:\"alias\";s:9:\"filmstrip\";s:3:\"zip\";s:13:\"filmstrip.zip\";s:3:\"uid\";s:32:\"7bd142f272cc15d86998a79520e9e581\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/filmstrip-add-on-slider/ \";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">This template uses our Filmstrip Add-On to display a continuous scrolling set of images per slide.\r\n There is lots of customization options like animation speed and direction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:180:\"[{\"path\":\"revslider-filmstrip-addon\\/revslider-filmstrip-addon.php\",\"name\":\"Background FilmStrip Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:145;a:22:{s:2:\"id\";s:3:\"148\";s:5:\"title\";s:11:\"Space Opera\";s:5:\"alias\";s:10:\"spaceopera\";s:3:\"zip\";s:14:\"spaceopera.zip\";s:3:\"uid\";s:32:\"a2c8bffcb138a86c0f373adebb6de046\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/space-opera-presentation/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">The Space Opera template can be enjoyed as a slow paced, full-screen slider experience and is great to show your most prominent photos.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:146;a:22:{s:2:\"id\";s:3:\"149\";s:5:\"title\";s:13:\"Website Intro\";s:5:\"alias\";s:12:\"websiteintro\";s:3:\"zip\";s:16:\"websiteintro.zip\";s:3:\"uid\";s:32:\"348df76d999456aa19be58c9df56ae20\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/website-intro-wordpress-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:274:\"<span class=\"ttm_content\">Making use of our new Slicey Add-On, this slider show a really cool effect you just have to experience yourself! Just change the slides background images and the existing slices will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:147;a:22:{s:2:\"id\";s:3:\"150\";s:5:\"title\";s:13:\"Mask Showcase\";s:5:\"alias\";s:12:\"maskshowcase\";s:3:\"zip\";s:16:\"maskshowcase.zip\";s:3:\"uid\";s:32:\"fc943c31e2da9c63b252aeabf554d128\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/minimal-mask-showcase/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Mask Showcase template uses gradients and the amazing block layer animations. A minimal slider treat for any website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:148;a:22:{s:2:\"id\";s:3:\"151\";s:5:\"title\";s:20:\"Parallax Zoom Slices\";s:5:\"alias\";s:18:\"parallaxzoomslices\";s:3:\"zip\";s:22:\"parallaxzoomslices.zip\";s:3:\"uid\";s:32:\"83537cae05709ddb9bcb7375470a5894\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";s:7:\"preview\";s:72:\"https://revolution.themepunch.com/parallax-zoom-slices-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:3:\"5.4\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">This template uses the Slicey Add-On to add a unique effect to slide background images. You can simple change the background images and the slice effect will automatically be applied.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:149;a:23:{s:2:\"id\";s:3:\"152\";s:5:\"title\";s:22:\"Double Exposure Effect\";s:5:\"alias\";s:20:\"doubleexposureeffect\";s:3:\"zip\";s:24:\"doubleexposureeffect.zip\";s:3:\"uid\";s:32:\"8d9229b5cbcf5bda5fbdc6a8e01a2b8c\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/wordpress-double-exposure-effect/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">Make any website special with the double exposure effect slider. Use as a header module or anywhere you want!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:150;a:22:{s:2:\"id\";s:3:\"153\";s:5:\"title\";s:24:\"Mountain Parallax Header\";s:5:\"alias\";s:22:\"mountainparallaxheader\";s:3:\"zip\";s:26:\"mountainparallaxheader.zip\";s:3:\"uid\";s:32:\"8dc64663f317a2abdf179bbe341d016e\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/mountain-wordpress-parallax-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:192:\"<span class=\"ttm_content\">This template is a cool intro for any page, featuring a striking parallax effect. Just change texts and links and you\'re done!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:151;a:25:{s:2:\"id\";s:3:\"154\";s:5:\"title\";s:26:\"GoodNews One-Pager Package\";s:5:\"alias\";s:26:\"goodnews-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"goodnews-one-pager-package\";s:3:\"img\";s:44:\"packages/templatepack_goodnews_one_pager.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:4:\"hero\";i:3;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:152;a:25:{s:2:\"id\";s:3:\"155\";s:5:\"title\";s:13:\"GoodNews Menu\";s:5:\"alias\";s:12:\"goodnewsmenu\";s:3:\"zip\";s:22:\"packs/goodnewsmenu.zip\";s:3:\"uid\";s:32:\"4cbc82501ff340fcdc0acf7eb3ba2640\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">You can use this slider as a module on your website or install it as part of a slider pack. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:153;a:25:{s:2:\"id\";s:3:\"156\";s:5:\"title\";s:15:\"GoodNews Header\";s:5:\"alias\";s:14:\"goodnewsheader\";s:3:\"zip\";s:24:\"packs/goodnewsheader.zip\";s:3:\"uid\";s:32:\"c6660b6bdbf596f38466f569596f5259\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:154;a:25:{s:2:\"id\";s:3:\"157\";s:5:\"title\";s:18:\"GoodNews Whats Hot\";s:5:\"alias\";s:16:\"goodnewswhatshot\";s:3:\"zip\";s:26:\"packs/goodnewswhatshot.zip\";s:3:\"uid\";s:32:\"cb841ce64a99a6644adab049cf5405cd\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:155;a:26:{s:2:\"id\";s:3:\"158\";s:5:\"title\";s:17:\"GoodNews Featured\";s:5:\"alias\";s:16:\"goodnewsfeatured\";s:3:\"zip\";s:26:\"packs/goodnewsfeatured.zip\";s:3:\"uid\";s:32:\"00bde4b09e3700da7183999eaf137ccc\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:156;a:26:{s:2:\"id\";s:3:\"159\";s:5:\"title\";s:18:\"GoodNews Spotlight\";s:5:\"alias\";s:17:\"goodnewsspotlight\";s:3:\"zip\";s:27:\"packs/goodnewsspotlight.zip\";s:3:\"uid\";s:32:\"138076241a828e1c5764379944755f2b\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.4\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:157;a:25:{s:2:\"id\";s:3:\"160\";s:5:\"title\";s:17:\"GoodNews Carousel\";s:5:\"alias\";s:16:\"goodnewscarousel\";s:3:\"zip\";s:26:\"packs/goodnewscarousel.zip\";s:3:\"uid\";s:32:\"d29d4460a6015e30d08d2714232d3768\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:158;a:25:{s:2:\"id\";s:3:\"161\";s:5:\"title\";s:16:\"GoodNews Callout\";s:5:\"alias\";s:15:\"goodnewscallout\";s:3:\"zip\";s:25:\"packs/goodnewscallout.zip\";s:3:\"uid\";s:32:\"d9568b3193e96577fae630b3a6728785\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:159;a:25:{s:2:\"id\";s:3:\"162\";s:5:\"title\";s:15:\"GoodNews Footer\";s:5:\"alias\";s:14:\"goodnewsfooter\";s:3:\"zip\";s:24:\"packs/goodnewsfooter.zip\";s:3:\"uid\";s:32:\"34f43f891cb8d55375149dc4bbc38298\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"GoodNews One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"7\";s:9:\"installed\";b:0;}i:160;a:25:{s:2:\"id\";s:3:\"163\";s:5:\"title\";s:29:\"GoodNews Content Page Package\";s:5:\"alias\";s:29:\"goodnews-content-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"goodnews-content-page-package\";s:3:\"img\";s:55:\"packages/templatepack_goodnews_content_page_package.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:161;a:25:{s:2:\"id\";s:3:\"164\";s:5:\"title\";s:18:\"GoodNews Menu Back\";s:5:\"alias\";s:16:\"goodnewsmenuback\";s:3:\"zip\";s:26:\"packs/goodnewsmenuback.zip\";s:3:\"uid\";s:32:\"1340d1aeefba497a7d404d12a1fceed4\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:162;a:25:{s:2:\"id\";s:3:\"165\";s:5:\"title\";s:20:\"GoodNews Blog Header\";s:5:\"alias\";s:18:\"goodnewsblogheader\";s:3:\"zip\";s:28:\"packs/goodnewsblogheader.zip\";s:3:\"uid\";s:32:\"abc4d7c1e48475c6def05f1f6d8bf564\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:163;a:25:{s:2:\"id\";s:3:\"166\";s:5:\"title\";s:21:\"GoodNews Blog Content\";s:5:\"alias\";s:19:\"goodnewsblogcontent\";s:3:\"zip\";s:29:\"packs/goodnewsblogcontent.zip\";s:3:\"uid\";s:32:\"bbf34563da6db2779c29599b503b07e9\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:164;a:25:{s:2:\"id\";s:3:\"167\";s:5:\"title\";s:21:\"GoodNews Testimonials\";s:5:\"alias\";s:20:\"goodnewstestimonials\";s:3:\"zip\";s:30:\"packs/goodnewstestimonials.zip\";s:3:\"uid\";s:32:\"606b7336e86f69c567542d3f43712b56\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:165;a:25:{s:2:\"id\";s:3:\"168\";s:5:\"title\";s:20:\"GoodNews Blog Footer\";s:5:\"alias\";s:18:\"goodnewsblogfooter\";s:3:\"zip\";s:28:\"packs/goodnewsblogfooter.zip\";s:3:\"uid\";s:32:\"1fb88aecfb116fde67ce8d52bd3b5f05\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";s:7:\"preview\";s:78:\"https://revolution.themepunch.com/goodnews-responsive-wordpress-theme-content/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:268:\"<span class=\"ttm_content\">The GoodNews One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:21:\"GoodNews Content Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"8\";s:9:\"installed\";b:0;}i:166;a:22:{s:2:\"id\";s:3:\"169\";s:5:\"title\";s:19:\"Before After Slider\";s:5:\"alias\";s:17:\"beforeafterslider\";s:3:\"zip\";s:21:\"beforeafterslider.zip\";s:3:\"uid\";s:32:\"6e615091a1fc3037c24b985ce5136fb2\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/before-after-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.3.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:201:\"<span class=\"ttm_content\">This is the example slider for our Before / After Add-On that allows you to create unique presentations with a comparing functionality.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:167;a:22:{s:2:\"id\";s:3:\"170\";s:5:\"title\";s:16:\"Product Showcase\";s:5:\"alias\";s:15:\"productshowcase\";s:3:\"zip\";s:19:\"productshowcase.zip\";s:3:\"uid\";s:32:\"a43447670260aaa7e8ff66cedfddb57a\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/wordpress-product-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:165:\"<span class=\"ttm_content\">Looking to sell products effectively? Our product showcase slider is just what you are looking for!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:168;a:22:{s:2:\"id\";s:3:\"171\";s:5:\"title\";s:23:\"Overexposure Transition\";s:5:\"alias\";s:22:\"overexposuretransition\";s:3:\"zip\";s:26:\"overexposuretransition.zip\";s:3:\"uid\";s:32:\"13f16bbe6c6d646c7d0cb817a0d3d181\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/overexposure-transition-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">Subtle overexposure transitions and smooth color fade effects make this slider stand out.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:320:\"<span class=\"ttm_content\">How to install <a href=\"https://www.themepunch.com/slider-revolution/install-addons/\" target=\"_blank\">Add-Ons</a>.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:169;a:22:{s:2:\"id\";s:3:\"172\";s:5:\"title\";s:15:\"Parallax Scroll\";s:5:\"alias\";s:14:\"parallaxscroll\";s:3:\"zip\";s:18:\"parallaxscroll.zip\";s:3:\"uid\";s:32:\"82546ee2f6af6c6682852f495109b3c3\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";s:7:\"preview\";s:50:\"https://revolution.themepunch.com/parallax-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:148:\"<span class=\"ttm_content\">A strikingly colourful header for your website with super smooth parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:170;a:25:{s:2:\"id\";s:3:\"173\";s:5:\"title\";s:24:\"TechCo One-Pager Package\";s:5:\"alias\";s:24:\"techco-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:24:\"techco-one-pager-package\";s:3:\"img\";s:28:\"packages/techco_overview.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:171;a:25:{s:2:\"id\";s:3:\"174\";s:5:\"title\";s:11:\"TechCo Menu\";s:5:\"alias\";s:11:\"techco-menu\";s:3:\"zip\";s:21:\"packs/techco-menu.zip\";s:3:\"uid\";s:32:\"55e5efee828cdf1ff7e2d3b90a301ea9\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:172;a:25:{s:2:\"id\";s:3:\"175\";s:5:\"title\";s:13:\"TechCo Header\";s:5:\"alias\";s:13:\"techco-header\";s:3:\"zip\";s:23:\"packs/techco-header.zip\";s:3:\"uid\";s:32:\"fb574d1376de9b1e408c91f51e6497d7\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:173;a:25:{s:2:\"id\";s:3:\"176\";s:5:\"title\";s:12:\"TechCo About\";s:5:\"alias\";s:12:\"techco-about\";s:3:\"zip\";s:22:\"packs/techco-about.zip\";s:3:\"uid\";s:32:\"ba216da8231e55118d87e37d2358812c\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:174;a:25:{s:2:\"id\";s:3:\"177\";s:5:\"title\";s:15:\"TechCo Services\";s:5:\"alias\";s:15:\"techco-services\";s:3:\"zip\";s:25:\"packs/techco-services.zip\";s:3:\"uid\";s:32:\"ef4a8ddbb5e1136133f7bc1227248e22\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:175;a:25:{s:2:\"id\";s:3:\"178\";s:5:\"title\";s:12:\"TechCo Video\";s:5:\"alias\";s:12:\"techco-video\";s:3:\"zip\";s:22:\"packs/techco-video.zip\";s:3:\"uid\";s:32:\"d7bb92281d05f39f9bc9eca71f90e402\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:176;a:25:{s:2:\"id\";s:3:\"179\";s:5:\"title\";s:13:\"TechCo Prices\";s:5:\"alias\";s:13:\"techco-prices\";s:3:\"zip\";s:23:\"packs/techco-prices.zip\";s:3:\"uid\";s:32:\"6291f404efbea12bb181352aba71ef11\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:177;a:25:{s:2:\"id\";s:3:\"180\";s:5:\"title\";s:19:\"TechCo Testimonials\";s:5:\"alias\";s:19:\"techco-testimonials\";s:3:\"zip\";s:29:\"packs/techco-testimonials.zip\";s:3:\"uid\";s:32:\"3460bd51f6b80599266fecb7fbb918be\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:178;a:25:{s:2:\"id\";s:3:\"181\";s:5:\"title\";s:13:\"TechCo Footer\";s:5:\"alias\";s:13:\"techco-footer\";s:3:\"zip\";s:23:\"packs/techco-footer.zip\";s:3:\"uid\";s:32:\"640abcd549137520461a4a71ff758a3b\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/techco-one-page-wordpress-theme/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:266:\"<span class=\"ttm_content\">The TechCo One-Pager template pack is a fantastic solution if you want to get a simple website going fast. Use all modules at once as seen in the preview or pick individual modules for usage anywhere!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"TechCo One-Pager\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:1:\"9\";s:9:\"installed\";b:0;}i:179;a:22:{s:2:\"id\";s:3:\"182\";s:5:\"title\";s:12:\"Live Weather\";s:5:\"alias\";s:7:\"weather\";s:3:\"zip\";s:11:\"weather.zip\";s:3:\"uid\";s:32:\"aab92e69374e4c7b8c6741fe02e574b9\";s:3:\"img\";s:18:\"weather/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/wordpress-live-weather-add-on/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:173:\"<span class=\"ttm_content\">Showcasing our weather add-on, this slider show a different cities temperatures and forecast on each slide.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-weather-addon\\/revslider-weather-addon.php\",\"name\":\"Live Weather Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:180;a:22:{s:2:\"id\";s:3:\"183\";s:5:\"title\";s:17:\"360 Panorama Tour\";s:5:\"alias\";s:11:\"360panorama\";s:3:\"zip\";s:15:\"360panorama.zip\";s:3:\"uid\";s:32:\"332720fdacdbb38f65e8327a2a96c52d\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/360-degree-real-estate-virtual-tour/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.5.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">An example template for our Panorama 360 tour add-on, created for the real estate market.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:165:\"[{\"path\":\"revslider-panorama-addon\\/revslider-panorama-addon.php\",\"name\":\"Panorama AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:181;a:22:{s:2:\"id\";s:3:\"184\";s:5:\"title\";s:14:\"Duotone Add-on\";s:5:\"alias\";s:14:\"duotone-add-on\";s:3:\"zip\";s:18:\"duotone-add-on.zip\";s:3:\"uid\";s:32:\"a428c6f363b3146e96d20a6f44958922\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-duotone-effect-add-on/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:168:\"<span class=\"ttm_content\">This example template showcases 3 of the 30 Duotone filters available in our brand new Duotone Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:350:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-duotonefilters-addon\\/revslider-duotonefilters-addon.php\",\"name\":\"Duotone AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:182;a:22:{s:2:\"id\";s:3:\"185\";s:5:\"title\";s:13:\"Reveal Add-on\";s:5:\"alias\";s:13:\"reveal-add-on\";s:3:\"zip\";s:17:\"reveal-add-on.zip\";s:3:\"uid\";s:32:\"7fa7525d8ff7fa7365cb98a437e88e32\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";s:7:\"preview\";s:66:\"https://revolution.themepunch.com/wordpress-content-reveal-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">An example template that uses our Reveal Add-On, which adds 14 new preloaders combined with reveal loading effects for any slider or hero.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:337:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:201;a:23:{s:2:\"id\";s:3:\"210\";s:5:\"title\";s:21:\"Cryptocurrency Prices\";s:5:\"alias\";s:12:\"cryptoslider\";s:3:\"zip\";s:16:\"cryptoslider.zip\";s:3:\"uid\";s:32:\"c4b02210387f11946223977e940d9e9e\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";s:7:\"preview\";s:95:\"https://revolution.themepunch.com/cryptocurrency-wordpress-price-api-bitcoin-ethereum-litecoin/\";s:7:\"version\";s:5:\"1.0.6\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">This Template can show live, animated cryptocurrency prices. More than 1300 currencies are supported, getting prices via the cryptocompare API.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:410:\"<span class=\"ttm_content\">Please refer to the \"Custom JavaScript\" section of this sliders settings, for info on how to modify currencies. Provide a class to the row / column / group where the currency text elements are located in.</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:202;a:25:{s:2:\"id\";s:3:\"211\";s:5:\"title\";s:18:\"Immersion One Page\";s:5:\"alias\";s:26:\"immersion-one-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"immersion-one-page-package\";s:3:\"img\";s:31:\"packages/immersion_overview.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:4:\"hero\";i:2;s:7:\"website\";}s:14:\"plugin_require\";s:343:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:203;a:25:{s:2:\"id\";s:3:\"212\";s:5:\"title\";s:16:\"Immersion Header\";s:5:\"alias\";s:16:\"immersion_header\";s:3:\"zip\";s:26:\"packs/immersion_header.zip\";s:3:\"uid\";s:32:\"853da51256308b341ecd030bd4883229\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:204;a:25:{s:2:\"id\";s:3:\"213\";s:5:\"title\";s:19:\"Immersion Mountains\";s:5:\"alias\";s:19:\"immersion-mountains\";s:3:\"zip\";s:29:\"packs/immersion-mountains.zip\";s:3:\"uid\";s:32:\"817167eb3fe22b7e065ba210cbe6d53c\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-slicey-addon\\/revslider-slicey-addon.php\",\"name\":\"Background Slicey Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:205;a:25:{s:2:\"id\";s:3:\"214\";s:5:\"title\";s:17:\"Immersion Product\";s:5:\"alias\";s:17:\"immersion-product\";s:3:\"zip\";s:27:\"packs/immersion-product.zip\";s:3:\"uid\";s:32:\"64134f263484d2bbcd7ef088ffbbfb4b\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:206;a:25:{s:2:\"id\";s:3:\"215\";s:5:\"title\";s:16:\"Immersion Design\";s:5:\"alias\";s:16:\"immersion-design\";s:3:\"zip\";s:26:\"packs/immersion-design.zip\";s:3:\"uid\";s:32:\"91e1d77c1a2826438763804f4d02bc26\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:207;a:25:{s:2:\"id\";s:3:\"216\";s:5:\"title\";s:22:\"Immersion Phototgraphy\";s:5:\"alias\";s:21:\"immersion-photography\";s:3:\"zip\";s:31:\"packs/immersion-photography.zip\";s:3:\"uid\";s:32:\"e3ddf0c577b09740f5cbf2e38ffd684d\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:208;a:25:{s:2:\"id\";s:3:\"217\";s:5:\"title\";s:14:\"Immersion Grid\";s:5:\"alias\";s:14:\"immersion-grid\";s:3:\"zip\";s:24:\"packs/immersion-grid.zip\";s:3:\"uid\";s:32:\"b6903868189bb83b2c7a852fde3a7dc3\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";s:7:\"preview\";s:74:\"https://revolution.themepunch.com/immersion-wordpress-one-page-theme-2018/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"5.4.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:292:\"<span class=\"ttm_content\">The Immersion WordPress one page theme is a great fit if you quickly want to setup a visually oriented one page website. Using the power of Slider Revolution, we added some interesting effects like slicing and smooth parallax.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Immersion One Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"10\";s:9:\"installed\";b:0;}i:209;a:22:{s:2:\"id\";s:3:\"218\";s:5:\"title\";s:18:\"Funky Intro Slider\";s:5:\"alias\";s:11:\"funkyslider\";s:3:\"zip\";s:15:\"funkyslider.zip\";s:3:\"uid\";s:32:\"2d4187e3fdad19b976be335253c8925d\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";s:7:\"preview\";s:70:\"https://revolution.themepunch.com/funky-intro-slider-wordpress-plugin/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">This funky intro slider fits just right if you need a striking introduction to your website! Sleek, beautiful and easily customizable!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:335:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:210;a:25:{s:2:\"id\";s:3:\"219\";s:5:\"title\";s:19:\"Clear View Magazine\";s:5:\"alias\";s:27:\"clear-view-magazine-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"clear-view-magazine-package\";s:3:\"img\";s:41:\"packages/clear_view_magazine_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:211;a:25:{s:2:\"id\";s:3:\"220\";s:5:\"title\";s:15:\"Clear View Menu\";s:5:\"alias\";s:14:\"clearview_menu\";s:3:\"zip\";s:24:\"packs/clearview_menu.zip\";s:3:\"uid\";s:32:\"eaecee5fa5f3c3a7f4d2a96c4616a353\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:212;a:25:{s:2:\"id\";s:3:\"221\";s:5:\"title\";s:17:\"Clear View Header\";s:5:\"alias\";s:16:\"clearview_header\";s:3:\"zip\";s:26:\"packs/clearview_header.zip\";s:3:\"uid\";s:32:\"25e3dd80ad130875d7438a07952cb0cd\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:213;a:25:{s:2:\"id\";s:3:\"222\";s:5:\"title\";s:18:\"Clear View Mission\";s:5:\"alias\";s:17:\"clearview_mission\";s:3:\"zip\";s:27:\"packs/clearview_mission.zip\";s:3:\"uid\";s:32:\"35b2092a49fd2beb549342e69097eb5b\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:214;a:25:{s:2:\"id\";s:3:\"223\";s:5:\"title\";s:17:\"Clear View Slider\";s:5:\"alias\";s:17:\"clear-view-slider\";s:3:\"zip\";s:27:\"packs/clear-view-slider.zip\";s:3:\"uid\";s:32:\"d2e17edffce16ed78c54b0ef23fd7e05\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:215;a:25:{s:2:\"id\";s:3:\"224\";s:5:\"title\";s:15:\"Clear View News\";s:5:\"alias\";s:15:\"clear-view-news\";s:3:\"zip\";s:25:\"packs/clear-view-news.zip\";s:3:\"uid\";s:32:\"5698d3131ba141e9afcfd2906739dd00\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:216;a:25:{s:2:\"id\";s:3:\"225\";s:5:\"title\";s:18:\"Clear View Clients\";s:5:\"alias\";s:18:\"clear-view-clients\";s:3:\"zip\";s:28:\"packs/clear-view-clients.zip\";s:3:\"uid\";s:32:\"b95616a94832e22bdfac5ce60232be1b\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:217;a:25:{s:2:\"id\";s:3:\"226\";s:5:\"title\";s:18:\"Clear View Contact\";s:5:\"alias\";s:18:\"clear-view-contact\";s:3:\"zip\";s:28:\"packs/clear-view-contact.zip\";s:3:\"uid\";s:32:\"0e0cc1d8f6f6500e5f8a2b091fa3b4cb\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-minimal-magazine-wordpress-template/\";s:7:\"version\";s:5:\"1.0.3\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:19:\"Clear View Magazine\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"11\";s:9:\"installed\";b:0;}i:218;a:25:{s:2:\"id\";s:3:\"227\";s:5:\"title\";s:20:\"Clear View Post Page\";s:5:\"alias\";s:28:\"clear-view-post-page-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"clear-view-post-page-package\";s:3:\"img\";s:42:\"packages/clear_view_post_page_overview.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:219;a:25:{s:2:\"id\";s:3:\"228\";s:5:\"title\";s:22:\"Clear View Single Menu\";s:5:\"alias\";s:22:\"clear-view-single-menu\";s:3:\"zip\";s:32:\"packs/clear-view-single-menu.zip\";s:3:\"uid\";s:32:\"1e80f81982f8a4ea763482d4fa99d321\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:220;a:25:{s:2:\"id\";s:3:\"229\";s:5:\"title\";s:24:\"Clear View Single Header\";s:5:\"alias\";s:24:\"clear-view-single-header\";s:3:\"zip\";s:34:\"packs/clear-view-single-header.zip\";s:3:\"uid\";s:32:\"c8d717627be6cd5e70922ab609694dbf\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:221;a:25:{s:2:\"id\";s:3:\"230\";s:5:\"title\";s:23:\"Clear View Single Media\";s:5:\"alias\";s:23:\"clear-view-single-media\";s:3:\"zip\";s:33:\"packs/clear-view-single-media.zip\";s:3:\"uid\";s:32:\"c480368ded2a64f0cdd44f1674213814\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:222;a:25:{s:2:\"id\";s:3:\"231\";s:5:\"title\";s:22:\"Clear View Single More\";s:5:\"alias\";s:22:\"clear-view-single-more\";s:3:\"zip\";s:32:\"packs/clear-view-single-more.zip\";s:3:\"uid\";s:32:\"9c693190df26218366d1f77e10cf550a\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:223;a:25:{s:2:\"id\";s:3:\"232\";s:5:\"title\";s:25:\"Clear View Single Contact\";s:5:\"alias\";s:25:\"clear-view-single-contact\";s:3:\"zip\";s:35:\"packs/clear-view-single-contact.zip\";s:3:\"uid\";s:32:\"73c0a889f2b654a87b5aba1ff76fbc5c\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/clear-view-single-post-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:196:\"<span class=\"ttm_content\">The Clear View Minimal Magazine WordPress Template is a full Slider Revolution module arrangement with fully customizable content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Clear View Post Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"12\";s:9:\"installed\";b:0;}i:224;a:22:{s:2:\"id\";s:3:\"233\";s:5:\"title\";s:18:\"Clean Landing Page\";s:5:\"alias\";s:16:\"cleanlandingpage\";s:3:\"zip\";s:20:\"cleanlandingpage.zip\";s:3:\"uid\";s:32:\"727a3680d312f22c6a5998ebdb9afe52\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/clean-landing-page-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">The Clean Landing Page is a fullscreen Intro Module that is a striking introduction to any minimal website, with no unnecessary elements.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:225;a:22:{s:2:\"id\";s:3:\"234\";s:5:\"title\";s:9:\"Clear Cut\";s:5:\"alias\";s:8:\"clearcut\";s:3:\"zip\";s:12:\"clearcut.zip\";s:3:\"uid\";s:32:\"07f43c00e9b4d3057a03cdb3385ad2b7\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/clear-cut-portfolio-website-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:240:\"<span class=\"ttm_content\">The Clear Cut Template is an All-In-One Portfolio Website solution that works best for smaller portfolios. Highlight your best work in a striking and mobile friendly fashion!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:226;a:25:{s:2:\"id\";s:3:\"235\";s:5:\"title\";s:22:\"Wonderstruck One-Pager\";s:5:\"alias\";s:30:\"wonderstruck-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"wonderstruck-one-pager-package\";s:3:\"img\";s:44:\"packages/wonderstruck-one-pager-overview.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:227;a:25:{s:2:\"id\";s:3:\"236\";s:5:\"title\";s:17:\"Wonderstruck Menu\";s:5:\"alias\";s:17:\"wonderstruck_menu\";s:3:\"zip\";s:27:\"packs/wonderstruck_menu.zip\";s:3:\"uid\";s:32:\"0a976e9aaae59c4f795b38f59f5a08d8\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:228;a:25:{s:2:\"id\";s:3:\"237\";s:5:\"title\";s:19:\"Wonderstruck Header\";s:5:\"alias\";s:19:\"wonderstruck_header\";s:3:\"zip\";s:29:\"packs/wonderstruck_header.zip\";s:3:\"uid\";s:32:\"e1379f77a902960a0ce12d44d85a9e0a\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:229;a:25:{s:2:\"id\";s:3:\"238\";s:5:\"title\";s:18:\"Wonderstruck About\";s:5:\"alias\";s:18:\"wonderstruck_about\";s:3:\"zip\";s:28:\"packs/wonderstruck_about.zip\";s:3:\"uid\";s:32:\"d207fb140fd328acc3038300ea52082a\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:230;a:25:{s:2:\"id\";s:3:\"239\";s:5:\"title\";s:18:\"Wonderstruck Works\";s:5:\"alias\";s:18:\"wonderstruck-works\";s:3:\"zip\";s:28:\"packs/wonderstruck-works.zip\";s:3:\"uid\";s:32:\"4476935097e27d92454b0011b7700c1d\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:231;a:25:{s:2:\"id\";s:3:\"240\";s:5:\"title\";s:20:\"Wonderstruck Contact\";s:5:\"alias\";s:20:\"wonderstruck-contact\";s:3:\"zip\";s:30:\"packs/wonderstruck-contact.zip\";s:3:\"uid\";s:32:\"9e4911521f77bce2b8efa40f4c2adc22\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";s:7:\"preview\";s:77:\"https://revolution.themepunch.com/wonderstruck-one-page-website-for-wordpress\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:241:\"<span class=\"ttm_content\">The Wonderstruck One-Pager Template is a clean, colorful way to showcase your portfolio online. Just install, change the content and you have a mobile ready online experience!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Wonderstruck One-Pager\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"13\";s:9:\"installed\";b:0;}i:232;a:22:{s:2:\"id\";s:3:\"241\";s:5:\"title\";s:12:\"Bubble Morph\";s:5:\"alias\";s:11:\"bubblemorph\";s:3:\"zip\";s:15:\"bubblemorph.zip\";s:3:\"uid\";s:32:\"1102d6f5460ab82cb612cbe9f1d9514b\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/bubble-morph-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:188:\"<span class=\"ttm_content\">The Bubble Morph Add-On allows you to create interesting Lava-Lamp style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:233;a:22:{s:2:\"id\";s:3:\"242\";s:5:\"title\";s:16:\"Distortion AddOn\";s:5:\"alias\";s:15:\"distortionaddon\";s:3:\"zip\";s:19:\"distortionaddon.zip\";s:3:\"uid\";s:32:\"0ad46c9929bb2fa6316f1e6ced301aaf\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/distortion-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.7\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Distortion Add-On allows you to create interesting Distortion style effects on any of your Slider Revolution content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:182:\"[{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:234;a:22:{s:2:\"id\";s:3:\"243\";s:5:\"title\";s:10:\"Club Flyer\";s:5:\"alias\";s:9:\"clubflyer\";s:3:\"zip\";s:13:\"clubflyer.zip\";s:3:\"uid\";s:32:\"dab73b9904d0e643a35b0475980998bd\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";s:7:\"preview\";s:81:\"https://revolution.themepunch.com/club-flyer-landing-page-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:227:\"<span class=\"ttm_content\">This Club Fyler Template for Slider Revolution uses the brand new Exploding Layers Add-On to create a captivating effect. Tap into unlimited creative potential. </span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:187:\"[{\"path\":\"revslider-explodinglayers-addon\\/revslider-explodinglayers-addon.php\",\"name\":\"Exploding Layers AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:235;a:24:{s:2:\"id\";s:3:\"244\";s:5:\"title\";s:16:\"Paintbrush AddOn\";s:5:\"alias\";s:15:\"paintbrushaddon\";s:3:\"zip\";s:19:\"paintbrushaddon.zip\";s:3:\"uid\";s:32:\"c85c48a6742b4bf72a2590cc1b50f6a0\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";s:7:\"preview\";s:73:\"https://revolution.themepunch.com/paintbrush-effect-add-on-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.5.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:239:\"<span class=\"ttm_content\">The Paintbrush Add-On for WordPress allows you to add cool mouse interaction effects to your Slider Revolution content. Examples: Blur Reveal, Color Reveal, Scratch Me Free.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:171:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;s:10:\"push_image\";b:1;}i:236;a:25:{s:2:\"id\";s:3:\"245\";s:5:\"title\";s:18:\"Parallax One-Pager\";s:5:\"alias\";s:26:\"parallax-one-pager-package\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"parallax-one-pager-package\";s:3:\"img\";s:39:\"packages/parallax-one-pager-package.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:237;a:25:{s:2:\"id\";s:3:\"246\";s:5:\"title\";s:15:\"Parallax Header\";s:5:\"alias\";s:15:\"parallax_header\";s:3:\"zip\";s:25:\"packs/parallax_header.zip\";s:3:\"uid\";s:32:\"32bf4a0f5136853bd6bd366275a7a60b\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:238;a:25:{s:2:\"id\";s:3:\"247\";s:5:\"title\";s:16:\"Parallax Content\";s:5:\"alias\";s:16:\"parallax_content\";s:3:\"zip\";s:26:\"packs/parallax_content.zip\";s:3:\"uid\";s:32:\"a25c5fb8f74757476ab4dc038e56f90d\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:239;a:25:{s:2:\"id\";s:3:\"248\";s:5:\"title\";s:15:\"Parallax Footer\";s:5:\"alias\";s:15:\"parallax_footer\";s:3:\"zip\";s:25:\"packs/parallax_footer.zip\";s:3:\"uid\";s:32:\"665dff9ea6eaf162a2a1f160f51a9ddb\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/parallax-one-page-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:230:\"<span class=\"ttm_content\">The Parallax One-Page WordPress Template is consisting of 3 hero blocks and contains a beautiful parallax mountain scene. An impactful opening to your web presence!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Parallax One-Pager\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"14\";s:9:\"installed\";b:0;}i:240;a:25:{s:2:\"id\";s:3:\"249\";s:5:\"title\";s:18:\"Le Chef Restaurant\";s:5:\"alias\";s:18:\"le-chef-restaurant\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"le-chef-restaurant-package\";s:3:\"img\";s:39:\"packages/le-chef-restaurant-package.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:241;a:25:{s:2:\"id\";s:3:\"250\";s:5:\"title\";s:12:\"Le Chef Menu\";s:5:\"alias\";s:12:\"le-chef-menu\";s:3:\"zip\";s:22:\"packs/le-chef-menu.zip\";s:3:\"uid\";s:32:\"2f2a6a333431fefe4a7b3b6a982b2ff5\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:242;a:25:{s:2:\"id\";s:3:\"251\";s:5:\"title\";s:14:\"Le Chef Header\";s:5:\"alias\";s:14:\"le-chef-header\";s:3:\"zip\";s:24:\"packs/le-chef-header.zip\";s:3:\"uid\";s:32:\"06450ca3be5a4a8959f3752ab974e574\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:243;a:25:{s:2:\"id\";s:3:\"252\";s:5:\"title\";s:18:\"Le Chef Philosophy\";s:5:\"alias\";s:18:\"le-chef-philosophy\";s:3:\"zip\";s:28:\"packs/le-chef-philosophy.zip\";s:3:\"uid\";s:32:\"a532fd029addeb18106e751409b8e20a\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:244;a:25:{s:2:\"id\";s:3:\"253\";s:5:\"title\";s:12:\"Le Chef Food\";s:5:\"alias\";s:12:\"le-chef-food\";s:3:\"zip\";s:22:\"packs/le-chef-food.zip\";s:3:\"uid\";s:32:\"cd4b6a2cb5de2dd20a0e8ba0c35451df\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:245;a:25:{s:2:\"id\";s:3:\"254\";s:5:\"title\";s:16:\"Le Chef La Carte\";s:5:\"alias\";s:16:\"le-chef-la-carte\";s:3:\"zip\";s:26:\"packs/le-chef-la-carte.zip\";s:3:\"uid\";s:32:\"6f312749679c3ba52c41189a6b8bf729\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:246;a:25:{s:2:\"id\";s:3:\"255\";s:5:\"title\";s:14:\"Le Chef Footer\";s:5:\"alias\";s:14:\"le-chef-footer\";s:3:\"zip\";s:24:\"packs/le-chef-footer.zip\";s:3:\"uid\";s:32:\"12fc241e8e5b9e5df9758c43448e2907\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/le-chef-restaurant-website-wordpress-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:261:\"<span class=\"ttm_content\">The Le Chef Restaurant Template is a One-Page Website and a full solution for your clients Restaurant. Showcase images in the header slideshow and present the Restaurants offering in a clear way!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:18:\"Le Chef Restaurant\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"15\";s:9:\"installed\";b:0;}i:247;a:22:{s:2:\"id\";s:3:\"256\";s:5:\"title\";s:20:\"News Magazine Slider\";s:5:\"alias\";s:20:\"news-magazine-slider\";s:3:\"zip\";s:24:\"news-magazine-slider.zip\";s:3:\"uid\";s:32:\"31f2c1506babb1fef459401f051d2d52\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/news-magazine-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:205:\"<span class=\"ttm_content\">The Magazine Slider offers various layouts that support static content images, HTML5 and Youtube video. Great for any blog or news website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:248;a:22:{s:2:\"id\";s:3:\"257\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:18:\"real-estate-slider\";s:3:\"zip\";s:22:\"real-estate-slider.zip\";s:3:\"uid\";s:32:\"739ce6336e46815094387c9448e6c804\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/real-estate-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">The Real Estate Slider allows to display real estate offers with a large ken burns background image and additional thumbnail hover images.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:249;a:22:{s:2:\"id\";s:3:\"258\";s:5:\"title\";s:14:\"Fashion Header\";s:5:\"alias\";s:14:\"fashion-header\";s:3:\"zip\";s:18:\"fashion-header.zip\";s:3:\"uid\";s:32:\"24ece4e7f4d31cd90377c62abbd9e25a\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";s:7:\"preview\";s:75:\"https://revolution.themepunch.com/fashion-shop-header-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"5.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:254:\"<span class=\"ttm_content\">The Fashion Shop Header ist the ideal Slider to display as an intro to your shop website or as a separator in between content. Our unique \"Bubble Morph\" effect makes this module stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:250;a:22:{s:2:\"id\";s:3:\"259\";s:5:\"title\";s:14:\"Seasonal Offer\";s:5:\"alias\";s:13:\"seasonaloffer\";s:3:\"zip\";s:17:\"seasonaloffer.zip\";s:3:\"uid\";s:32:\"caf2f17f8fd64f2f89dcb3c8dd238457\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";s:7:\"preview\";s:80:\"https://revolution.themepunch.com/seasonal-offer-christmas-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:204:\"<span class=\"ttm_content\">Use the Seasonal Offer Header to promote special offers in the holiday season, or just to add some snowy christmas spirit to your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:153:\"[{\"path\":\"revslider-snow-addon\\/revslider-snow-addon.php\",\"name\":\"Snow AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:251;a:25:{s:2:\"id\";s:3:\"260\";s:5:\"title\";s:11:\"Barber Shop\";s:5:\"alias\";s:11:\"barber-shop\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:19:\"barber-shop-package\";s:3:\"img\";s:32:\"packages/barber-shop-package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:252;a:25:{s:2:\"id\";s:3:\"261\";s:5:\"title\";s:18:\"Barber Shop Header\";s:5:\"alias\";s:18:\"barber-shop-header\";s:3:\"zip\";s:28:\"packs/barber-shop-header.zip\";s:3:\"uid\";s:32:\"71c995d36d39a0e8a04cffdf753f2ba2\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:253;a:25:{s:2:\"id\";s:3:\"262\";s:5:\"title\";s:23:\"Barber Shop Mobile Menu\";s:5:\"alias\";s:23:\"barber-shop-mobile-menu\";s:3:\"zip\";s:33:\"packs/barber-shop-mobile-menu.zip\";s:3:\"uid\";s:32:\"762c6fb5c6306f37becb1e55773c2592\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:254;a:25:{s:2:\"id\";s:3:\"263\";s:5:\"title\";s:24:\"Barber Shop First Screen\";s:5:\"alias\";s:24:\"barber-shop-first-screen\";s:3:\"zip\";s:34:\"packs/barber-shop-first-screen.zip\";s:3:\"uid\";s:32:\"acf70bfd64cff2c3c2ea5585223575da\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:255;a:25:{s:2:\"id\";s:3:\"264\";s:5:\"title\";s:17:\"Barber Shop About\";s:5:\"alias\";s:17:\"barber-shop-about\";s:3:\"zip\";s:27:\"packs/barber-shop-about.zip\";s:3:\"uid\";s:32:\"bc8b63cfc7f8c34173b4fd5b082fc05a\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:256;a:25:{s:2:\"id\";s:3:\"265\";s:5:\"title\";s:20:\"Barber Shop Services\";s:5:\"alias\";s:20:\"barber-shop-services\";s:3:\"zip\";s:30:\"packs/barber-shop-services.zip\";s:3:\"uid\";s:32:\"d65121d6f84fabd812a2b621b768e10e\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:257;a:25:{s:2:\"id\";s:3:\"266\";s:5:\"title\";s:19:\"Barber Shop Barbers\";s:5:\"alias\";s:19:\"barber-shop-barbers\";s:3:\"zip\";s:29:\"packs/barber-shop-barbers.zip\";s:3:\"uid\";s:32:\"003e9fec9693072119c8f8d8b6690c4d\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:258;a:25:{s:2:\"id\";s:3:\"267\";s:5:\"title\";s:20:\"Barber Shop Contacts\";s:5:\"alias\";s:20:\"barber-shop-contacts\";s:3:\"zip\";s:30:\"packs/barber-shop-contacts.zip\";s:3:\"uid\";s:32:\"cdcc08f5d6c90dbcfd0502bda2401643\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:259;a:25:{s:2:\"id\";s:3:\"268\";s:5:\"title\";s:18:\"Barber Shop Footer\";s:5:\"alias\";s:18:\"barber-shop-footer\";s:3:\"zip\";s:28:\"packs/barber-shop-footer.zip\";s:3:\"uid\";s:32:\"26ca5ae0de7cdbb2ca19348b6e01eda0\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/barber-shop-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Barber Shop is a useful One-Page template presenting all information about your business. Build your websites faster with Slider Revolution templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Barber Shop\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"16\";s:9:\"installed\";b:0;}i:260;a:22:{s:2:\"id\";s:3:\"269\";s:5:\"title\";s:12:\"Fitness Club\";s:5:\"alias\";s:21:\"fitness-club-template\";s:3:\"zip\";s:25:\"fitness-club-template.zip\";s:3:\"uid\";s:32:\"14ea10d68d6aad1df62b3becf71df754\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/fitness-club-header-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:223:\"<span class=\"ttm_content\">The Fitness Club Header is the perfect introduction to your fitness themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:261;a:22:{s:2:\"id\";s:3:\"270\";s:5:\"title\";s:13:\"Soccer School\";s:5:\"alias\";s:13:\"soccer-school\";s:3:\"zip\";s:17:\"soccer-school.zip\";s:3:\"uid\";s:32:\"9906b48812aff67097f990eeee42dd41\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/soccer-club-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:228:\"<span class=\"ttm_content\">The Soccer Club Header is the perfect introduction to your Soccer School themed website. Showcase your current offers or service portfolio with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:262;a:22:{s:2:\"id\";s:3:\"271\";s:5:\"title\";s:10:\"Music Band\";s:5:\"alias\";s:19:\"music-band-template\";s:3:\"zip\";s:23:\"music-band-template.zip\";s:3:\"uid\";s:32:\"91e79657bf1b1812f8114a00ab8e0eb4\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/music-band-template-for-wordpress/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:7:\"5.4.8.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Music Band Header is the perfect introduction to your Music Band themed website. Showcase your current songs, albums and videos with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:263;a:22:{s:2:\"id\";s:3:\"272\";s:5:\"title\";s:15:\"Restaurant Menu\";s:5:\"alias\";s:15:\"restaurant-menu\";s:3:\"zip\";s:19:\"restaurant-menu.zip\";s:3:\"uid\";s:32:\"078809cffb21b6c4d3f5aaa2daeb193d\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";s:7:\"preview\";s:71:\"https://revolution.themepunch.com/restaurant-menu-slider-for-wordpress/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:7:\"5.4.8.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:208:\"<span class=\"ttm_content\">The Restaurant Menu Header is the perfect introduction to your Restaurant themed website. Showcase your current dishes with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:264;a:22:{s:2:\"id\";s:3:\"273\";s:5:\"title\";s:16:\"Cinematic Slider\";s:5:\"alias\";s:16:\"cinematic-slider\";s:3:\"zip\";s:20:\"cinematic-slider.zip\";s:3:\"uid\";s:32:\"c53e7dcbb6b656ae7b4c91d333589838\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/cinematic-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:138:\"<span class=\"ttm_content\">Bold texts and a cinematic transition effect make this slider stand out!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:265;a:22:{s:2:\"id\";s:3:\"274\";s:5:\"title\";s:17:\"3D Parallax Cubes\";s:5:\"alias\";s:17:\"3d-parallax-cubes\";s:3:\"zip\";s:21:\"3d-parallax-cubes.zip\";s:3:\"uid\";s:32:\"c5b809a1829f8f809c9a768cd3d6b3cb\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/3d-parallax-cubes-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">This amazing 3D cubes parallax effect can be an eye-opening intro for your website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:266;a:25:{s:2:\"id\";s:3:\"275\";s:5:\"title\";s:33:\"Medicare Medical Services Website\";s:5:\"alias\";s:33:\"medicare-medical-services-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:41:\"medicare-medical-services-website-package\";s:3:\"img\";s:29:\"packages/medicare_package.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:267;a:25:{s:2:\"id\";s:3:\"276\";s:5:\"title\";s:13:\"Medicare Menu\";s:5:\"alias\";s:13:\"medicare-menu\";s:3:\"zip\";s:23:\"packs/medicare-menu.zip\";s:3:\"uid\";s:32:\"0e4ca8fc281e20251b3fffa19d470fed\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:268;a:25:{s:2:\"id\";s:3:\"277\";s:5:\"title\";s:15:\"Medicare Header\";s:5:\"alias\";s:15:\"medicare-header\";s:3:\"zip\";s:25:\"packs/medicare-header.zip\";s:3:\"uid\";s:32:\"03e8ade247d8c96f548bc0515f34043f\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:269;a:25:{s:2:\"id\";s:3:\"278\";s:5:\"title\";s:14:\"Medicare About\";s:5:\"alias\";s:14:\"medicare-about\";s:3:\"zip\";s:24:\"packs/medicare-about.zip\";s:3:\"uid\";s:32:\"a3ab9e89155ef2542820343f30b29f72\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:270;a:25:{s:2:\"id\";s:3:\"279\";s:5:\"title\";s:18:\"Medicare Highlight\";s:5:\"alias\";s:18:\"medicare-highlight\";s:3:\"zip\";s:28:\"packs/medicare-highlight.zip\";s:3:\"uid\";s:32:\"c3c8a74e5402489f1a85a0c83890ef1f\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:271;a:25:{s:2:\"id\";s:3:\"280\";s:5:\"title\";s:17:\"Medicare Services\";s:5:\"alias\";s:17:\"medicare-services\";s:3:\"zip\";s:27:\"packs/medicare-services.zip\";s:3:\"uid\";s:32:\"8869b0834d4649dcc3221bed65980806\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:272;a:25:{s:2:\"id\";s:3:\"281\";s:5:\"title\";s:16:\"Medicare Doctors\";s:5:\"alias\";s:16:\"medicare-doctors\";s:3:\"zip\";s:26:\"packs/medicare-doctors.zip\";s:3:\"uid\";s:32:\"2c9d57afd64244b5f7e30b0d87c842f9\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:273;a:25:{s:2:\"id\";s:3:\"282\";s:5:\"title\";s:17:\"Medicare Research\";s:5:\"alias\";s:17:\"medicare-research\";s:3:\"zip\";s:27:\"packs/medicare-research.zip\";s:3:\"uid\";s:32:\"31e84a91fc8b8d5296e715e539a076d0\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:274;a:25:{s:2:\"id\";s:3:\"283\";s:5:\"title\";s:19:\"Medicare Why Choose\";s:5:\"alias\";s:18:\"medicare-whychoose\";s:3:\"zip\";s:28:\"packs/medicare-whychoose.zip\";s:3:\"uid\";s:32:\"6dad61c672127de9e35884caa45d49a0\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:275;a:25:{s:2:\"id\";s:3:\"284\";s:5:\"title\";s:16:\"Medicare Contact\";s:5:\"alias\";s:16:\"medicare-contact\";s:3:\"zip\";s:26:\"packs/medicare-contact.zip\";s:3:\"uid\";s:32:\"89bc35ad8beb62a149c42262ae49a270\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:276;a:25:{s:2:\"id\";s:3:\"285\";s:5:\"title\";s:15:\"Medicare Footer\";s:5:\"alias\";s:15:\"medicare-footer\";s:3:\"zip\";s:25:\"packs/medicare-footer.zip\";s:3:\"uid\";s:32:\"ccf63e5233b3d63009e5ee90db51b37b\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";s:7:\"preview\";s:68:\"https://revolution.themepunch.com/medicare-medical-services-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:163:\"<span class=\"ttm_content\">The Medicare Medical Services template is a great solution for your medical practice or hospital.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Medicare Medical Services\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"17\";s:9:\"installed\";b:0;}i:277;a:25:{s:2:\"id\";s:3:\"286\";s:5:\"title\";s:20:\"Coffee Joint Website\";s:5:\"alias\";s:20:\"coffee-joint-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"coffee-joint-website-package\";s:3:\"img\";s:27:\"packages/coffee_package.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:278;a:25:{s:2:\"id\";s:3:\"287\";s:5:\"title\";s:11:\"Coffee Menu\";s:5:\"alias\";s:11:\"coffee-menu\";s:3:\"zip\";s:21:\"packs/coffee-menu.zip\";s:3:\"uid\";s:32:\"81195cad7be3f5180a267b34ce8cf966\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:279;a:25:{s:2:\"id\";s:3:\"288\";s:5:\"title\";s:13:\"Coffee Header\";s:5:\"alias\";s:13:\"coffee-header\";s:3:\"zip\";s:23:\"packs/coffee-header.zip\";s:3:\"uid\";s:32:\"5eed8adb9d3ae12168ad4735ac63eb20\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:280;a:25:{s:2:\"id\";s:3:\"289\";s:5:\"title\";s:17:\"Coffee Philosophy\";s:5:\"alias\";s:17:\"coffee-philosophy\";s:3:\"zip\";s:27:\"packs/coffee-philosophy.zip\";s:3:\"uid\";s:32:\"76b5ccae3fa87fd0f991b87e7ae71c27\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:281;a:25:{s:2:\"id\";s:3:\"290\";s:5:\"title\";s:12:\"Coffee Carte\";s:5:\"alias\";s:12:\"coffee-carte\";s:3:\"zip\";s:22:\"packs/coffee-carte.zip\";s:3:\"uid\";s:32:\"470214ddd2cec585629fb79a0fd908d6\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:282;a:25:{s:2:\"id\";s:3:\"291\";s:5:\"title\";s:13:\"Coffee Teaser\";s:5:\"alias\";s:13:\"coffee-teaser\";s:3:\"zip\";s:23:\"packs/coffee-teaser.zip\";s:3:\"uid\";s:32:\"2ed868896c92a7bfb6431803c79e8486\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:283;a:25:{s:2:\"id\";s:3:\"292\";s:5:\"title\";s:14:\"Coffee Find Us\";s:5:\"alias\";s:13:\"coffee-findus\";s:3:\"zip\";s:23:\"packs/coffee-findus.zip\";s:3:\"uid\";s:32:\"96d3784473dfa64bce9e1e4101919927\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:284;a:25:{s:2:\"id\";s:3:\"293\";s:5:\"title\";s:13:\"Coffee Footer\";s:5:\"alias\";s:13:\"coffee-footer\";s:3:\"zip\";s:23:\"packs/coffee-footer.zip\";s:3:\"uid\";s:32:\"6027c25e87a5fe7fd8727a51c0967915\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";s:7:\"preview\";s:76:\"https://revolution.themepunch.com/coffee-joint-coffee-shop-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:144:\"<span class=\"ttm_content\">The Coffee Joint website template is a great solution for your cafe or bistro.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Coffee Joint\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"18\";s:9:\"installed\";b:0;}i:285;a:25:{s:2:\"id\";s:3:\"294\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:25:\"minimal-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"minimal-portfolio-package\";s:3:\"img\";s:38:\"packages/minimal_portfolio_package.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:286;a:25:{s:2:\"id\";s:3:\"295\";s:5:\"title\";s:17:\"Minimal Portfolio\";s:5:\"alias\";s:17:\"minimal-portfolio\";s:3:\"zip\";s:27:\"packs/minimal-portfolio.zip\";s:3:\"uid\";s:32:\"183b97b301d5ff0b171c067a87c8a3f5\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:287;a:25:{s:2:\"id\";s:3:\"296\";s:5:\"title\";s:23:\"Minimal Portfolio Modal\";s:5:\"alias\";s:23:\"minimal-portfolio-modal\";s:3:\"zip\";s:33:\"packs/minimal-portfolio-modal.zip\";s:3:\"uid\";s:32:\"6874e6cec3663670f209a8d8a4f26b16\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/minimal-portfolio-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">The Minimal Portfolio template is a slide based website with additional modal detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Minimal Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"19\";s:9:\"installed\";b:0;}i:288;a:25:{s:2:\"id\";s:3:\"297\";s:5:\"title\";s:23:\"Angled Business Website\";s:5:\"alias\";s:23:\"angled-business-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"angled-business-website-package\";s:3:\"img\";s:27:\"packages/angled_package.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:289;a:25:{s:2:\"id\";s:3:\"298\";s:5:\"title\";s:11:\"Angled Menu\";s:5:\"alias\";s:11:\"angled-menu\";s:3:\"zip\";s:21:\"packs/angled-menu.zip\";s:3:\"uid\";s:32:\"2fe0c4682d1231ee3918be9e4fcb1837\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:290;a:25:{s:2:\"id\";s:3:\"299\";s:5:\"title\";s:13:\"Angled Header\";s:5:\"alias\";s:13:\"angled-header\";s:3:\"zip\";s:23:\"packs/angled-header.zip\";s:3:\"uid\";s:32:\"09462601d4edca8dff899de6f666dc47\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:291;a:25:{s:2:\"id\";s:3:\"300\";s:5:\"title\";s:11:\"Angled News\";s:5:\"alias\";s:11:\"angled-news\";s:3:\"zip\";s:21:\"packs/angled-news.zip\";s:3:\"uid\";s:32:\"b315105763ed91214cb2f0ac12615729\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:292;a:25:{s:2:\"id\";s:3:\"301\";s:5:\"title\";s:15:\"Angled Services\";s:5:\"alias\";s:15:\"angled-services\";s:3:\"zip\";s:25:\"packs/angled-services.zip\";s:3:\"uid\";s:32:\"7605651c1487e1a6c32edc70017be8ad\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:293;a:25:{s:2:\"id\";s:3:\"302\";s:5:\"title\";s:14:\"Angled Success\";s:5:\"alias\";s:14:\"angled-success\";s:3:\"zip\";s:24:\"packs/angled-success.zip\";s:3:\"uid\";s:32:\"9e3fa974a42ecf80e1ec6ff991fca430\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:294;a:25:{s:2:\"id\";s:3:\"303\";s:5:\"title\";s:13:\"Angled Footer\";s:5:\"alias\";s:13:\"angled-footer\";s:3:\"zip\";s:23:\"packs/angled-footer.zip\";s:3:\"uid\";s:32:\"aed4eaa2f7883351ba9c9947feef153e\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:295;a:25:{s:2:\"id\";s:3:\"304\";s:5:\"title\";s:20:\"Angled Content Modal\";s:5:\"alias\";s:20:\"angled-content-modal\";s:3:\"zip\";s:30:\"packs/angled-content-modal.zip\";s:3:\"uid\";s:32:\"4ddc74515fdf84f974217e4ed47a7c66\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";s:7:\"preview\";s:67:\"https://revolution.themepunch.com/angled-business-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Angled Business Website template is a geometric, parallax one-page website with modal based detail pages.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:15:\"Angled Business\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"20\";s:9:\"installed\";b:0;}i:296;a:22:{s:2:\"id\";s:3:\"312\";s:5:\"title\";s:24:\"Retouch Before and After\";s:5:\"alias\";s:7:\"Retouch\";s:3:\"zip\";s:11:\"Retouch.zip\";s:3:\"uid\";s:32:\"58894991f1abd8b448c8d353b1b5fe76\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";s:7:\"preview\";s:61:\"http://revolution.themepunch.com/retouch-before-after-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">The Retouch Slider is the perfect way to compare your photos before and after retouching.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:297;a:22:{s:2:\"id\";s:3:\"313\";s:5:\"title\";s:11:\"Tech Slider\";s:5:\"alias\";s:11:\"tech-slider\";s:3:\"zip\";s:15:\"tech-slider.zip\";s:3:\"uid\";s:32:\"a98e2b264f00a1116d21808c6a543162\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";s:7:\"preview\";s:63:\"http://revolution.themepunch.com/tech-showcase-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">This classic slider module with sleek device mockups features a smooth parallax effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:298;a:25:{s:2:\"id\";s:3:\"314\";s:5:\"title\";s:19:\"Peak Agency Website\";s:5:\"alias\";s:19:\"peak-agency-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"peak-agency-website-package\";s:3:\"img\";s:25:\"packages/peak_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:299;a:25:{s:2:\"id\";s:3:\"315\";s:5:\"title\";s:11:\"Peak Header\";s:5:\"alias\";s:11:\"peak-header\";s:3:\"zip\";s:21:\"packs/peak-header.zip\";s:3:\"uid\";s:32:\"b721bd612e9fbc5182418ad3fd7d0808\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:300;a:25:{s:2:\"id\";s:3:\"316\";s:5:\"title\";s:10:\"Peak About\";s:5:\"alias\";s:10:\"peak-about\";s:3:\"zip\";s:20:\"packs/peak-about.zip\";s:3:\"uid\";s:32:\"7e68b1012fb03490d45c7f79e8cb1b19\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:301;a:25:{s:2:\"id\";s:3:\"317\";s:5:\"title\";s:14:\"Peak Portfolio\";s:5:\"alias\";s:14:\"peak-portfolio\";s:3:\"zip\";s:24:\"packs/peak-portfolio.zip\";s:3:\"uid\";s:32:\"6198d1885ba9e95221c33e404f21bdbc\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:302;a:25:{s:2:\"id\";s:3:\"318\";s:5:\"title\";s:11:\"Peak Footer\";s:5:\"alias\";s:11:\"peak-footer\";s:3:\"zip\";s:21:\"packs/peak-footer.zip\";s:3:\"uid\";s:32:\"2dead6897ad3b3a709b380d81242f76b\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/peak-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:129:\"<span class=\"ttm_content\">The Peak Agency Website template is a minimal, light one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:11:\"Peak Agency\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"22\";s:9:\"installed\";b:0;}i:303;a:25:{s:2:\"id\";s:3:\"319\";s:5:\"title\";s:24:\"Modern Portfolio Website\";s:5:\"alias\";s:24:\"modern-portfolio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:32:\"modern-portfolio-website-package\";s:3:\"img\";s:30:\"packages/portfolio-package.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:304;a:25:{s:2:\"id\";s:3:\"320\";s:5:\"title\";s:17:\"Portfolio Welcome\";s:5:\"alias\";s:17:\"portfolio-welcome\";s:3:\"zip\";s:27:\"packs/portfolio-welcome.zip\";s:3:\"uid\";s:32:\"97336b8785e4a7b27facaf1547e0464d\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:305;a:25:{s:2:\"id\";s:3:\"321\";s:5:\"title\";s:15:\"Portfolio About\";s:5:\"alias\";s:15:\"portfolio-about\";s:3:\"zip\";s:25:\"packs/portfolio-about.zip\";s:3:\"uid\";s:32:\"5d3a4724fd453de5313ceb6696c1db62\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:306;a:25:{s:2:\"id\";s:3:\"322\";s:5:\"title\";s:21:\"Portfolio Works Title\";s:5:\"alias\";s:21:\"portfolio-works-title\";s:3:\"zip\";s:31:\"packs/portfolio-works-title.zip\";s:3:\"uid\";s:32:\"cbb5c6e875cc1f25b463fdf89cabef28\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:307;a:25:{s:2:\"id\";s:3:\"323\";s:5:\"title\";s:23:\"Portfolio Works Content\";s:5:\"alias\";s:23:\"portfolio-works-content\";s:3:\"zip\";s:33:\"packs/portfolio-works-content.zip\";s:3:\"uid\";s:32:\"5c87311128c7794ffa6ee07ea0648082\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:308;a:25:{s:2:\"id\";s:3:\"324\";s:5:\"title\";s:18:\"Portfolio Contacts\";s:5:\"alias\";s:18:\"portfolio-contacts\";s:3:\"zip\";s:28:\"packs/portfolio-contacts.zip\";s:3:\"uid\";s:32:\"bd81feffad83b69218f7e837478038e5\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/modern-portfolio-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern portfolio template with fancy scroll animations and a colorful design.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:16:\"Modern Portfolio\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"23\";s:9:\"installed\";b:0;}i:309;a:25:{s:2:\"id\";s:3:\"325\";s:5:\"title\";s:18:\"App Studio Website\";s:5:\"alias\";s:18:\"app-studio-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"app-studio-website-package\";s:3:\"img\";s:31:\"packages/App_Studio_package.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:310;a:25:{s:2:\"id\";s:3:\"326\";s:5:\"title\";s:18:\"App Studio Welcome\";s:5:\"alias\";s:18:\"App-Studio-Welcome\";s:3:\"zip\";s:28:\"packs/App-Studio-Welcome.zip\";s:3:\"uid\";s:32:\"2ce0f3c54214b04e6c3a9becfd59730c\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:311;a:25:{s:2:\"id\";s:3:\"327\";s:5:\"title\";s:19:\"App Studio Services\";s:5:\"alias\";s:19:\"App-Studio-Services\";s:3:\"zip\";s:29:\"packs/App-Studio-Services.zip\";s:3:\"uid\";s:32:\"5df7776271ec69d2f9edaa6b842715a9\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:312;a:25:{s:2:\"id\";s:3:\"328\";s:5:\"title\";s:16:\"App Studio About\";s:5:\"alias\";s:16:\"App-Studio-About\";s:3:\"zip\";s:26:\"packs/App-Studio-About.zip\";s:3:\"uid\";s:32:\"af8b84dc116c629df7bd89fc69271a2e\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:313;a:25:{s:2:\"id\";s:3:\"329\";s:5:\"title\";s:19:\"App Studio Contacts\";s:5:\"alias\";s:19:\"App-Studio-Contacts\";s:3:\"zip\";s:29:\"packs/App-Studio-Contacts.zip\";s:3:\"uid\";s:32:\"afbbd2214c983d314f3215a00db9198d\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/app-studio-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:149:\"<span class=\"ttm_content\">A modern one-page presentation website to present your mobile app development team.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:10:\"App Studio\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"24\";s:9:\"installed\";b:0;}i:314;a:22:{s:2:\"id\";s:3:\"330\";s:5:\"title\";s:14:\"Cube Animation\";s:5:\"alias\";s:14:\"cube-animation\";s:3:\"zip\";s:18:\"cube-animation.zip\";s:3:\"uid\";s:32:\"c03dd3cfc60479dfc6d79ddb64fa0ec5\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/cube-animation-slider-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:155:\"<span class=\"ttm_content\">A modern slider with text elements, cube animations and a striking call to action button.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:315;a:25:{s:2:\"id\";s:3:\"331\";s:5:\"title\";s:13:\"Basic Website\";s:5:\"alias\";s:13:\"basic-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:21:\"basic-website-package\";s:3:\"img\";s:26:\"packages/basic_package.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:316;a:25:{s:2:\"id\";s:3:\"332\";s:5:\"title\";s:10:\"Basic Menu\";s:5:\"alias\";s:10:\"basic-menu\";s:3:\"zip\";s:20:\"packs/basic-menu.zip\";s:3:\"uid\";s:32:\"39277f53b2cb5ac644a1649b47c37270\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:317;a:25:{s:2:\"id\";s:3:\"333\";s:5:\"title\";s:12:\"Basic Header\";s:5:\"alias\";s:12:\"basic-header\";s:3:\"zip\";s:22:\"packs/basic-header.zip\";s:3:\"uid\";s:32:\"ad7a32dbccb0bdf9de64cf2adfa950a2\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:318;a:25:{s:2:\"id\";s:3:\"334\";s:5:\"title\";s:13:\"Basic Content\";s:5:\"alias\";s:13:\"basic-content\";s:3:\"zip\";s:23:\"packs/basic-content.zip\";s:3:\"uid\";s:32:\"0b12f3b183a3c8206e3a7b28d2d93108\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:319;a:25:{s:2:\"id\";s:3:\"335\";s:5:\"title\";s:14:\"Basic Carousel\";s:5:\"alias\";s:14:\"basic-carousel\";s:3:\"zip\";s:24:\"packs/basic-carousel.zip\";s:3:\"uid\";s:32:\"e4abb5c6d5cf914530575a982d3dfc14\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:320;a:25:{s:2:\"id\";s:3:\"336\";s:5:\"title\";s:13:\"Basic Callout\";s:5:\"alias\";s:13:\"basic-callout\";s:3:\"zip\";s:23:\"packs/basic-callout.zip\";s:3:\"uid\";s:32:\"2ccc208b9322f5435d0f4ff64c6d9dab\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:321;a:25:{s:2:\"id\";s:3:\"337\";s:5:\"title\";s:10:\"Basic Grid\";s:5:\"alias\";s:10:\"basic-grid\";s:3:\"zip\";s:20:\"packs/basic-grid.zip\";s:3:\"uid\";s:32:\"3cb4b41d2992eba012921b8fb7c96daa\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:322;a:25:{s:2:\"id\";s:3:\"338\";s:5:\"title\";s:17:\"Basic Video Block\";s:5:\"alias\";s:17:\"basic-video-block\";s:3:\"zip\";s:27:\"packs/basic-video-block.zip\";s:3:\"uid\";s:32:\"e7c1d42b21819741f3e72c1325dae5ed\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:323;a:25:{s:2:\"id\";s:3:\"339\";s:5:\"title\";s:12:\"Basic Footer\";s:5:\"alias\";s:12:\"basic-footer\";s:3:\"zip\";s:22:\"packs/basic-footer.zip\";s:3:\"uid\";s:32:\"ed8f6a554775ebace558af2f4f2dcbac\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:324;a:25:{s:2:\"id\";s:3:\"340\";s:5:\"title\";s:14:\"Basic Lightbox\";s:5:\"alias\";s:14:\"basic-lightbox\";s:3:\"zip\";s:24:\"packs/basic-lightbox.zip\";s:3:\"uid\";s:32:\"e4b025b300b1a8f417d04eb80113fac2\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/basic-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The Basic Website template is a minimal one-page website with all the essential modules. Usable and quickly customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:13:\"Basic Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"25\";s:9:\"installed\";b:0;}i:325;a:22:{s:2:\"id\";s:3:\"341\";s:5:\"title\";s:13:\"Nature Slider\";s:5:\"alias\";s:13:\"nature-slider\";s:3:\"zip\";s:17:\"nature-slider.zip\";s:3:\"uid\";s:32:\"eef1a4584ec1c3b8c26c305cca44e805\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";s:7:\"preview\";s:56:\"http://revolution.themepunch.com/nature-explorer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:151:\"<span class=\"ttm_content\">The Nature Explorer Slider Template uses the Distortion and Particle Effects Add-Ons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:356:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-liquideffect-addon\\/revslider-liquideffect-addon.php\",\"name\":\"Distortion Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:326;a:22:{s:2:\"id\";s:3:\"342\";s:5:\"title\";s:11:\"Art Gallery\";s:5:\"alias\";s:11:\"art-gallery\";s:3:\"zip\";s:15:\"art-gallery.zip\";s:3:\"uid\";s:32:\"b8c5095ae3407337e6e5b2a8515e7d6e\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:145:\"<span class=\"ttm_content\">A modern slider with large, geometric elements and interesting mask animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:327;a:25:{s:2:\"id\";s:3:\"343\";s:5:\"title\";s:20:\"Construction Company\";s:5:\"alias\";s:28:\"construction-company-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:36:\"construction-company-website-package\";s:3:\"img\";s:33:\"packages/construction_package.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:163:\"[{\"path\":\"revslider-revealer-addon\\/revslider-revealer-addon.php\",\"name\":\"Reveal AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:328;a:25:{s:2:\"id\";s:3:\"344\";s:5:\"title\";s:19:\"Construction Header\";s:5:\"alias\";s:19:\"Construction-Header\";s:3:\"zip\";s:29:\"packs/Construction-Header.zip\";s:3:\"uid\";s:32:\"5c77de774b8f5487c1276c4a7b3dc80c\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:329;a:25:{s:2:\"id\";s:3:\"345\";s:5:\"title\";s:17:\"Construction Home\";s:5:\"alias\";s:17:\"Construction-Home\";s:3:\"zip\";s:27:\"packs/Construction-Home.zip\";s:3:\"uid\";s:32:\"fcb277f0c07dad270d2a7cef4431bef8\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:330;a:25:{s:2:\"id\";s:3:\"346\";s:5:\"title\";s:21:\"Construction Projects\";s:5:\"alias\";s:21:\"Construction-Projects\";s:3:\"zip\";s:31:\"packs/Construction-Projects.zip\";s:3:\"uid\";s:32:\"0c847173c3739f79778dc2c0fc9704e4\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:331;a:25:{s:2:\"id\";s:3:\"347\";s:5:\"title\";s:20:\"Construction History\";s:5:\"alias\";s:20:\"Construction-History\";s:3:\"zip\";s:30:\"packs/Construction-History.zip\";s:3:\"uid\";s:32:\"758da120c4b6c5606692faf0aa43aac6\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:332;a:25:{s:2:\"id\";s:3:\"348\";s:5:\"title\";s:21:\"Construction Services\";s:5:\"alias\";s:21:\"Construction-Services\";s:3:\"zip\";s:31:\"packs/Construction-Services.zip\";s:3:\"uid\";s:32:\"5ad5b841c1d89e97ddbf972c8b11abd4\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:333;a:25:{s:2:\"id\";s:3:\"349\";s:5:\"title\";s:21:\"Construction Contacts\";s:5:\"alias\";s:21:\"Construction-Contacts\";s:3:\"zip\";s:31:\"packs/Construction-Contacts.zip\";s:3:\"uid\";s:32:\"b8c3c34046bb91ebb243e4da64745d37\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/construction-company-website/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:244:\"<span class=\"ttm_content\">The Construction Company is the perfect introduction to your Construction themed website. Showcase your current projects, services and contact information with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:420:\"<span class=\"ttm_content\">If you want to setup the full website example as seen in the preview, please follow the <a href=\"https://www.themepunch.com/faq/setup-content-blocks-template/\" target=\"_blank\">Content Blocks instructions here</a>.<br><br>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:20:\"Construction Company\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"26\";s:9:\"installed\";b:0;}i:334;a:22:{s:2:\"id\";s:3:\"350\";s:5:\"title\";s:22:\"Classic Cars Evolution\";s:5:\"alias\";s:22:\"Classic-Cars-Evolution\";s:3:\"zip\";s:26:\"Classic-Cars-Evolution.zip\";s:3:\"uid\";s:32:\"7061757f128fd624b0227715dab73b74\";s:3:\"img\";s:33:\"Classic-Cars-Evolution/slide1.jpg\";s:7:\"preview\";s:65:\"https://revolution.themepunch.com/classic-cars-before-after-hero/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is a great example of our popular before & after Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-beforeafter-addon\\/revslider-beforeafter-addon.php\",\"name\":\"Before After AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:335;a:22:{s:2:\"id\";s:3:\"351\";s:5:\"title\";s:21:\"404 Error Space Theme\";s:5:\"alias\";s:21:\"404-Error-Space-Theme\";s:3:\"zip\";s:25:\"404-Error-Space-Theme.zip\";s:3:\"uid\";s:32:\"6412adc7ec025826328e40e552a14e1e\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";s:7:\"preview\";s:49:\"https://revolution.themepunch.com/404-error-page/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.0.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:158:\"<span class=\"ttm_content\">The Classic Cars Evolution Slider is the perfect way to make your error page more beautiful.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:336;a:25:{s:2:\"id\";s:3:\"352\";s:5:\"title\";s:12:\"Landing Page\";s:5:\"alias\";s:20:\"landing-page-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:28:\"landing-page-website-package\";s:3:\"img\";s:23:\"packages/lp_package.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:337;a:25:{s:2:\"id\";s:3:\"353\";s:5:\"title\";s:17:\"Landing Page Hero\";s:5:\"alias\";s:17:\"landing-page-hero\";s:3:\"zip\";s:27:\"packs/landing-page-hero.zip\";s:3:\"uid\";s:32:\"d328635caa20da7ee8a3ab687f8656ff\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:338;a:25:{s:2:\"id\";s:3:\"354\";s:5:\"title\";s:21:\"Landing Page Features\";s:5:\"alias\";s:21:\"landing-page-features\";s:3:\"zip\";s:31:\"packs/landing-page-features.zip\";s:3:\"uid\";s:32:\"6552bc72abace10918a64866d9bb79c1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:339;a:25:{s:2:\"id\";s:3:\"355\";s:5:\"title\";s:20:\"Landing Page Callout\";s:5:\"alias\";s:20:\"landing-page-callout\";s:3:\"zip\";s:30:\"packs/landing-page-callout.zip\";s:3:\"uid\";s:32:\"c5b101ea5471e7409ae7effa8d45fbcf\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:340;a:25:{s:2:\"id\";s:3:\"356\";s:5:\"title\";s:20:\"Landing Page Content\";s:5:\"alias\";s:20:\"landing-page-content\";s:3:\"zip\";s:30:\"packs/landing-page-content.zip\";s:3:\"uid\";s:32:\"34da8057a6bb3677c9adf9f18ffc6cf0\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:341;a:25:{s:2:\"id\";s:3:\"357\";s:5:\"title\";s:25:\"Landing Page Testimonials\";s:5:\"alias\";s:25:\"landing-page-testimonials\";s:3:\"zip\";s:35:\"packs/landing-page-testimonials.zip\";s:3:\"uid\";s:32:\"a83606e311cd5115422d86f04890cbf1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:342;a:25:{s:2:\"id\";s:3:\"358\";s:5:\"title\";s:27:\"Landing Page Call to Action\";s:5:\"alias\";s:27:\"landing-page-call-to-action\";s:3:\"zip\";s:37:\"packs/landing-page-call-to-action.zip\";s:3:\"uid\";s:32:\"adfb456b27fa7eb6b1415d8f80836f05\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:343;a:25:{s:2:\"id\";s:3:\"359\";s:5:\"title\";s:17:\"Landing Page Help\";s:5:\"alias\";s:17:\"landing-page-help\";s:3:\"zip\";s:27:\"packs/landing-page-help.zip\";s:3:\"uid\";s:32:\"ca502431f9b7f6249d99b02464de2dd7\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:344;a:25:{s:2:\"id\";s:3:\"360\";s:5:\"title\";s:19:\"Landing Page Footer\";s:5:\"alias\";s:19:\"landing-page-footer\";s:3:\"zip\";s:29:\"packs/landing-page-footer.zip\";s:3:\"uid\";s:32:\"2a6afc371dbd60cb117f8a0f5d09eac9\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:345;a:25:{s:2:\"id\";s:3:\"361\";s:5:\"title\";s:24:\"Landing Page Price Modal\";s:5:\"alias\";s:24:\"landing-page-price-modal\";s:3:\"zip\";s:34:\"packs/landing-page-price-modal.zip\";s:3:\"uid\";s:32:\"a6c5c0430b46dd4e6e68416964a8c54d\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/landing-page-builder/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.0.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Landing Page is a one-page website template with standard modules to build an effective landing page for your business/product.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:624:\"<span class=\"ttm_content\">After installing this template package, please remove the \"price modal\" module shortcode from the automatically created page. Also, a small modification is needed in these templates: \"Landing Page Hero\", \"Landing page Call to Action\" and \"Landing Page Footer\". Click the buttons in these template and then go to \"layer -> actions\" and set the target of the \"Open Slider Modal\" action to the \"Landing Page Price Modal\".</span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:12:\"Landing Page\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"27\";s:9:\"installed\";b:0;}i:346;a:25:{s:2:\"id\";s:3:\"371\";s:5:\"title\";s:17:\"Corporate Website\";s:5:\"alias\";s:17:\"corporate-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:25:\"corporate-website-package\";s:3:\"img\";s:30:\"packages/corporate-website.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:347;a:25:{s:2:\"id\";s:3:\"372\";s:5:\"title\";s:16:\"Corporate Header\";s:5:\"alias\";s:16:\"Corporate-Header\";s:3:\"zip\";s:26:\"packs/Corporate-Header.zip\";s:3:\"uid\";s:32:\"04f868e3812a1681f00ab89580e5d1f8\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:348;a:25:{s:2:\"id\";s:3:\"373\";s:5:\"title\";s:24:\"Corporate Welcome Screen\";s:5:\"alias\";s:24:\"Corporate-Welcome-Screen\";s:3:\"zip\";s:34:\"packs/Corporate-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"052afe98ef819f7ace041dbbdb749639\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:173:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:349;a:25:{s:2:\"id\";s:3:\"374\";s:5:\"title\";s:15:\"Corporate About\";s:5:\"alias\";s:15:\"Corporate-About\";s:3:\"zip\";s:25:\"packs/Corporate-About.zip\";s:3:\"uid\";s:32:\"7bf5f8f6d4cc3016cea86289cb46e5b6\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:350;a:25:{s:2:\"id\";s:3:\"375\";s:5:\"title\";s:19:\"Corporate Portfolio\";s:5:\"alias\";s:19:\"Corporate-Portfolio\";s:3:\"zip\";s:29:\"packs/Corporate-Portfolio.zip\";s:3:\"uid\";s:32:\"612c2bd784fea81392dda1644a3c3cf3\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:351;a:25:{s:2:\"id\";s:3:\"376\";s:5:\"title\";s:15:\"Corporate Chart\";s:5:\"alias\";s:15:\"Corporate-Chart\";s:3:\"zip\";s:25:\"packs/Corporate-Chart.zip\";s:3:\"uid\";s:32:\"4d27d9b3b2cfcce750e526aafb322a9f\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:352;a:25:{s:2:\"id\";s:3:\"377\";s:5:\"title\";s:14:\"Corporate News\";s:5:\"alias\";s:14:\"Corporate-News\";s:3:\"zip\";s:24:\"packs/Corporate-News.zip\";s:3:\"uid\";s:32:\"bb65ed57a0d4db795d8b738f0a92f2d7\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:353;a:25:{s:2:\"id\";s:3:\"378\";s:5:\"title\";s:16:\"Corporate Hiring\";s:5:\"alias\";s:16:\"Corporate-Hiring\";s:3:\"zip\";s:26:\"packs/Corporate-Hiring.zip\";s:3:\"uid\";s:32:\"136cf1a91604e819089eb3573a6e100a\";s:3:\"img\";s:27:\"Corporate-Hiring/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:354;a:25:{s:2:\"id\";s:3:\"379\";s:5:\"title\";s:22:\"Corporate Testimonials\";s:5:\"alias\";s:22:\"Corporate-Testimonials\";s:3:\"zip\";s:32:\"packs/Corporate-Testimonials.zip\";s:3:\"uid\";s:32:\"b17aec0afdc31e37359cfa406164463c\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:355;a:25:{s:2:\"id\";s:3:\"380\";s:5:\"title\";s:15:\"Corporate Store\";s:5:\"alias\";s:15:\"Corporate-Store\";s:3:\"zip\";s:25:\"packs/Corporate-Store.zip\";s:3:\"uid\";s:32:\"6240b14620ddc634736716e0cdfdeb31\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:356;a:25:{s:2:\"id\";s:3:\"381\";s:5:\"title\";s:17:\"Corporate Support\";s:5:\"alias\";s:17:\"Corporate-Support\";s:3:\"zip\";s:27:\"packs/Corporate-Support.zip\";s:3:\"uid\";s:32:\"9424292a78076ce68c2faf587b26cdad\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:357;a:25:{s:2:\"id\";s:3:\"382\";s:5:\"title\";s:14:\"Corporate Team\";s:5:\"alias\";s:14:\"Corporate-Team\";s:3:\"zip\";s:24:\"packs/Corporate-Team.zip\";s:3:\"uid\";s:32:\"4fafe469b5a0a2545625c3f6d7ff3b9e\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:358;a:25:{s:2:\"id\";s:3:\"383\";s:5:\"title\";s:33:\"Corporate Selected Projects Title\";s:5:\"alias\";s:33:\"Corporate-Selected-Projects-Title\";s:3:\"zip\";s:43:\"packs/Corporate-Selected-Projects-Title.zip\";s:3:\"uid\";s:32:\"0ed3c41f51e6bf404c2fe179fa8d8ceb\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:359;a:25:{s:2:\"id\";s:3:\"384\";s:5:\"title\";s:27:\"Corporate Selected Projects\";s:5:\"alias\";s:27:\"Corporate-Selected-Projects\";s:3:\"zip\";s:37:\"packs/Corporate-Selected-Projects.zip\";s:3:\"uid\";s:32:\"1096c78d5f007f3900228a4092515e2e\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:360;a:25:{s:2:\"id\";s:3:\"385\";s:5:\"title\";s:17:\"Corporate Clients\";s:5:\"alias\";s:17:\"Corporate-Clients\";s:3:\"zip\";s:27:\"packs/Corporate-Clients.zip\";s:3:\"uid\";s:32:\"60fe3a311195bf4dba3e50bd1ab98574\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"14\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:361;a:25:{s:2:\"id\";s:3:\"386\";s:5:\"title\";s:20:\"Corporate Text Block\";s:5:\"alias\";s:20:\"Corporate-Text-Block\";s:3:\"zip\";s:30:\"packs/Corporate-Text-Block.zip\";s:3:\"uid\";s:32:\"93b68bb23d65fd1028b6b5f6d19b85b5\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"15\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:362;a:25:{s:2:\"id\";s:3:\"387\";s:5:\"title\";s:20:\"Corporate Mobile App\";s:5:\"alias\";s:20:\"Corporate-Mobile-App\";s:3:\"zip\";s:30:\"packs/Corporate-Mobile-App.zip\";s:3:\"uid\";s:32:\"e592369d233bea673403daa15c6e498a\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"16\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:363;a:25:{s:2:\"id\";s:3:\"388\";s:5:\"title\";s:18:\"Corporate Contacts\";s:5:\"alias\";s:18:\"Corporate-Contacts\";s:3:\"zip\";s:28:\"packs/Corporate-Contacts.zip\";s:3:\"uid\";s:32:\"91ae9488b54b7020f8ae9dfbfd6c563a\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"17\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:364;a:25:{s:2:\"id\";s:3:\"389\";s:5:\"title\";s:16:\"Corporate Footer\";s:5:\"alias\";s:16:\"Corporate-Footer\";s:3:\"zip\";s:26:\"packs/Corporate-Footer.zip\";s:3:\"uid\";s:32:\"a01df90af203f06194c1a18745d79861\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"18\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:365;a:25:{s:2:\"id\";s:3:\"390\";s:5:\"title\";s:23:\"Corporate Scroll To Top\";s:5:\"alias\";s:23:\"Corporate-Scroll-To-Top\";s:3:\"zip\";s:33:\"packs/Corporate-Scroll-To-Top.zip\";s:3:\"uid\";s:32:\"2d68f6e4590a9a445e6eb055dfee88ba\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";s:7:\"preview\";s:61:\"https://revolution.themepunch.com/corporate-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.1\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:248:\"<span class=\"ttm_content\">The Corporate Template is a collection of useful modules to construct your website. Portfolio, news, clients, team, contact, basic content, etc. There is something for everyone here!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:206:\"<span class=\"ttm_content\"></span>\r\n<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:17:\"Corporate Website\";s:13:\"package_order\";s:2:\"19\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"29\";s:9:\"installed\";b:0;}i:366;a:25:{s:2:\"id\";s:3:\"402\";s:5:\"title\";s:23:\"Brutal Website Template\";s:5:\"alias\";s:23:\"brutal-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"brutal-website-template-package\";s:3:\"img\";s:36:\"packages/brutal-website-template.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:367;a:25:{s:2:\"id\";s:3:\"403\";s:5:\"title\";s:11:\"Brutal Menu\";s:5:\"alias\";s:11:\"brutal-menu\";s:3:\"zip\";s:21:\"packs/brutal-menu.zip\";s:3:\"uid\";s:32:\"04b21c7aee2479793336e964230d6e3f\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:368;a:25:{s:2:\"id\";s:3:\"404\";s:5:\"title\";s:11:\"Brutal Hero\";s:5:\"alias\";s:11:\"brutal-hero\";s:3:\"zip\";s:21:\"packs/brutal-hero.zip\";s:3:\"uid\";s:32:\"a342ad01054b97bac7980fdf9e275b34\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:369;a:25:{s:2:\"id\";s:3:\"405\";s:5:\"title\";s:12:\"Brutal About\";s:5:\"alias\";s:12:\"brutal-about\";s:3:\"zip\";s:22:\"packs/brutal-about.zip\";s:3:\"uid\";s:32:\"a3e1cd2e36c9a783c1932fdafe2e4434\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:370;a:25:{s:2:\"id\";s:3:\"406\";s:5:\"title\";s:16:\"Brutal Highlight\";s:5:\"alias\";s:16:\"brutal-highlight\";s:3:\"zip\";s:26:\"packs/brutal-highlight.zip\";s:3:\"uid\";s:32:\"b7f8522dcb4636467633bd3b14f4e3e9\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:371;a:25:{s:2:\"id\";s:3:\"407\";s:5:\"title\";s:15:\"Brutal Projects\";s:5:\"alias\";s:15:\"brutal-projects\";s:3:\"zip\";s:25:\"packs/brutal-projects.zip\";s:3:\"uid\";s:32:\"1a462e91373042193ca5d623dd8e8a47\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:372;a:25:{s:2:\"id\";s:3:\"408\";s:5:\"title\";s:15:\"Brutal Services\";s:5:\"alias\";s:15:\"brutal-services\";s:3:\"zip\";s:25:\"packs/brutal-services.zip\";s:3:\"uid\";s:32:\"cbeeb1e7a5c2842b155fe13acb7c165d\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:373;a:25:{s:2:\"id\";s:3:\"409\";s:5:\"title\";s:14:\"Brutal Callout\";s:5:\"alias\";s:14:\"brutal-callout\";s:3:\"zip\";s:24:\"packs/brutal-callout.zip\";s:3:\"uid\";s:32:\"31b6dafdb2dfb548152653e60df5a3bc\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:374;a:25:{s:2:\"id\";s:3:\"410\";s:5:\"title\";s:13:\"Brutal Footer\";s:5:\"alias\";s:13:\"brutal-footer\";s:3:\"zip\";s:23:\"packs/brutal-footer.zip\";s:3:\"uid\";s:32:\"07559f0c574e3dd95b2d40d72cbb01bc\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";s:7:\"preview\";s:58:\"https://revolution.themepunch.com/brutal-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:232:\"<span class=\"ttm_content\">The Brutal template is a one-pager with a unique design that sticks out. The project & services sliders with direction based transitions are particularly interesting.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Brutal Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"31\";s:9:\"installed\";b:0;}i:375;a:25:{s:2:\"id\";s:3:\"411\";s:5:\"title\";s:23:\"Church Website Template\";s:5:\"alias\";s:23:\"church-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:31:\"church-website-template-package\";s:3:\"img\";s:36:\"packages/church-website-template.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:376;a:25:{s:2:\"id\";s:3:\"412\";s:5:\"title\";s:13:\"Church Header\";s:5:\"alias\";s:13:\"Church-Header\";s:3:\"zip\";s:23:\"packs/Church-Header.zip\";s:3:\"uid\";s:32:\"c14289117e1e2b9ee716fb99146b2e03\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:377;a:25:{s:2:\"id\";s:3:\"413\";s:5:\"title\";s:22:\"Church Upcoming Events\";s:5:\"alias\";s:22:\"Church-Upcoming-Events\";s:3:\"zip\";s:32:\"packs/Church-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"056a26efddae92973fee4ee5cfa75f10\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:378;a:25:{s:2:\"id\";s:3:\"414\";s:5:\"title\";s:12:\"Church About\";s:5:\"alias\";s:12:\"Church-About\";s:3:\"zip\";s:22:\"packs/Church-About.zip\";s:3:\"uid\";s:32:\"8ef133f3f669f06380334a83e27eedbb\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:379;a:25:{s:2:\"id\";s:3:\"415\";s:5:\"title\";s:14:\"Church Pastors\";s:5:\"alias\";s:14:\"Church-Pastors\";s:3:\"zip\";s:24:\"packs/Church-Pastors.zip\";s:3:\"uid\";s:32:\"715edc0833a753b72350b8c974f86f94\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:380;a:25:{s:2:\"id\";s:3:\"416\";s:5:\"title\";s:20:\"Church Photo Gallery\";s:5:\"alias\";s:20:\"Church-Photo-Gallery\";s:3:\"zip\";s:30:\"packs/Church-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"d94808a97149cd5d3b3354a28409ffd7\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:381;a:25:{s:2:\"id\";s:3:\"417\";s:5:\"title\";s:16:\"Church Community\";s:5:\"alias\";s:16:\"Church-Community\";s:3:\"zip\";s:26:\"packs/Church-Community.zip\";s:3:\"uid\";s:32:\"2244e6a6d7a691653eae2d70765130a7\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:382;a:25:{s:2:\"id\";s:3:\"418\";s:5:\"title\";s:13:\"Church Sermon\";s:5:\"alias\";s:13:\"Church-Sermon\";s:3:\"zip\";s:23:\"packs/Church-Sermon.zip\";s:3:\"uid\";s:32:\"8fedf983bd55fff0f7a16d9f0a7e5408\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:383;a:25:{s:2:\"id\";s:3:\"419\";s:5:\"title\";s:15:\"Church Contacts\";s:5:\"alias\";s:15:\"Church-Contacts\";s:3:\"zip\";s:25:\"packs/Church-Contacts.zip\";s:3:\"uid\";s:32:\"0b1a6968e75868548fd98e435625c090\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:384;a:25:{s:2:\"id\";s:3:\"420\";s:5:\"title\";s:13:\"Church Footer\";s:5:\"alias\";s:13:\"Church-Footer\";s:3:\"zip\";s:23:\"packs/Church-Footer.zip\";s:3:\"uid\";s:32:\"29756685d3dc49e42edada43e6393b7b\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";s:7:\"preview\";s:63:\"https://revolution.themepunch.com/church-website-template-dark/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:23:\"Church Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"32\";s:9:\"installed\";b:0;}i:385;a:25:{s:2:\"id\";s:3:\"421\";s:5:\"title\";s:29:\"Church Light Website Template\";s:5:\"alias\";s:29:\"church-light-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"church-light-website-template-package\";s:3:\"img\";s:42:\"packages/church-light-website-template.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:386;a:25:{s:2:\"id\";s:3:\"422\";s:5:\"title\";s:19:\"Church Light Header\";s:5:\"alias\";s:19:\"Church-Light-Header\";s:3:\"zip\";s:29:\"packs/Church-Light-Header.zip\";s:3:\"uid\";s:32:\"81c00f4b52cf55214de919e3f13121fc\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:387;a:25:{s:2:\"id\";s:3:\"423\";s:5:\"title\";s:28:\"Church Light Upcoming Events\";s:5:\"alias\";s:28:\"Church-Light-Upcoming-Events\";s:3:\"zip\";s:38:\"packs/Church-Light-Upcoming-Events.zip\";s:3:\"uid\";s:32:\"963a49f4be0557ac5f3ee61d256f5bda\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:388;a:25:{s:2:\"id\";s:3:\"424\";s:5:\"title\";s:18:\"Church Light About\";s:5:\"alias\";s:18:\"Church-Light-About\";s:3:\"zip\";s:28:\"packs/Church-Light-About.zip\";s:3:\"uid\";s:32:\"d46c8e8e6f80e6bfedb54f1cdc49e7e6\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:389;a:25:{s:2:\"id\";s:3:\"425\";s:5:\"title\";s:20:\"Church Light Pastors\";s:5:\"alias\";s:20:\"Church-Light-Pastors\";s:3:\"zip\";s:30:\"packs/Church-Light-Pastors.zip\";s:3:\"uid\";s:32:\"7cc3dec61556e2291d6f38c1ea5e983f\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:390;a:25:{s:2:\"id\";s:3:\"426\";s:5:\"title\";s:26:\"Church Light Photo Gallery\";s:5:\"alias\";s:26:\"Church-Light-Photo-Gallery\";s:3:\"zip\";s:36:\"packs/Church-Light-Photo-Gallery.zip\";s:3:\"uid\";s:32:\"9e13100179b9b700b005693eeca57902\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:391;a:25:{s:2:\"id\";s:3:\"427\";s:5:\"title\";s:22:\"Church Light Community\";s:5:\"alias\";s:22:\"Church-Light-Community\";s:3:\"zip\";s:32:\"packs/Church-Light-Community.zip\";s:3:\"uid\";s:32:\"14fcc0d43d899fd96116bdbc57c7c5ea\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:392;a:25:{s:2:\"id\";s:3:\"428\";s:5:\"title\";s:19:\"Church Light Sermon\";s:5:\"alias\";s:19:\"Church-Light-Sermon\";s:3:\"zip\";s:29:\"packs/Church-Light-Sermon.zip\";s:3:\"uid\";s:32:\"fc30be7e703bc7b235665c36baa80e4e\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:393;a:25:{s:2:\"id\";s:3:\"429\";s:5:\"title\";s:21:\"Church Light Contacts\";s:5:\"alias\";s:21:\"Church-Light-Contacts\";s:3:\"zip\";s:31:\"packs/Church-Light-Contacts.zip\";s:3:\"uid\";s:32:\"ed83d8fa63ecb59cf42656068ecf8d25\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:394;a:25:{s:2:\"id\";s:3:\"430\";s:5:\"title\";s:19:\"Church Light Footer\";s:5:\"alias\";s:19:\"Church-Light-Footer\";s:3:\"zip\";s:29:\"packs/Church-Light-Footer.zip\";s:3:\"uid\";s:32:\"a168772865fd5dcf6229c9c6a49dff73\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/church-website-template-light/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.2\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The Church Website Template is a complete solution for the holy internet presence of your church. Available as a light and dark version.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Church Light Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"33\";s:9:\"installed\";b:0;}i:395;a:25:{s:2:\"id\";s:3:\"431\";s:5:\"title\";s:25:\"Rockable Website Template\";s:5:\"alias\";s:25:\"rockable-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:33:\"rockable-website-template-package\";s:3:\"img\";s:38:\"packages/rockable-website-template.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:396;a:25:{s:2:\"id\";s:3:\"432\";s:5:\"title\";s:13:\"Rockable Menu\";s:5:\"alias\";s:13:\"rockable-menu\";s:3:\"zip\";s:23:\"packs/rockable-menu.zip\";s:3:\"uid\";s:32:\"92d18f7ff38f22ff411a4ef4d9f54934\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:397;a:25:{s:2:\"id\";s:3:\"433\";s:5:\"title\";s:13:\"Rockable Hero\";s:5:\"alias\";s:13:\"rockable-hero\";s:3:\"zip\";s:23:\"packs/rockable-hero.zip\";s:3:\"uid\";s:32:\"ba16b28d6bde95910cbce572bb251208\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:398;a:25:{s:2:\"id\";s:3:\"434\";s:5:\"title\";s:15:\"Rockable Lineup\";s:5:\"alias\";s:15:\"rockable-lineup\";s:3:\"zip\";s:25:\"packs/rockable-lineup.zip\";s:3:\"uid\";s:32:\"6631980112805533a0d328c37e56adbd\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:399;a:25:{s:2:\"id\";s:3:\"435\";s:5:\"title\";s:17:\"Rockable Lineup 2\";s:5:\"alias\";s:17:\"rockable-lineup-2\";s:3:\"zip\";s:27:\"packs/rockable-lineup-2.zip\";s:3:\"uid\";s:32:\"98bc41d982dc478edabff4aa99461dbc\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:400;a:25:{s:2:\"id\";s:3:\"436\";s:5:\"title\";s:22:\"Rockable Gallery Title\";s:5:\"alias\";s:22:\"rockable-gallery-title\";s:3:\"zip\";s:32:\"packs/rockable-gallery-title.zip\";s:3:\"uid\";s:32:\"da43a76f5bc77aa6efe158b00ab7cf0d\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:401;a:25:{s:2:\"id\";s:3:\"437\";s:5:\"title\";s:16:\"Rockable Gallery\";s:5:\"alias\";s:16:\"rockable-gallery\";s:3:\"zip\";s:26:\"packs/rockable-gallery.zip\";s:3:\"uid\";s:32:\"c12a144d6860bcf24e91d5b980ac22f1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:402;a:25:{s:2:\"id\";s:3:\"438\";s:5:\"title\";s:17:\"Rockable Sponsors\";s:5:\"alias\";s:17:\"rockable-sponsors\";s:3:\"zip\";s:27:\"packs/rockable-sponsors.zip\";s:3:\"uid\";s:32:\"1e40d4a810c23f8d5fe5cd5ca31ee20d\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:403;a:25:{s:2:\"id\";s:3:\"439\";s:5:\"title\";s:15:\"Rockable Footer\";s:5:\"alias\";s:15:\"rockable-footer\";s:3:\"zip\";s:25:\"packs/rockable-footer.zip\";s:3:\"uid\";s:32:\"a4a9952d5e56fc14366155e8ebfa432a\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:404;a:25:{s:2:\"id\";s:3:\"440\";s:5:\"title\";s:21:\"Rockable Detail Modal\";s:5:\"alias\";s:21:\"rockable-detail-modal\";s:3:\"zip\";s:31:\"packs/rockable-detail-modal.zip\";s:3:\"uid\";s:32:\"b51d918203ff7975a144a9f1be09f31b\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:405;a:25:{s:2:\"id\";s:3:\"441\";s:5:\"title\";s:23:\"Rockable Detail Modal 2\";s:5:\"alias\";s:23:\"rockable-detail-modal-2\";s:3:\"zip\";s:33:\"packs/rockable-detail-modal-2.zip\";s:3:\"uid\";s:32:\"dcf51ebb3d4a1dec94748a1e016c5ef7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";s:7:\"preview\";s:60:\"https://revolution.themepunch.com/rockable-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">The Rockable Website Template can present your Festival or Concert oriented website in a unique one-pager.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:25:\"Rockable Website Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"34\";s:9:\"installed\";b:0;}i:406;a:22:{s:2:\"id\";s:3:\"442\";s:5:\"title\";s:27:\"Real Estate Showcase Slider\";s:5:\"alias\";s:27:\"real-estate-showcase-slider\";s:3:\"zip\";s:31:\"Real-Estate-Showcase-Slider.zip\";s:3:\"uid\";s:32:\"486b2bbe296722e70421731e3c05711b\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.3\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">An elegant showcase for your real estate & realtor website. Flexible and customizable.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:407;a:22:{s:2:\"id\";s:3:\"443\";s:5:\"title\";s:16:\"Isometric Slider\";s:5:\"alias\";s:16:\"isometric-slider\";s:3:\"zip\";s:20:\"isometric-slider.zip\";s:3:\"uid\";s:32:\"fb06051fcf6649a44f2292044e414a36\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/isometric-slider/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:154:\"<span class=\"ttm_content\">A colorful, isometric slider template with fully customizable colors and screen content.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:408;a:25:{s:2:\"id\";s:3:\"444\";s:5:\"title\";s:26:\"Woo Commerce Slider Static\";s:5:\"alias\";s:26:\"woo-commerce-slider-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"woo-commerce-slider-static\";s:3:\"img\";s:39:\"packages/woo-commerce-slider-static.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:7:\"website\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:409;a:25:{s:2:\"id\";s:3:\"445\";s:5:\"title\";s:17:\"E-Commerce Slider\";s:5:\"alias\";s:17:\"E-Commerce-Slider\";s:3:\"zip\";s:27:\"packs/E-Commerce-Slider.zip\";s:3:\"uid\";s:32:\"1533cfd83c2ae122f23074e1ed77f256\";s:3:\"img\";s:28:\"E-Commerce-Slider/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:410;a:25:{s:2:\"id\";s:3:\"446\";s:5:\"title\";s:23:\"E-Commerce Slider Modal\";s:5:\"alias\";s:23:\"E-Commerce-Slider-Modal\";s:3:\"zip\";s:33:\"packs/E-Commerce-Slider-Modal.zip\";s:3:\"uid\";s:32:\"825e05c3967515b92a75da017c68a863\";s:3:\"img\";s:34:\"E-Commerce-Slider-Modal/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:178:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the static version that doesn\'t use Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:4:\"hero\";i:1;s:7:\"website\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Woo Commerce Slider Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"35\";s:9:\"installed\";b:0;}i:411;a:22:{s:2:\"id\";s:3:\"447\";s:5:\"title\";s:27:\"Woo Commerce Slider Dynamic\";s:5:\"alias\";s:27:\"Woo-Commerce-Slider-Dynamic\";s:3:\"zip\";s:31:\"Woo-Commerce-Slider-Dynamic.zip\";s:3:\"uid\";s:32:\"b8e2c64f3739e552c563c48c59f20fe7\";s:3:\"img\";s:38:\"Woo-Commerce-Slider-Dynamic/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/woo-commerce-slider/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:172:\"<span class=\"ttm_content\">A uniquely animated Woo Commerce Slider template - this is the dynamic version that uses Woo Commerce data</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:412;a:25:{s:2:\"id\";s:3:\"448\";s:5:\"title\";s:31:\"Blooming Event Florist Template\";s:5:\"alias\";s:31:\"blooming-event-florist-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"blooming-event-florist-template-package\";s:3:\"img\";s:52:\"packages/blooming-event-florist-template-package.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:413;a:26:{s:2:\"id\";s:3:\"449\";s:5:\"title\";s:15:\"Blooming Header\";s:5:\"alias\";s:15:\"blooming-header\";s:3:\"zip\";s:25:\"packs/blooming-header.zip\";s:3:\"uid\";s:32:\"aa2ee34fd8ed018945ba64e6913810e4\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:414;a:25:{s:2:\"id\";s:3:\"450\";s:5:\"title\";s:14:\"Blooming About\";s:5:\"alias\";s:14:\"blooming-about\";s:3:\"zip\";s:24:\"packs/blooming-about.zip\";s:3:\"uid\";s:32:\"dd7095e46fab2eb475d00480fd17a6ec\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:415;a:25:{s:2:\"id\";s:3:\"451\";s:5:\"title\";s:18:\"Blooming Portfolio\";s:5:\"alias\";s:18:\"blooming-portfolio\";s:3:\"zip\";s:28:\"packs/blooming-portfolio.zip\";s:3:\"uid\";s:32:\"c72ddcbb07b62982b8c21328a6383e22\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:416;a:25:{s:2:\"id\";s:3:\"452\";s:5:\"title\";s:22:\"Blooming Wedding Title\";s:5:\"alias\";s:22:\"blooming-wedding-title\";s:3:\"zip\";s:32:\"packs/blooming-wedding-title.zip\";s:3:\"uid\";s:32:\"4fcfb0b99289c12d014c67306bb7687b\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:417;a:25:{s:2:\"id\";s:3:\"453\";s:5:\"title\";s:25:\"Blooming Wedding Carousel\";s:5:\"alias\";s:25:\"blooming-wedding-carousel\";s:3:\"zip\";s:35:\"packs/blooming-wedding-carousel.zip\";s:3:\"uid\";s:32:\"1d1bb979dbfca8ba9d43da1c0f665339\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:418;a:25:{s:2:\"id\";s:3:\"454\";s:5:\"title\";s:21:\"Blooming Wedding Text\";s:5:\"alias\";s:21:\"blooming-wedding-text\";s:3:\"zip\";s:31:\"packs/blooming-wedding-text.zip\";s:3:\"uid\";s:32:\"326f2793294a739dd3aac3cc45332df8\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:419;a:25:{s:2:\"id\";s:3:\"455\";s:5:\"title\";s:22:\"Blooming Parties Title\";s:5:\"alias\";s:22:\"blooming-parties-title\";s:3:\"zip\";s:32:\"packs/blooming-parties-title.zip\";s:3:\"uid\";s:32:\"b47aae1b368d3c3d9017f260e6c6a547\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:420;a:25:{s:2:\"id\";s:3:\"456\";s:5:\"title\";s:25:\"Blooming Parties Carousel\";s:5:\"alias\";s:25:\"blooming-parties-carousel\";s:3:\"zip\";s:35:\"packs/blooming-parties-carousel.zip\";s:3:\"uid\";s:32:\"9f90a9da7b017aeee7f3b608cda066e6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:421;a:25:{s:2:\"id\";s:3:\"457\";s:5:\"title\";s:21:\"Blooming Parties Text\";s:5:\"alias\";s:21:\"blooming-parties-text\";s:3:\"zip\";s:31:\"packs/blooming-parties-text.zip\";s:3:\"uid\";s:32:\"66a47346cc639b8b9b9b5dfa1521b6ef\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:422;a:25:{s:2:\"id\";s:3:\"458\";s:5:\"title\";s:22:\"Blooming Funeral Title\";s:5:\"alias\";s:22:\"blooming-funeral-title\";s:3:\"zip\";s:32:\"packs/blooming-funeral-title.zip\";s:3:\"uid\";s:32:\"e9e77134472c33c56be442073f29d1fd\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:423;a:25:{s:2:\"id\";s:3:\"459\";s:5:\"title\";s:23:\"Blooming Funeral Slider\";s:5:\"alias\";s:23:\"blooming-funeral-slider\";s:3:\"zip\";s:33:\"packs/blooming-funeral-slider.zip\";s:3:\"uid\";s:32:\"d15090841c25c7c8f0e1b0987c0c0887\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:424;a:25:{s:2:\"id\";s:3:\"460\";s:5:\"title\";s:21:\"Blooming Funeral Text\";s:5:\"alias\";s:21:\"blooming-funeral-text\";s:3:\"zip\";s:31:\"packs/blooming-funeral-text.zip\";s:3:\"uid\";s:32:\"d7c80e246f31e3d2f4e5dc1656f133cc\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"12\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:425;a:25:{s:2:\"id\";s:3:\"461\";s:5:\"title\";s:16:\"Blooming Contact\";s:5:\"alias\";s:16:\"blooming-contact\";s:3:\"zip\";s:26:\"packs/blooming-contact.zip\";s:3:\"uid\";s:32:\"54280182bca86443e2648b3146f41e47\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";s:7:\"preview\";s:57:\"https://revolution.themepunch.com/event-florist-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">The Blooming Event Florist Template is a complete one-page website solution with beautiful floral animations.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Blooming Event Florist Template\";s:13:\"package_order\";s:2:\"13\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"36\";s:9:\"installed\";b:0;}i:426;a:22:{s:2:\"id\";s:3:\"462\";s:5:\"title\";s:13:\"Particle Hero\";s:5:\"alias\";s:13:\"particle-hero\";s:3:\"zip\";s:17:\"particle-hero.zip\";s:3:\"uid\";s:32:\"3f422f4807bf9ef4cb15dade515dad00\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide6\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:120:\"<span class=\"ttm_content\">A Hero header module using the Particle Effect Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:427;a:22:{s:2:\"id\";s:3:\"463\";s:5:\"title\";s:17:\"Bubble Morph Hero\";s:5:\"alias\";s:17:\"bubble-morph-hero\";s:3:\"zip\";s:21:\"bubble-morph-hero.zip\";s:3:\"uid\";s:32:\"b47e6bcc1ae80393ff3f7388ed3b9f8f\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide5\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A Hero header module using the Bubble Morph Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:428;a:22:{s:2:\"id\";s:3:\"464\";s:5:\"title\";s:13:\"Parallax Hero\";s:5:\"alias\";s:13:\"parallax-hero\";s:3:\"zip\";s:17:\"parallax-hero.zip\";s:3:\"uid\";s:32:\"290e86534326ee118e96ae7ce0538fa2\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide4\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:117:\"<span class=\"ttm_content\">A parallax hero module with mouse move interaction.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:429;a:22:{s:2:\"id\";s:3:\"465\";s:5:\"title\";s:10:\"Video Hero\";s:5:\"alias\";s:10:\"video-hero\";s:3:\"zip\";s:14:\"video-hero.zip\";s:3:\"uid\";s:32:\"f9e280015d3408bb0482e13fe753da8f\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide3\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:111:\"<span class=\"ttm_content\">A simple Hero header module with HTML5 video.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:430;a:22:{s:2:\"id\";s:3:\"466\";s:5:\"title\";s:14:\"Ken Burns Hero\";s:5:\"alias\";s:14:\"ken-burns-hero\";s:3:\"zip\";s:18:\"ken-burns-hero.zip\";s:3:\"uid\";s:32:\"d5f89e5f5b3991b995e2bfeb50cfe9f8\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";s:7:\"preview\";s:69:\"https://revolution.themepunch.com/wordpress-hero-image-header/#slide2\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:142:\"<span class=\"ttm_content\">A simple image background hero header module with a subtle Ken Burns effect.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:431;a:22:{s:2:\"id\";s:3:\"467\";s:5:\"title\";s:21:\"Basic Hero Collection\";s:5:\"alias\";s:21:\"basic-hero-collection\";s:3:\"zip\";s:25:\"basic-hero-collection.zip\";s:3:\"uid\";s:32:\"ff625c65e8aab4689fa56d5652279d51\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/wordpress-hero-image-header/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.5\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">A collection of WordPress Hero Headers with image, video, particles, parallax and more!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:432;a:22:{s:2:\"id\";s:3:\"468\";s:5:\"title\";s:19:\"Launching Very Soon\";s:5:\"alias\";s:19:\"launching-very-soon\";s:3:\"zip\";s:23:\"launching-very-soon.zip\";s:3:\"uid\";s:32:\"2da45cf2d9bec07e7183b3f7777986b9\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";s:7:\"preview\";s:59:\"https://revolution.themepunch.com/launching-soon-countdown/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:166:\"<span class=\"ttm_content\">Rocket BOOST! A beautifully animated launching soon countdown module using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:433;a:22:{s:2:\"id\";s:3:\"469\";s:5:\"title\";s:18:\"Under Construction\";s:5:\"alias\";s:18:\"Under-Construction\";s:3:\"zip\";s:22:\"Under-Construction.zip\";s:3:\"uid\";s:32:\"4b12f9a82a5b48d45a707df93406eb5b\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";s:7:\"preview\";s:53:\"https://revolution.themepunch.com/under-construction/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:157:\"<span class=\"ttm_content\">You will love this animated under construction landing page using our \"Coming Soon\" Add-On.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:197:\"[{\"path\":\"revslider-maintenance-addon\\/revslider-maintenance-addon.php\",\"name\":\"Coming Soon & Maintenance AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/revslider-doc\\/add-coming-soon-maintenance\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:434;a:22:{s:2:\"id\";s:3:\"470\";s:5:\"title\";s:15:\"Particle Effect\";s:5:\"alias\";s:15:\"Particle-Effect\";s:3:\"zip\";s:19:\"Particle-Effect.zip\";s:3:\"uid\";s:32:\"66cf4e514e83a6984903694fd587edb6\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";s:7:\"preview\";s:54:\"https://revolution.themepunch.com/snow-particle-scene/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">Get into a winter mood with our Snow Particle Scene for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:435;a:22:{s:2:\"id\";s:3:\"471\";s:5:\"title\";s:17:\"Particle Effect 2\";s:5:\"alias\";s:17:\"Particle-Effect-2\";s:3:\"zip\";s:21:\"Particle-Effect-2.zip\";s:3:\"uid\";s:32:\"303337c29a97a816ccecca7e5f0b5e20\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";s:7:\"preview\";s:56:\"https://revolution.themepunch.com/cyber-particle-effect/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:147:\"<span class=\"ttm_content\">Amaze your website visitors with the cyber particle effect for Slider Revolution!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:436;a:25:{s:2:\"id\";s:3:\"472\";s:5:\"title\";s:22:\"Stark Website Template\";s:5:\"alias\";s:22:\"stark-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:30:\"stark-website-template-package\";s:3:\"img\";s:43:\"packages/stark-website-template-package.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:437;a:25:{s:2:\"id\";s:3:\"473\";s:5:\"title\";s:10:\"Stark Menu\";s:5:\"alias\";s:10:\"stark-menu\";s:3:\"zip\";s:20:\"packs/stark-menu.zip\";s:3:\"uid\";s:32:\"bb31150df180e784d76a1f5ea306bf05\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:87:\"offset=\"t:0px,0px,0px,0px;b:0px,0px,0px,0px;l:140px,70px,0px,0px;r:140px,70px,0px,0px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:438;a:25:{s:2:\"id\";s:3:\"474\";s:5:\"title\";s:12:\"Stark Header\";s:5:\"alias\";s:12:\"stark-header\";s:3:\"zip\";s:22:\"packs/stark-header.zip\";s:3:\"uid\";s:32:\"62bfca01bf6e33cfad81d8df06498299\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:93:\"offset=\"t:40px,30px,20px,10px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:439;a:25:{s:2:\"id\";s:3:\"475\";s:5:\"title\";s:13:\"Stark Content\";s:5:\"alias\";s:13:\"stark-content\";s:3:\"zip\";s:23:\"packs/stark-content.zip\";s:3:\"uid\";s:32:\"4577ca760133eb5d894c46f212f6eefb\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"6\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:440;a:25:{s:2:\"id\";s:3:\"476\";s:5:\"title\";s:14:\"Stark Carousel\";s:5:\"alias\";s:14:\"stark-carousel\";s:3:\"zip\";s:24:\"packs/stark-carousel.zip\";s:3:\"uid\";s:32:\"de63336d333eeff10eccfd5d9741e6c9\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"1\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:441;a:26:{s:2:\"id\";s:3:\"477\";s:5:\"title\";s:15:\"Stark Portfolio\";s:5:\"alias\";s:15:\"stark-portfolio\";s:3:\"zip\";s:25:\"packs/stark-portfolio.zip\";s:3:\"uid\";s:32:\"99fcf3df65f8471fe30bec1bf0c2350d\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:110:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"5\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:442;a:25:{s:2:\"id\";s:3:\"478\";s:5:\"title\";s:22:\"Stark Portfolio Detail\";s:5:\"alias\";s:22:\"stark-portfolio-detail\";s:3:\"zip\";s:32:\"packs/stark-portfolio-detail.zip\";s:3:\"uid\";s:32:\"7484fc54f81daec07c93e992216310ce\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:443;a:25:{s:2:\"id\";s:3:\"479\";s:5:\"title\";s:13:\"Stark Contact\";s:5:\"alias\";s:13:\"stark-contact\";s:3:\"zip\";s:23:\"packs/stark-contact.zip\";s:3:\"uid\";s:32:\"8d704226b7093123a9d9faf424da6c35\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:108:\"offset=\"t:-50px,-30px,-30px,-20px;b:0px,0px,0px,0px;l:40px,30px,20px,10px;r:40px,30px,20px,10px;\" zindex=\"2\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:444;a:25:{s:2:\"id\";s:3:\"480\";s:5:\"title\";s:12:\"Stark Footer\";s:5:\"alias\";s:12:\"stark-footer\";s:3:\"zip\";s:22:\"packs/stark-footer.zip\";s:3:\"uid\";s:32:\"e7132dc158e7dcdb4ef5b3a1aa00208a\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:6:\"6.2.22\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:114:\"offset=\"t:-50px,-30px,-30px,-20px;b:40px,30px,20px,20px;l:140px,70px,50px,30px;r:140px,70px,50px,30px;\" zindex=\"3\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:445;a:25:{s:2:\"id\";s:3:\"481\";s:5:\"title\";s:16:\"Stark Newsletter\";s:5:\"alias\";s:16:\"stark-newsletter\";s:3:\"zip\";s:26:\"packs/stark-newsletter.zip\";s:3:\"uid\";s:32:\"bb76ddd68dbe6bda5ece7e4227a51413\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";s:7:\"preview\";s:64:\"https://revolution.themepunch.com/stark-agency-website-template/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:221:\"<span class=\"ttm_content\">The Stark Agency website template is a collection of modules using our new Gutenberg Block \"margin & padding\" feature. Create unique, customizable layouts!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:22:\"Stark Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:33:\"usage=\"modal\" modal=\"s:#contact;\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"37\";s:9:\"installed\";b:0;}i:446;a:22:{s:2:\"id\";s:3:\"482\";s:5:\"title\";s:15:\"Big Summer Sale\";s:5:\"alias\";s:15:\"big-summer-sale\";s:3:\"zip\";s:19:\"big-summer-sale.zip\";s:3:\"uid\";s:32:\"a6779fa7109763209d234f9cf2e766c6\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";s:7:\"preview\";s:62:\"https://revolution.themepunch.com/big-summer-sale-shop-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:153:\"<span class=\"ttm_content\">The Big Summer Sale Shop Slider is a beautiful eye catcher for your e-commerce website!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:447;a:23:{s:2:\"id\";s:3:\"483\";s:5:\"title\";s:18:\"Traveller Carousel\";s:5:\"alias\";s:18:\"traveller-carousel\";s:3:\"zip\";s:22:\"traveller-carousel.zip\";s:3:\"uid\";s:32:\"185344ed6236bea2906a79035d1d5702\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";s:7:\"preview\";s:55:\"https://revolution.themepunch.com/travel-blog-carousel/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A travel blog carousel with interesting parallax and ken burns effects!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:263:\"<span class=\"ttm_content\">Note that the content visible on all slides can be edited on the \"global layers\" slide.<br/>Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:448;a:22:{s:2:\"id\";s:3:\"484\";s:5:\"title\";s:16:\"Project Carousel\";s:5:\"alias\";s:16:\"project-carousel\";s:3:\"zip\";s:20:\"project-carousel.zip\";s:3:\"uid\";s:32:\"49c85ad406da943bdd25f08fd6496748\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";s:7:\"preview\";s:51:\"https://revolution.themepunch.com/project-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:137:\"<span class=\"ttm_content\">A project carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:449;a:22:{s:2:\"id\";s:3:\"485\";s:5:\"title\";s:13:\"News Carousel\";s:5:\"alias\";s:13:\"news-carousel\";s:3:\"zip\";s:17:\"news-carousel.zip\";s:3:\"uid\";s:32:\"76f5b939150092a30038f161084140ae\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";s:7:\"preview\";s:48:\"https://revolution.themepunch.com/news-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:134:\"<span class=\"ttm_content\">A news carousel with images and texts that can be customized easily!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:450;a:25:{s:2:\"id\";s:3:\"486\";s:5:\"title\";s:29:\"Story Blocks Website Template\";s:5:\"alias\";s:29:\"story-blocks-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"story-blocks-website-template-package\";s:3:\"img\";s:50:\"packages/story-blocks-website-template-package.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:451;a:25:{s:2:\"id\";s:3:\"487\";s:5:\"title\";s:10:\"Story Menu\";s:5:\"alias\";s:10:\"story-menu\";s:3:\"zip\";s:20:\"packs/story-menu.zip\";s:3:\"uid\";s:32:\"1f2f7cd91480f15cff8e7100f788c650\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:452;a:25:{s:2:\"id\";s:3:\"488\";s:5:\"title\";s:12:\"Story Header\";s:5:\"alias\";s:12:\"story-header\";s:3:\"zip\";s:22:\"packs/story-header.zip\";s:3:\"uid\";s:32:\"e1a5ad5018a24ccdc71c2863edfe775e\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:453;a:25:{s:2:\"id\";s:3:\"489\";s:5:\"title\";s:13:\"Story Block 1\";s:5:\"alias\";s:13:\"story-block-1\";s:3:\"zip\";s:23:\"packs/story-block-1.zip\";s:3:\"uid\";s:32:\"2a9fee97dcf477e36d048af8a902f47a\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:454;a:25:{s:2:\"id\";s:3:\"490\";s:5:\"title\";s:15:\"Story Content 1\";s:5:\"alias\";s:15:\"story-content-1\";s:3:\"zip\";s:25:\"packs/story-content-1.zip\";s:3:\"uid\";s:32:\"6773614bbce543b83a0d2b2ad8facc96\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:455;a:25:{s:2:\"id\";s:3:\"491\";s:5:\"title\";s:13:\"Story Block 2\";s:5:\"alias\";s:13:\"story-block-2\";s:3:\"zip\";s:23:\"packs/story-block-2.zip\";s:3:\"uid\";s:32:\"2e708e3cebab57ca20b228ffba426ce7\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:456;a:25:{s:2:\"id\";s:3:\"492\";s:5:\"title\";s:13:\"Story Block 3\";s:5:\"alias\";s:13:\"story-block-3\";s:3:\"zip\";s:23:\"packs/story-block-3.zip\";s:3:\"uid\";s:32:\"7156cf069f65644faf90122dab451231\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:457;a:25:{s:2:\"id\";s:3:\"493\";s:5:\"title\";s:15:\"Story Content 2\";s:5:\"alias\";s:15:\"story-content-2\";s:3:\"zip\";s:25:\"packs/story-content-2.zip\";s:3:\"uid\";s:32:\"1223cd77d1f36d69e69ce50223e16ea7\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:458;a:25:{s:2:\"id\";s:3:\"494\";s:5:\"title\";s:13:\"Story Block 4\";s:5:\"alias\";s:13:\"story-block-4\";s:3:\"zip\";s:23:\"packs/story-block-4.zip\";s:3:\"uid\";s:32:\"85ac48e8e8231d2c38206cba4e7ebb68\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:459;a:25:{s:2:\"id\";s:3:\"495\";s:5:\"title\";s:15:\"Story Content 3\";s:5:\"alias\";s:15:\"story-content-3\";s:3:\"zip\";s:25:\"packs/story-content-3.zip\";s:3:\"uid\";s:32:\"82cac52f3ba79c0559fe0ad0cdf9d3b2\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";s:7:\"preview\";s:47:\"https://revolution.themepunch.com/story-blocks/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.1.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:229:\"<span class=\"ttm_content\">The Story Blocks for Slider Revolution can be used to create scroll-based stories on your WordPress site. Mix and match the individual blocks to create YOUR story!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Story Blocks Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"38\";s:9:\"installed\";b:0;}i:460;a:22:{s:2:\"id\";s:3:\"496\";s:5:\"title\";s:21:\"Animated Mini Website\";s:5:\"alias\";s:12:\"mini-website\";s:3:\"zip\";s:16:\"mini-website.zip\";s:3:\"uid\";s:32:\"cc6c0a3b0f933a88c43e2be0fa397c1c\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";s:7:\"preview\";s:56:\"https://www.sliderrevolution.com/templates/mini-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:209:\"<span class=\"ttm_content\">The animated mini website template has a modern, vibrant design and can be customized easily! Get the #1 WordPress Builder with 200+ templates.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:461;a:22:{s:2:\"id\";s:3:\"497\";s:5:\"title\";s:18:\"Food Delivery Hero\";s:5:\"alias\";s:13:\"food-delivery\";s:3:\"zip\";s:17:\"food-delivery.zip\";s:3:\"uid\";s:32:\"992e9b22ff43227a655eea341835d04c\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";s:7:\"preview\";s:62:\"https://www.sliderrevolution.com/templates/food-delivery-hero/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:207:\"<span class=\"ttm_content\">Yummy! This hero template convinces with a changing color background, a particle effect, vibrant illustrations and smooth mouse over effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:342:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:462;a:22:{s:2:\"id\";s:3:\"498\";s:5:\"title\";s:25:\"Slider With Illustrations\";s:5:\"alias\";s:25:\"slider-with-illustrations\";s:3:\"zip\";s:29:\"slider-with-illustrations.zip\";s:3:\"uid\";s:32:\"ebc24280b669f26734c7fdd8b5683e9f\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/slider-with-illustrations/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:175:\"<span class=\"ttm_content\">A basic slider template with easy to customize content, colorful illustrations and pleasant parallax effects.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:463;a:25:{s:2:\"id\";s:3:\"499\";s:5:\"title\";s:31:\"Zen Technology Website Template\";s:5:\"alias\";s:31:\"zen-technology-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:39:\"zen-technology-website-template-package\";s:3:\"img\";s:52:\"packages/zen-technology-website-template-package.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:464;a:26:{s:2:\"id\";s:3:\"500\";s:5:\"title\";s:8:\"Zen Menu\";s:5:\"alias\";s:8:\"zen-menu\";s:3:\"zip\";s:18:\"packs/zen-menu.zip\";s:3:\"uid\";s:32:\"3b53d755058b75fa6172510dcca2f2bb\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:465;a:25:{s:2:\"id\";s:3:\"501\";s:5:\"title\";s:10:\"Zen Header\";s:5:\"alias\";s:10:\"zen-header\";s:3:\"zip\";s:20:\"packs/zen-header.zip\";s:3:\"uid\";s:32:\"13d3cdde05308616fda7e2920a29e006\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:466;a:25:{s:2:\"id\";s:3:\"502\";s:5:\"title\";s:9:\"Zen About\";s:5:\"alias\";s:9:\"zen-about\";s:3:\"zip\";s:19:\"packs/zen-about.zip\";s:3:\"uid\";s:32:\"d50d4f9b43e025fa99503b9a4eec6551\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:467;a:25:{s:2:\"id\";s:3:\"503\";s:5:\"title\";s:12:\"Zen Features\";s:5:\"alias\";s:12:\"zen-features\";s:3:\"zip\";s:22:\"packs/zen-features.zip\";s:3:\"uid\";s:32:\"f4f7f500fae57b1b55adace13f030778\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:468;a:25:{s:2:\"id\";s:3:\"504\";s:5:\"title\";s:9:\"Zen Video\";s:5:\"alias\";s:9:\"zen-video\";s:3:\"zip\";s:19:\"packs/zen-video.zip\";s:3:\"uid\";s:32:\"fa83df1b45b795174770b1b0155e89f3\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:469;a:25:{s:2:\"id\";s:3:\"505\";s:5:\"title\";s:11:\"Zen Pricing\";s:5:\"alias\";s:11:\"zen-pricing\";s:3:\"zip\";s:21:\"packs/zen-pricing.zip\";s:3:\"uid\";s:32:\"921f8e5c156d9027f6ae8f1c5e426251\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:470;a:25:{s:2:\"id\";s:3:\"506\";s:5:\"title\";s:22:\"Zen Testimonials Title\";s:5:\"alias\";s:22:\"zen-testimonials-title\";s:3:\"zip\";s:32:\"packs/zen-testimonials-title.zip\";s:3:\"uid\";s:32:\"d9aeeb596c0455ddd564a60a2d449b17\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:471;a:25:{s:2:\"id\";s:3:\"507\";s:5:\"title\";s:16:\"Zen Testimonials\";s:5:\"alias\";s:16:\"zen-testimonials\";s:3:\"zip\";s:26:\"packs/zen-testimonials.zip\";s:3:\"uid\";s:32:\"5a0e0141599c63828e4b99e3bc863366\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:472;a:25:{s:2:\"id\";s:3:\"508\";s:5:\"title\";s:10:\"Zen Footer\";s:5:\"alias\";s:10:\"zen-footer\";s:3:\"zip\";s:20:\"packs/zen-footer.zip\";s:3:\"uid\";s:32:\"47fb8604e2aafa8cfc97f5af75fda911\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";s:7:\"preview\";s:66:\"https://www.sliderrevolution.com/templates/zen-technology-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:200:\"<span class=\"ttm_content\">The Zen Technology Website Template is a modern, striking one-pager for your technology focused project. Easy to edit and get started!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:175:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:31:\"Zen Technology Website Template\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"39\";s:9:\"installed\";b:0;}i:473;a:22:{s:2:\"id\";s:3:\"509\";s:5:\"title\";s:24:\"Paintbrush Effect Add-on\";s:5:\"alias\";s:17:\"Paintbrush-Effect\";s:3:\"zip\";s:21:\"Paintbrush-Effect.zip\";s:3:\"uid\";s:32:\"b934d1376df026f0ff45447de17b5ee9\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";s:7:\"preview\";s:72:\"https://www.sliderrevolution.com/templates/paintbrush-effect-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:179:\"<span class=\"ttm_content\">The Paintbrush Effect Add-on is the perfect way to add some interactivity to your website with Slider Revolution.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:338:\"[{\"path\":\"revslider-paintbrush-addon\\/revslider-paintbrush-addon.php\",\"name\":\"Paintbrush AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:474;a:25:{s:2:\"id\";s:3:\"510\";s:5:\"title\";s:29:\"Photographer Website Template\";s:5:\"alias\";s:29:\"photographer-website-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:37:\"photographer-website-template-package\";s:3:\"img\";s:50:\"packages/photographer-website-template-package.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:475;a:25:{s:2:\"id\";s:3:\"511\";s:5:\"title\";s:19:\"Photographer Header\";s:5:\"alias\";s:19:\"Photographer-Header\";s:3:\"zip\";s:29:\"packs/Photographer-Header.zip\";s:3:\"uid\";s:32:\"22de8b3b1eeca5d0d1087791a28cc641\";s:3:\"img\";s:30:\"Photographer-Header/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:476;a:25:{s:2:\"id\";s:3:\"512\";s:5:\"title\";s:27:\"Photographer Welcome Screen\";s:5:\"alias\";s:27:\"Photographer-Welcome-Screen\";s:3:\"zip\";s:37:\"packs/Photographer-Welcome-Screen.zip\";s:3:\"uid\";s:32:\"8de63df079ad8b7c0aa7bf164bd5fd8f\";s:3:\"img\";s:38:\"Photographer-Welcome-Screen/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:477;a:25:{s:2:\"id\";s:3:\"513\";s:5:\"title\";s:21:\"Photographer Showcase\";s:5:\"alias\";s:21:\"Photographer-Showcase\";s:3:\"zip\";s:31:\"packs/Photographer-Showcase.zip\";s:3:\"uid\";s:32:\"8b2c7a1541465f77e829a9ac58926359\";s:3:\"img\";s:32:\"Photographer-Showcase/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:168:\"[{\"path\":\"revslider-mousetrap-addon\\/revslider-mousetrap-addon.php\",\"name\":\"Mousetrap AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:478;a:25:{s:2:\"id\";s:3:\"514\";s:5:\"title\";s:22:\"Photographer Portfolio\";s:5:\"alias\";s:22:\"Photographer-Portfolio\";s:3:\"zip\";s:32:\"packs/Photographer-Portfolio.zip\";s:3:\"uid\";s:32:\"ba5cc502a9505725ef169eaf4852d10f\";s:3:\"img\";s:33:\"Photographer-Portfolio/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:479;a:25:{s:2:\"id\";s:3:\"515\";s:5:\"title\";s:21:\"Photographer Contacts\";s:5:\"alias\";s:21:\"Photographer-Contacts\";s:3:\"zip\";s:31:\"packs/Photographer-Contacts.zip\";s:3:\"uid\";s:32:\"6ac142733cd260b5d5d3cdce30885074\";s:3:\"img\";s:32:\"Photographer-Contacts/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:480;a:25:{s:2:\"id\";s:3:\"516\";s:5:\"title\";s:19:\"Photographer Footer\";s:5:\"alias\";s:19:\"Photographer-Footer\";s:3:\"zip\";s:29:\"packs/Photographer-Footer.zip\";s:3:\"uid\";s:32:\"5fae568a988d072fb14b66cc2732ea46\";s:3:\"img\";s:30:\"Photographer-Footer/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:481;a:25:{s:2:\"id\";s:3:\"517\";s:5:\"title\";s:18:\"Photographer Modal\";s:5:\"alias\";s:18:\"Photographer-Modal\";s:3:\"zip\";s:28:\"packs/Photographer-Modal.zip\";s:3:\"uid\";s:32:\"e6b47a765ad19bce4726540ff7211c07\";s:3:\"img\";s:29:\"Photographer-Modal/slide1.jpg\";s:7:\"preview\";s:73:\"https://www.sliderrevolution.com/templates/photographer-website-template/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.2.23\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:222:\"<span class=\"ttm_content\">The Photographer Website Template is the perfect way to introduce your portfolio. Showcase your latests works, projects and contacts with sleek transitions!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Photographer Website Template\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"40\";s:9:\"installed\";b:0;}i:482;a:23:{s:2:\"id\";s:3:\"518\";s:5:\"title\";s:25:\"Black Friday Scroll Video\";s:5:\"alias\";s:25:\"black-friday-scroll-video\";s:3:\"zip\";s:29:\"black-friday-scroll-video.zip\";s:3:\"uid\";s:32:\"a6a4ab2e2f703aaee0a1e6121881bdd8\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/black-friday-video-scroll/\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">Blackfriday offers are coming towards you from the depths of space, with this scroll-based hero module.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:370:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:483;a:25:{s:2:\"id\";s:3:\"519\";s:5:\"title\";s:26:\"Charity Non-Profit-Website\";s:5:\"alias\";s:26:\"charity-non-profit-website\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:26:\"charity-non-profit-website\";s:3:\"img\";s:47:\"packages/charity-non-profit-website-package.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:484;a:25:{s:2:\"id\";s:3:\"520\";s:5:\"title\";s:12:\"Charity Menu\";s:5:\"alias\";s:12:\"charity-menu\";s:3:\"zip\";s:22:\"packs/charity-menu.zip\";s:3:\"uid\";s:32:\"77794a39041c7f128de3b5ad9b8e7d0d\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:485;a:25:{s:2:\"id\";s:3:\"521\";s:5:\"title\";s:14:\"Charity Header\";s:5:\"alias\";s:14:\"charity-header\";s:3:\"zip\";s:24:\"packs/charity-header.zip\";s:3:\"uid\";s:32:\"36096787d4ed62942cbd48f6a57e9d4f\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:486;a:25:{s:2:\"id\";s:3:\"522\";s:5:\"title\";s:15:\"Charity Mission\";s:5:\"alias\";s:15:\"charity-mission\";s:3:\"zip\";s:25:\"packs/charity-mission.zip\";s:3:\"uid\";s:32:\"8c5cd67e3eb51c0ca3e571408ac8e97b\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"3\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:487;a:25:{s:2:\"id\";s:3:\"523\";s:5:\"title\";s:13:\"Charity Funds\";s:5:\"alias\";s:13:\"charity-funds\";s:3:\"zip\";s:23:\"packs/charity-funds.zip\";s:3:\"uid\";s:32:\"10da554c7529ef91965e1618a04b410b\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"4\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:488;a:25:{s:2:\"id\";s:3:\"524\";s:5:\"title\";s:15:\"Charity Success\";s:5:\"alias\";s:15:\"charity-success\";s:3:\"zip\";s:25:\"packs/charity-success.zip\";s:3:\"uid\";s:32:\"0c35448c1905272606e87447886a348e\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"5\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:489;a:25:{s:2:\"id\";s:3:\"525\";s:5:\"title\";s:15:\"Charity Stories\";s:5:\"alias\";s:15:\"charity-stories\";s:3:\"zip\";s:25:\"packs/charity-stories.zip\";s:3:\"uid\";s:32:\"f277f145d9f9c3f0033bb8ceffeb4c9f\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"6\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:490;a:25:{s:2:\"id\";s:3:\"526\";s:5:\"title\";s:16:\"Charity Worldmap\";s:5:\"alias\";s:16:\"charity-worldmap\";s:3:\"zip\";s:26:\"packs/charity-worldmap.zip\";s:3:\"uid\";s:32:\"9e00cbac269b92cb24fd3230297f4685\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"7\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:491;a:25:{s:2:\"id\";s:3:\"527\";s:5:\"title\";s:19:\"Charity Large Image\";s:5:\"alias\";s:19:\"charity-large-image\";s:3:\"zip\";s:29:\"packs/charity-large-image.zip\";s:3:\"uid\";s:32:\"fa927036c2b14622832106fa987bc8e7\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"8\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:492;a:25:{s:2:\"id\";s:3:\"528\";s:5:\"title\";s:16:\"Charity Sponsors\";s:5:\"alias\";s:16:\"charity-sponsors\";s:3:\"zip\";s:26:\"packs/charity-sponsors.zip\";s:3:\"uid\";s:32:\"efd087bc3fa3915139af9e93d47ee295\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:1:\"9\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:493;a:25:{s:2:\"id\";s:3:\"529\";s:5:\"title\";s:12:\"Charity Help\";s:5:\"alias\";s:12:\"charity-help\";s:3:\"zip\";s:22:\"packs/charity-help.zip\";s:3:\"uid\";s:32:\"4f3571c0b27f061648c9ff95b1a3f718\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"10\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:494;a:25:{s:2:\"id\";s:3:\"530\";s:5:\"title\";s:14:\"Charity Footer\";s:5:\"alias\";s:14:\"charity-footer\";s:3:\"zip\";s:24:\"packs/charity-footer.zip\";s:3:\"uid\";s:32:\"9340fa48c56635a8a781cc37c4bf538c\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";s:7:\"preview\";s:70:\"https://www.sliderrevolution.com/templates/charity-non-profit-website/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:4:\"hero\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:26:\"Charity Non-Profit-Website\";s:13:\"package_order\";s:2:\"11\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"41\";s:9:\"installed\";b:0;}i:495;a:22:{s:2:\"id\";s:3:\"531\";s:5:\"title\";s:21:\"Cinematic Hero Titles\";s:5:\"alias\";s:21:\"cinematic-hero-titles\";s:3:\"zip\";s:25:\"cinematic-hero-titles.zip\";s:3:\"uid\";s:32:\"51a59c54bb97c274092d22dbf4f6085e\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";s:7:\"preview\";s:65:\"https://www.sliderrevolution.com/templates/cinematic-hero-titles/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:199:\"<span class=\"ttm_content\">The \"Cinematic Hero Titles\" template is a collection of fullscreen hero blocks that use a cinematic, animated letter-spacing effect..</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:496;a:23:{s:2:\"id\";s:3:\"532\";s:5:\"title\";s:23:\"Design DNA Scroll Video\";s:5:\"alias\";s:23:\"design-dna-scroll-video\";s:3:\"zip\";s:27:\"design-dna-scroll-video.zip\";s:3:\"uid\";s:32:\"39180fc9f7a07e50832fc1a68fb4eba2\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/design-dna-scroll-video/\";s:7:\"version\";s:5:\"1.0.2\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:544:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-scrollvideo-addon\\/revslider-scrollvideo-addon.php\",\"name\":\"Slider Revolution Scroll Video Add-On\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:497;a:22:{s:2:\"id\";s:3:\"533\";s:5:\"title\";s:27:\"Food Delivery Lottie Scroll\";s:5:\"alias\";s:27:\"food-delivery-lottie-scroll\";s:3:\"zip\";s:31:\"food-delivery-lottie-scroll.zip\";s:3:\"uid\";s:32:\"5dfbfac45c5df7702238ba1b43afe8f6\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/food-delivery-lottie-scroll/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:187:\"<span class=\"ttm_content\">The \"Design DNA Scroll Video\" template is a striking, fullscreen hero module that is using our new Scroll Video addon.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:177:\"[{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:498;a:25:{s:2:\"id\";s:3:\"534\";s:5:\"title\";s:29:\"Food Recipe Carousel Template\";s:5:\"alias\";s:29:\"food-recipe-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:29:\"food-recipe-carousel-template\";s:3:\"img\";s:50:\"packages/food-recipe-carousel-template-package.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";s:11:\"description\";s:193:\"<span class=\"ttm_content\">Showcase your cooking recipes with the easy to use \"Food Recipe Carousel\" template. Clicking the titles opens up a detail view!</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:499;a:25:{s:2:\"id\";s:3:\"535\";s:5:\"title\";s:20:\"Food Recipe Carousel\";s:5:\"alias\";s:20:\"food-recipe-carousel\";s:3:\"zip\";s:30:\"packs/food-recipe-carousel.zip\";s:3:\"uid\";s:32:\"6ba9695ba1a22a6e99f96431d8fb01e8\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:500;a:25:{s:2:\"id\";s:3:\"536\";s:5:\"title\";s:17:\"Food Recipe Modal\";s:5:\"alias\";s:17:\"food-recipe-modal\";s:3:\"zip\";s:27:\"packs/food-recipe-modal.zip\";s:3:\"uid\";s:32:\"1c5b2e959cd973efc5c1887a3a4279f3\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";s:7:\"preview\";s:64:\"https://www.sliderrevolution.com/templates/food-recipe-carousel/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"868\";s:11:\"description\";s:202:\"<span class=\"ttm_content\">The \"Charity Non-Profit Website\" is a useful one-page website template with simple & smooth animation effects and animated lottie icons.</span>\r\n<span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"0000-00-00 00:00:00\";s:7:\"package\";s:29:\"Food Recipe Carousel Template\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"42\";s:9:\"installed\";b:0;}i:501;a:25:{s:2:\"id\";s:3:\"537\";s:5:\"title\";s:27:\"Corporate Carousel Template\";s:5:\"alias\";s:27:\"corporate-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"corporate-carousel-template\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/corporate-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:14:10\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:502;a:25:{s:2:\"id\";s:3:\"538\";s:5:\"title\";s:18:\"Corporate Carousel\";s:5:\"alias\";s:18:\"corporate-carousel\";s:3:\"zip\";s:28:\"packs/corporate-carousel.zip\";s:3:\"uid\";s:32:\"30dea0e333913cb5ebbf8dded8c3a839\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:26:51\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:503;a:25:{s:2:\"id\";s:3:\"539\";s:5:\"title\";s:18:\"Corporate Lightbox\";s:5:\"alias\";s:18:\"corporate-lightbox\";s:3:\"zip\";s:28:\"packs/corporate-lightbox.zip\";s:3:\"uid\";s:32:\"832c277bfc5a288c0dffd784e4041265\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";s:7:\"preview\";s:34:\"https://revolution.themepunch.com/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:220:\"<span class=\"ttm_content\">The Corporate Carousel is a basic, easy to use carousel with tab navigation. The lightbox modal can show any additonal content, independant of the carousel.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:34:36\";s:7:\"package\";s:27:\"Corporate Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"43\";s:9:\"installed\";b:0;}i:504;a:25:{s:2:\"id\";s:3:\"540\";s:5:\"title\";s:23:\"Cyber Carousel Template\";s:5:\"alias\";s:23:\"cyber-carousel-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:23:\"cyber-carousel-template\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:7:\"website\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:40:25\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:505;a:26:{s:2:\"id\";s:3:\"541\";s:5:\"title\";s:14:\"Cyber Carousel\";s:5:\"alias\";s:14:\"cyber-carousel\";s:3:\"zip\";s:24:\"packs/cyber-carousel.zip\";s:3:\"uid\";s:32:\"b5ef41c7f498bd1dccf8224bfbade718\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.1\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:8:\"carousel\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:42:44\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;s:6:\"is_new\";b:1;}i:506;a:25:{s:2:\"id\";s:3:\"542\";s:5:\"title\";s:23:\"Cyber Carousel Lightbox\";s:5:\"alias\";s:23:\"cyber-carousel-lightbox\";s:3:\"zip\";s:33:\"packs/cyber-carousel-lightbox.zip\";s:3:\"uid\";s:32:\"cb91abeed0555dfcafe849c37e7c9c32\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/cyber-carousel-with-lightbox\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:218:\"<span class=\"ttm_content\">This fullscreen carousel has easy to edit content and vertical navigation tabs. The highlight color can be changed with one click upon opening the editor.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 15:50:15\";s:7:\"package\";s:23:\"Cyber Carousel Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"44\";s:9:\"installed\";b:0;}i:507;a:25:{s:2:\"id\";s:3:\"543\";s:5:\"title\";s:16:\"Woo Carousel One\";s:5:\"alias\";s:24:\"woocommerce-carousel-one\";s:3:\"zip\";s:28:\"woocommerce-carousel-one.zip\";s:3:\"uid\";s:32:\"df0a99cef3981ecb608dff4ed573a493\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:02:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:508;a:25:{s:2:\"id\";s:3:\"544\";s:5:\"title\";s:23:\"Woo Carousel One Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-one-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-one-static.zip\";s:3:\"uid\";s:32:\"5c955a3850369e79b1e18921306ac1df\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:05:02\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:509;a:25:{s:2:\"id\";s:3:\"545\";s:5:\"title\";s:16:\"Woo Carousel Two\";s:5:\"alias\";s:24:\"woocommerce-carousel-two\";s:3:\"zip\";s:28:\"woocommerce-carousel-two.zip\";s:3:\"uid\";s:32:\"fdd797d8e98a9138f5563b68b95ebe1c\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">A basic WooCommerce carousel. Just set your categories and the carousel will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:06:57\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:510;a:25:{s:2:\"id\";s:3:\"546\";s:5:\"title\";s:23:\"Woo Carousel Two Static\";s:5:\"alias\";s:31:\"woocommerce-carousel-two-static\";s:3:\"zip\";s:35:\"woocommerce-carousel-two-static.zip\";s:3:\"uid\";s:32:\"2f3bfb1dfa99647426ce906f10dfc480\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">A static content carousel. Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:16:15\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"2\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:511;a:25:{s:2:\"id\";s:3:\"547\";s:5:\"title\";s:18:\"Woo Feature Slider\";s:5:\"alias\";s:26:\"woocommerce-feature-slider\";s:3:\"zip\";s:30:\"woocommerce-feature-slider.zip\";s:3:\"uid\";s:32:\"c8aa1f551065eeffc752f2d8daef6db1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:19:13\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:512;a:25:{s:2:\"id\";s:3:\"548\";s:5:\"title\";s:25:\"Woo Feature Slider Static\";s:5:\"alias\";s:33:\"woocommerce-feature-slider-static\";s:3:\"zip\";s:37:\"woocommerce-feature-slider-static.zip\";s:3:\"uid\";s:32:\"2f29e8fd101c799480152a7911b33ca6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";s:7:\"preview\";s:63:\"https://sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:140:\"<span class=\"ttm_content\">A static content slider Please use the \"non-static\" version for WooCommerce.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-19 16:20:57\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:513;a:22:{s:2:\"id\";s:3:\"549\";s:5:\"title\";s:17:\"Woo Liquid Slider\";s:5:\"alias\";s:17:\"woo-liquid-slider\";s:3:\"zip\";s:21:\"woo-liquid-slider.zip\";s:3:\"uid\";s:32:\"9f455f73675a73dbefe820288e994f27\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:236:\"<span class=\"ttm_content\">A WooCommerce slider using the BubbleMorph addon for an interesting liquid effect. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:3:{i:0;s:6:\"slider\";i:1;s:9:\"postbased\";i:2;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:23:03\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:514;a:22:{s:2:\"id\";s:3:\"550\";s:5:\"title\";s:24:\"Woo Liquid Slider Static\";s:5:\"alias\";s:32:\"woocommerce-liquid-slider-static\";s:3:\"zip\";s:36:\"woocommerce-liquid-slider-static.zip\";s:3:\"uid\";s:32:\"5848192fea46ffee95a91aa531848e19\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/woocommerce-liquid-slider\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:203:\"<span class=\"ttm_content\">A static content slider using the BubbleMorph addon for an interesting liquid effect. For WooCommerce, please use the \"non-static\" version.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:2:{i:0;s:6:\"slider\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-01-19 16:24:35\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:515;a:25:{s:2:\"id\";s:3:\"551\";s:5:\"title\";s:15:\"Woo Slider Pack\";s:5:\"alias\";s:15:\"woo-slider-pack\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:15:\"woo-slider-pack\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:4:{i:0;s:8:\"carousel\";i:1;s:6:\"slider\";i:2;s:9:\"postbased\";i:3;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:34:45\";s:7:\"package\";s:15:\"Woo Slider Pack\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"45\";s:9:\"installed\";b:0;}i:516;a:25:{s:2:\"id\";s:3:\"552\";s:5:\"title\";s:22:\"Woo Slider Pack Static\";s:5:\"alias\";s:22:\"woo-slider-pack-static\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:22:\"woo-slider-pack-static\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/woocommerce-slider-pack/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.3.6\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:181:\"<span class=\"ttm_content\">A basic WooCommerce slider. Just set your categories and the slider will be populated with your WooCommerce products.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:2:{i:0;s:8:\"carousel\";i:1;s:11:\"woocommerce\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-01-20 09:39:21\";s:7:\"package\";s:22:\"Woo Slider Pack Static\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"46\";s:9:\"installed\";b:0;}i:517;a:22:{s:2:\"id\";s:3:\"553\";s:5:\"title\";s:24:\"Creative Hero Collection\";s:5:\"alias\";s:24:\"creative-hero-collection\";s:3:\"zip\";s:28:\"creative-hero-collection.zip\";s:3:\"uid\";s:32:\"e20126d93d081055e5ff3f6981b971fa\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";s:7:\"preview\";s:68:\"https://www.sliderrevolution.com/templates/creative-hero-collection/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:245:\"<span class=\"ttm_content\">A fantastic intro presentation for almost any website. If you want to use a single slide as a hero, simply drag it to the first position and set the layout of the module to \"scene\".</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:4:\"hero\";}s:14:\"plugin_require\";s:348:\"[{\"path\":\"revslider-particles-addon\\/revslider-particles-addon.php\",\"name\":\"Particles Effect AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"},{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:22:47\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:518;a:22:{s:2:\"id\";s:3:\"554\";s:5:\"title\";s:12:\"Photo Slider\";s:5:\"alias\";s:19:\"photographer-slider\";s:3:\"zip\";s:23:\"photographer-slider.zip\";s:3:\"uid\";s:32:\"e00104cff231e2aaeb149b3c63e78a5e\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";s:7:\"preview\";s:80:\"https://www.sliderrevolution.com/templates/photographer-and-videographer-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:169:\"<span class=\"ttm_content\">A great module for any photographer/videographer who wants to display their portfolio in an engaging way.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:174:\"[{\"path\":\"revslider-bubblemorph-addon\\/revslider-bubblemorph-addon.php\",\"name\":\"BubbleMorph AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:25:31\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:519;a:22:{s:2:\"id\";s:3:\"555\";s:5:\"title\";s:18:\"Real Estate Slider\";s:5:\"alias\";s:17:\"realestate-slider\";s:3:\"zip\";s:21:\"realestate-slider.zip\";s:3:\"uid\";s:32:\"596effabfef768f0371cba2b1fdd0c1d\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";s:7:\"preview\";s:71:\"https://www.sliderrevolution.com/templates/real-estate-showcase-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:152:\"<span class=\"ttm_content\">Showcase your clients real estate offerings with this clean and convincing presentation.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-02-23 10:45:36\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:520;a:22:{s:2:\"id\";s:3:\"556\";s:5:\"title\";s:19:\"Saas Product Slider\";s:5:\"alias\";s:19:\"saas-product-slider\";s:3:\"zip\";s:23:\"saas-product-slider.zip\";s:3:\"uid\";s:32:\"3cf7809058f383425c5409aa1204335f\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";s:7:\"preview\";s:63:\"https://www.sliderrevolution.com/templates/saas-product-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:143:\"<span class=\"ttm_content\">Present your digital SaaS product with a modern design and stunning animations.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:349:\"[{\"path\":\"revslider-typewriter-addon\\/revslider-typewriter-addon.php\",\"name\":\"Typewriter AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/typewriter-addon\\/\"},{\"path\":\"revslider-lottie-addon\\/revslider-lottie-addon.php\",\"name\":\"Slider Revolution Lottie AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-02-23 10:49:44\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:521;a:25:{s:2:\"id\";s:3:\"557\";s:5:\"title\";s:27:\"Cinematic Wildlife Template\";s:5:\"alias\";s:27:\"cinematic-wildlife-template\";s:3:\"zip\";s:0:\"\";s:3:\"uid\";s:27:\"cinematic-wildlife-template\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"800\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:45:38\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:4:\"true\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:522;a:25:{s:2:\"id\";s:3:\"558\";s:5:\"title\";s:25:\"Cinematic Wildlife Slider\";s:5:\"alias\";s:25:\"cinematic-wildlife-slider\";s:3:\"zip\";s:35:\"packs/cinematic-wildlife-slider.zip\";s:3:\"uid\";s:32:\"a37b04e221a845d6d446f4d70e815b87\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:47:01\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"0\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:523;a:25:{s:2:\"id\";s:3:\"559\";s:5:\"title\";s:24:\"Cinematic Wildlife Modal\";s:5:\"alias\";s:24:\"cinematic-wildlife-modal\";s:3:\"zip\";s:34:\"packs/cinematic-wildlife-modal.zip\";s:3:\"uid\";s:32:\"636a6885199f684ad743167ceea70dc4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";s:7:\"preview\";s:69:\"https://www.sliderrevolution.com/templates/cinematic-wildlife-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.4.8\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:185:\"<span class=\"ttm_content\">Easily create cinematic presentations with this photography-based slider, that features a convenient YouTube video popup.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-04-16 10:50:56\";s:7:\"package\";s:27:\"Cinematic Wildlife Template\";s:13:\"package_order\";s:1:\"1\";s:14:\"package_parent\";s:0:\"\";s:5:\"modal\";s:1:\"1\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:10:\"package_id\";s:2:\"47\";s:9:\"installed\";b:0;}i:524;a:22:{s:2:\"id\";s:3:\"560\";s:5:\"title\";s:32:\"Gaming Stats Presentation Slider\";s:5:\"alias\";s:32:\"gaming-stats-presentation-slider\";s:3:\"zip\";s:36:\"gaming-stats-presentation-slider.zip\";s:3:\"uid\";s:32:\"988df5050f2a45a108ef32518a725bf8\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/charts-addon-presentation-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:6:\"6.4.11\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:156:\"<span class=\"ttm_content\">Create interactive presentations and showcase statistics with unique and customizable charts</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:15:\"Revolution Base\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";s:159:\"[{\"path\":\"revslider-charts-addon\\/revslider-charts-addon.php\",\"name\":\"Charts AddOn\",\"url\":\"https:\\/\\/www.themepunch.com\\/slider-revolution\\/install-addons\\/\"}]\";s:4:\"date\";s:19:\"2021-04-29 09:50:58\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:525;a:22:{s:2:\"id\";s:3:\"561\";s:5:\"title\";s:31:\"Coffee Shop Split Screen Slider\";s:5:\"alias\";s:15:\"coffee-flavours\";s:3:\"zip\";s:19:\"coffee-flavours.zip\";s:3:\"uid\";s:32:\"63726447a6a614d8f53fbf6024fd3033\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";s:7:\"preview\";s:75:\"https://www.sliderrevolution.com/templates/coffee-shop-split-screen-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:249:\"<span class=\"ttm_content\">The animated elements and clean layout make this slider an eye-catcher for your coffee shop. With it\'s easy customizability, this template is perfect for showcasing any type of product!</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:09:52\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:526;a:22:{s:2:\"id\";s:3:\"562\";s:5:\"title\";s:32:\"Modern Portfolio Showreel Slider\";s:5:\"alias\";s:15:\"showreel-slider\";s:3:\"zip\";s:19:\"showreel-slider.zip\";s:3:\"uid\";s:32:\"bced29a585e67153a1ed7608ddcdb69d\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";s:7:\"preview\";s:76:\"https://www.sliderrevolution.com/templates/modern-portfolio-showreel-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:216:\"<span class=\"ttm_content\">Showcase beautiful videos and photography with this clean looking slider with modern UI and effective typography. Perfect for any creative professional.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:7:\"Premium\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:14:43\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}i:527;a:22:{s:2:\"id\";s:3:\"563\";s:5:\"title\";s:23:\"Visual Art Forms Slider\";s:5:\"alias\";s:16:\"visual-art-forms\";s:3:\"zip\";s:20:\"visual-art-forms.zip\";s:3:\"uid\";s:32:\"4d57a5abf20bc4a615fe30837ac3ce1a\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";s:7:\"preview\";s:67:\"https://www.sliderrevolution.com/templates/visual-art-forms-slider/\";s:7:\"version\";s:5:\"1.0.0\";s:8:\"required\";s:5:\"6.5.0\";s:5:\"width\";s:4:\"1240\";s:6:\"height\";s:3:\"900\";s:11:\"description\";s:180:\"<span class=\"ttm_content\">Present just about anything with this highly flexible and modern looking slider, no matter what industry you are in.</span><span class=\"ttm_space\"></span>\";s:11:\"setup_notes\";s:171:\"<span class=\"ttm_content\">Checkout our <a href=\"https://revolution.themepunch.com/documentation\" target=\"_blank\">Documentation</a> for basic Slider Revolution help.</span>\";s:3:\"cat\";s:14:\"Slider Package\";s:6:\"filter\";a:1:{i:0;s:6:\"slider\";}s:14:\"plugin_require\";N;s:4:\"date\";s:19:\"2021-06-11 09:18:19\";s:13:\"package_order\";s:1:\"0\";s:5:\"modal\";s:1:\"0\";s:9:\"additions\";s:0:\"\";s:6:\"active\";s:1:\"1\";s:9:\"installed\";b:0;}}s:6:\"slides\";a:505:{s:16:\"classic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"classic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"classic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"classic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"classic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"classic-carousel/slide5.jpg\";}}s:13:\"classicslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"classicslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"classicslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"classicslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"classicslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"classicslider/slide5.jpg\";}}s:11:\"contenttabs\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contenttabs/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contenttabs/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contenttabs/slide3.jpg\";}}s:13:\"facebook-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"facebook-feed/slide1.jpg\";}}s:7:\"fashion\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"fashion/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"fashion/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"fashion/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"fashion/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"fashion/slide5.jpg\";}}s:14:\"flickr-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"flickr-gallery/slide1.jpg\";}}s:3:\"gym\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"gym/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:14:\"gym/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:14:\"gym/slide3.jpg\";}}s:18:\"highlight-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-carousel/slide4.jpg\";}}s:18:\"highlight-showcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"highlight-showcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"highlight-showcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"highlight-showcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"highlight-showcase/slide4.jpg\";}}s:10:\"image-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"imagehero/slide1.jpg\";}}s:13:\"insta-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"insta-gallery/slide1.jpg\";}}s:19:\"levanorestaurantbar\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"levanorestaurantbar/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"levanorestaurantbar/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"levanorestaurantbar/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"levanorestaurantbar/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"levanorestaurantbar/slide5.jpg\";}}s:11:\"mainfeature\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"mainfeature/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"mainfeature/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"mainfeature/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"mainfeature/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"mainfeature/slide7.jpg\";}}s:17:\"media-gallery-two\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"media-gallery-two/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"media-gallery-two/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"media-gallery-two/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"media-gallery-two/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"media-gallery-two/slide6.jpg\";}}s:23:\"media-carousel-autoplay\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"media-carousel-autoplay/slide6.jpg\";}}s:21:\"news-background-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-bg-video/slide1.jpg\";}}s:12:\"news-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"news-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"news-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"news-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"news-gallery/slide4.jpg\";}}s:23:\"news-gallery-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"news-gallery-post-based/slide1.jpg\";}}s:9:\"news-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"news-hero/slide1.jpg\";}}s:10:\"news-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"news-video/slide1.jpg\";}}s:15:\"newsletter-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"newsletter-hero/slide1.jpg\";}}s:10:\"notgeneric\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"notgeneric/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"notgeneric/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"notgeneric/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"notgeneric/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"notgeneric/slide5.jpg\";}}s:11:\"photography\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"photography/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"photography/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"photography/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"photography/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:22:\"photography/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:22:\"photography/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:22:\"photography/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:22:\"photography/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:22:\"photography/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:23:\"photography/slide10.jpg\";}}s:20:\"photography-carousel\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"photography-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"photography-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"photography-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"photography-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"photography-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"photography-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:31:\"photography-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:31:\"photography-carousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:31:\"photography-carousel/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"photography-carousel/slide10.jpg\";}}s:16:\"search-form-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"search-form-hero/slide1.jpg\";}}s:16:\"showcasecarousel\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"showcasecarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"showcasecarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"showcasecarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"showcasecarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"showcasecarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"showcasecarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"showcasecarousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:27:\"showcasecarousel/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:27:\"showcasecarousel/slide9.jpg\";}}s:11:\"sports-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"sportshero/slide1.jpg\";}}s:12:\"twitter-feed\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"twitter-feed/slide1.jpg\";}}s:13:\"vimeo-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"vimeo-gallery/slide1.jpg\";}}s:9:\"vimeohero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"vimeohero/slide1.jpg\";}}s:16:\"web-product-dark\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"web-product-dark/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"web-product-dark/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"web-product-dark/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"web-product-dark/slide4.jpg\";}}s:21:\"web-product-dark-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"web-product-dark-hero/slide1.jpg\";}}s:22:\"web-product-light-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"web-product-light-hero/slide1.jpg\";}}s:15:\"webproductlight\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"webproductlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"webproductlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"webproductlight/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"webproductlight/slide4.jpg\";}}s:15:\"youtube-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"youtube-gallery/slide1.jpg\";}}s:11:\"youtubehero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"youtubehero/slide1.jpg\";}}s:13:\"scroll-effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"scrolleffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"scrolleffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"scrolleffect/slide3.jpg\";}}s:12:\"content-zoom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"contentzoom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"contentzoom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"contentzoom/slide3.jpg\";}}s:13:\"food-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"foodcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"foodcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"foodcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"foodcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"foodcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"foodcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"foodcarousel/slide7.jpg\";}}s:14:\"rotating-words\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rotatingwords/slide1.jpg\";}}s:22:\"travel-static-captions\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"travel-static-captions/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"travel-static-captions/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"travel-static-captions/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"travel-static-captions/slide4.jpg\";}}s:7:\"concept\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"concept/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"concept/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"concept/slide3.jpg\";}}s:17:\"fullscreen-button\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"fullscreen-button/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"fullscreen-button/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"fullscreen-button/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"fullscreen-button/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"fullscreen-button/slide5.jpg\";}}s:15:\"creativefreedom\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"creativefreedom/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"creativefreedom/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"creativefreedom/slide3.jpg\";}}s:13:\"parallaxscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallaxscene/slide1.jpg\";}}s:15:\"slidingoverlays\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"slidingoverlays/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"slidingoverlays/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"slidingoverlays/slide3.jpg\";}}s:25:\"web-product-light-hero-3d\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"web-product-light-hero-3d/slide1.jpg\";}}s:6:\"woobig\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"woobig/slide1.jpg\";}}s:16:\"woocommercesmall\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"woocommercesmall/slide1.jpg\";}}s:10:\"finedining\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"finedining/slide1.jpg\";}}s:12:\"agency-intro\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"agency-intro/slide1.jpg\";}}s:7:\"ourteam\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"ourteam/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"ourteam/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"ourteam/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"ourteam/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"ourteam/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"ourteam/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:18:\"ourteam/slide7.jpg\";}}s:17:\"our-team-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ourteamcarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"ourteamcarousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"ourteamcarousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"ourteamcarousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"ourteamcarousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"ourteamcarousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"ourteamcarousel/slide7.jpg\";}}s:13:\"betteryoutube\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"betteryoutube/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"betteryoutube/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"betteryoutube/slide3.jpg\";}}s:19:\"agencywebsiteheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"agencywebsiteheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"agencywebsiteheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"agencywebsiteheader/slide3.jpg\";}}s:10:\"comingsoon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"comingsoon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"comingsoon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"comingsoon/slide3.jpg\";}}s:9:\"snowscene\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowscene/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowscene/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowscene/slide3.jpg\";}}s:8:\"rockband\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"rockband/slide1.jpg\";}}s:16:\"sleeklandingpage\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"sleeklandingpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"sleeklandingpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"sleeklandingpage/slide3.jpg\";}}s:14:\"applandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"applandingpage/slide1.jpg\";}}s:9:\"deskscene\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"deskscene/slide1.jpg\";}}s:15:\"cleannewsslider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"cleannewsslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"cleannewsslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"cleannewsslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"cleannewsslider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"cleannewsslider/slide5.jpg\";}}s:12:\"imagegallery\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"imagegallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"imagegallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"imagegallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"imagegallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:23:\"imagegallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:23:\"imagegallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:23:\"imagegallery/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:23:\"imagegallery/slide8.jpg\";}}s:19:\"standard-wp-gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"standard-wp-gallery/slide1.jpg\";}}s:21:\"clean-news-post-based\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"clean-news-post-based/slide1.jpg\";}}s:21:\"interactivewhiteboard\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"interactivewhiteboard/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"interactivewhiteboard/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"interactivewhiteboard/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"interactivewhiteboard/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"interactivewhiteboard/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"interactivewhiteboard/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"interactivewhiteboard/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"interactivewhiteboard/slide8.jpg\";}}s:10:\"innovation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"innovation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"innovation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"innovation/slide3.jpg\";}}s:24:\"dark-fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"dark-fullsite-block-menu/slide1.jpg\";}}s:21:\"dark-fullsite-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"dark-fullsite-block-1/slide1.jpg\";}}s:27:\"dark-fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"dark-fullsite-block-2-about/slide2.jpg\";}}s:30:\"dark-fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-3-services/slide2.jpg\";}}s:30:\"dark-fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:41:\"dark-fullsite-block-4-products/slide5.jpg\";}}s:34:\"dark-fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:45:\"dark-fullsite-block-5-testimonials/slide1.jpg\";}}s:29:\"dark-fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"dark-fullsite-block-6-callout/slide1.jpg\";}}s:28:\"dark-fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"dark-fullsite-block-7-footer/slide1.jpg\";}}s:19:\"fullsite-block-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"fullsite-block-menu/slide1.jpg\";}}s:15:\"fullsite-block1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"fullsite-block1/slide1.jpg\";}}s:22:\"fullsite-block-2-about\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"fullsite-block-2-about/slide2.jpg\";}}s:25:\"fullsite-block-3-services\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-3-services/slide2.jpg\";}}s:25:\"fullsite-block-4-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"fullsite-block-4-products/slide5.jpg\";}}s:29:\"fullsite-block-5-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"fullsite-block-5-testimonials/slide1.jpg\";}}s:24:\"fullsite-block-6-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"fullsite-block-6-callout/slide1.jpg\";}}s:23:\"fullsite-block-7-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"fullsite-block-7-footer/slide1.jpg\";}}s:11:\"techjournal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techjournal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"techjournal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"techjournal/slide3.jpg\";}}s:13:\"cardealership\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"cardealership/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"cardealership/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"cardealership/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"cardealership/slide4.jpg\";}}s:14:\"fullscreenmenu\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fullscreenmenu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fullscreenmenu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fullscreenmenu/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"fullscreenmenu/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"fullscreenmenu/slide5.jpg\";}}s:17:\"creativefrontpage\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"creativefrontpage/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"creativefrontpage/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"creativefrontpage/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"creativefrontpage/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"creativefrontpage/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"creativefrontpage/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:28:\"creativefrontpage/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:28:\"creativefrontpage/slide8.jpg\";}}s:19:\"websitebuilder-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-menu/slide1.jpg\";}}s:19:\"websitebuilder-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"websitebuilder-hero/slide1.jpg\";}}s:22:\"websitebuilder-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"websitebuilder-clients/slide1.jpg\";}}s:23:\"websitebuilder-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-services/slide1.jpg\";}}s:23:\"websitebuilder-discover\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"websitebuilder-discover/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"websitebuilder-discover/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"websitebuilder-discover/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"websitebuilder-discover/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"websitebuilder-discover/slide5.jpg\";}}s:21:\"websitebuilder-slider\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"websitebuilder-slider/slide2.jpg\";}}s:27:\"websitebuilder-calltoaction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"websitebuilder-calltoaction/slide1.jpg\";}}s:21:\"websitebuilder-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"websitebuilder-footer/slide1.jpg\";}}s:13:\"focusparallax\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"focusparallax/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"focusparallax/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"focusparallax/slide3.jpg\";}}s:7:\"duotone\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"duotone/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"duotone/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"duotone/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"duotone/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:18:\"duotone/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:18:\"duotone/slide6.jpg\";}}s:6:\"r_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_menu/slide1.jpg\";}}s:5:\"rhero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_hero/slide1.jpg\";}}s:7:\"r_about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"r_about/slide1.jpg\";}}s:10:\"r_products\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"r_products/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"r_products/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"r_products/slide3.jpg\";}}s:6:\"r_info\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:17:\"r_info/slide1.jpg\";}}s:17:\"inspirationheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"inspirationheader/slide1.jpg\";}}s:13:\"magazineposts\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"magazineposts/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"magazineposts/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"magazineposts/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"magazineposts/slide4.jpg\";}}s:17:\"explorationheader\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"explorationheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"explorationheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"explorationheader/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"explorationheader/slide4.jpg\";}}s:16:\"typewritereffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"typewritereffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"typewritereffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"typewritereffect/slide3.jpg\";}}s:15:\"blendmodeheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blendmodeheader/slide1.jpg\";}}s:17:\"themeplicity_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"themeplicity_menu/slide1.jpg\";}}s:19:\"themeplicity_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_header/slide1.jpg\";}}s:18:\"themeplicity_offer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"themeplicity_offer/slide1.jpg\";}}s:21:\"themeplicity_whatwedo\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_whatwedo/slide1.jpg\";}}s:21:\"themeplicity_projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"themeplicity_projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"themeplicity_projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"themeplicity_projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"themeplicity_projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:32:\"themeplicity_projects/slide5.jpg\";s:3:\"img\";s:7:\"Slide 5\";}}s:23:\"themeplicity_whatsgreat\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"themeplicity_whatsgreat/slide1.jpg\";}}s:19:\"themeplicity_tables\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_tables/slide1.jpg\";}}s:24:\"themeplicity_contactform\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"themeplicity_contactform/slide1.jpg\";}}s:19:\"themeplicity_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"themeplicity_footer/slide1.jpg\";}}s:17:\"NiceAndClean_Menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"NiceAndClean_Menu/slide1.jpg\";}}s:19:\"NiceAndClean_Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"NiceAndClean_Header/slide1.jpg\";}}s:21:\"NiceAndClean_Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Services/slide1.jpg\";}}s:18:\"NiceAndClean_About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"NiceAndClean_About/slide1.jpg\";}}s:18:\"niceandclean_video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"niceandclean_video/slide1.jpg\";}}s:23:\"niceandclean_highlights\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_highlights/slide1.jpg\";}}s:21:\"NiceAndClean_Projects\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"NiceAndClean_Projects/slide5.jpg\";}}s:23:\"niceandclean_textblocks\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"niceandclean_textblocks/slide1.jpg\";}}s:20:\"niceandclean_callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"niceandclean_callout/slide1.jpg\";}}s:19:\"niceandclean_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"niceandclean_footer/slide1.jpg\";}}s:3:\"80s\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:14:\"80s/slide1.jpg\";}}s:10:\"blurslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"blurslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"blurslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"blurslider/slide3.jpg\";}}s:15:\"ComingSoonAddon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"ComingSoonAddon/slide1.jpg\";}}s:9:\"snowaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"snowaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"snowaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"snowaddon/slide3.jpg\";}}s:19:\"particle-effect-one\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-one/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"particle-effect-one/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"particle-effect-one/slide3.jpg\";}}s:19:\"particle-effect-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"particle-effect-two/slide1.jpg\";}}s:21:\"particle-effect-three\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"particle-effect-three/slide1.jpg\";}}s:15:\"portfolioviewer\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolioviewer/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"portfolioviewer/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"portfolioviewer/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"portfolioviewer/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"portfolioviewer/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"portfolioviewer/slide6.jpg\";}}s:11:\"appshowcase\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"appshowcase/slide1.jpg\";}}s:13:\"gravitydesign\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"gravitydesign/slide1.jpg\";}}s:12:\"404errorpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"404errorpage/slide1.jpg\";}}s:15:\"carouselgallery\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"carouselgallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"carouselgallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"carouselgallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"carouselgallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"carouselgallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"carouselgallery/slide6.jpg\";}}s:9:\"filmstrip\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"filmstrip/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:20:\"filmstrip/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:20:\"filmstrip/slide3.jpg\";}}s:10:\"spaceopera\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"spaceopera/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:21:\"spaceopera/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:21:\"spaceopera/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:21:\"spaceopera/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:21:\"spaceopera/slide5.jpg\";}}s:12:\"websiteintro\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"websiteintro/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"websiteintro/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"websiteintro/slide3.jpg\";}}s:12:\"maskshowcase\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"maskshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"maskshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"maskshowcase/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"maskshowcase/slide4.jpg\";}}s:18:\"parallaxzoomslices\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"parallaxzoomslices/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"parallaxzoomslices/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"parallaxzoomslices/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"parallaxzoomslices/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"parallaxzoomslices/slide5.jpg\";}}s:20:\"doubleexposureeffect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"doubleexposureeffect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"doubleexposureeffect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"doubleexposureeffect/slide3.jpg\";}}s:22:\"mountainparallaxheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"mountainparallaxheader/slide1.jpg\";}}s:12:\"goodnewsmenu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"goodnewsmenu/slide1.jpg\";}}s:14:\"goodnewsheader\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsheader/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"goodnewsheader/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"goodnewsheader/slide3.jpg\";}}s:16:\"goodnewswhatshot\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewswhatshot/slide1.jpg\";}}s:16:\"goodnewsfeatured\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsfeatured/slide1.jpg\";}}s:17:\"goodnewsspotlight\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"goodnewsspotlight/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"goodnewsspotlight/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"goodnewsspotlight/slide3.jpg\";}}s:16:\"goodnewscarousel\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewscarousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"goodnewscarousel/slide2.jpg\";}}s:15:\"goodnewscallout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"goodnewscallout/slide1.jpg\";}}s:14:\"goodnewsfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"goodnewsfooter/slide1.jpg\";}}s:16:\"goodnewsmenuback\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"goodnewsmenuback/slide1.jpg\";}}s:18:\"goodnewsblogheader\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogheader/slide1.jpg\";}}s:19:\"goodnewsblogcontent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"goodnewsblogcontent/slide1.jpg\";}}s:20:\"goodnewstestimonials\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"goodnewstestimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"goodnewstestimonials/slide2.jpg\";}}s:18:\"goodnewsblogfooter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"goodnewsblogfooter/slide1.jpg\";}}s:17:\"beforeafterslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"beforeafterslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"beforeafterslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"beforeafterslider/slide3.jpg\";}}s:15:\"productshowcase\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"productshowcase/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"productshowcase/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"productshowcase/slide3.jpg\";}}s:22:\"overexposuretransition\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"overexposuretransition/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"overexposuretransition/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"overexposuretransition/slide3.jpg\";}}s:14:\"parallaxscroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"parallaxscroll/slide1.jpg\";}}s:11:\"techco-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"techco-menu/slide1.jpg\";}}s:13:\"techco-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-header/slide1.jpg\";}}s:12:\"techco-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-about/slide1.jpg\";}}s:15:\"techco-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"techco-services/slide1.jpg\";}}s:12:\"techco-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"techco-video/slide1.jpg\";}}s:13:\"techco-prices\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-prices/slide1.jpg\";}}s:19:\"techco-testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"techco-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"techco-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"techco-testimonials/slide3.jpg\";}}s:13:\"techco-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"techco-footer/slide1.jpg\";}}s:7:\"weather\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"weather/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"weather/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"weather/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:18:\"weather/slide4.jpg\";}}s:11:\"360panorama\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"360panorama/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"360panorama/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"360panorama/slide3.jpg\";}}s:14:\"duotone-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"duotone-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"duotone-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"duotone-add-on/slide3.jpg\";}}s:13:\"reveal-add-on\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"reveal-add-on/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"reveal-add-on/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"reveal-add-on/slide3.jpg\";}}s:16:\"band-tour-poster\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/band-tour-poster/slide1.png\";}}s:14:\"brewery-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/brewery-slider/slide3.png\";}}s:9:\"burgerbar\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"smartcontent/burgerbar/slide3.png\";}}s:19:\"burger-bar-portrait\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"smartcontent/burger-bar-portrait/slide3.png\";}}s:8:\"car-rent\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"smartcontent/car-rent/slide1.png\";}}s:6:\"coffee\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"smartcontent/coffee/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"smartcontent/coffee/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"smartcontent/coffee/slide3.png\";}}s:14:\"holiday-advert\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/holiday-advert/slide1.png\";}}s:18:\"iphone-cases-light\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"smartcontent/iphone-cases-light/slide1.png\";}}s:7:\"medical\";a:2:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"smartcontent/medical/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"smartcontent/medical/slide2.png\";}}s:13:\"mexican-grill\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"smartcontent/mexican-grill/slide3.png\";}}s:20:\"mobile-retail-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/mobile-retail-slider/slide3.png\";}}s:14:\"money-exchange\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"smartcontent/money-exchange/slide3.png\";}}s:28:\"restaurant-menu-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-first-screen/slide1.png\";}}s:29:\"restaurant-menu-second-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:53:\"smartcontent/restaurant-menu-second-screen/slide1.png\";}}s:28:\"restaurant-menu-third-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:52:\"smartcontent/restaurant-menu-third-screen/slide1.png\";}}s:11:\"shoes-store\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"smartcontent/shoes-store/slide3.png\";}}s:20:\"supermarket-products\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide1.png\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide2.png\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide3.png\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide4.png\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"smartcontent/supermarket-products/slide5.png\";}}s:16:\"travel-insurance\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:40:\"smartcontent/travel-insurance/slide1.png\";}}s:12:\"cryptoslider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"cryptoslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"cryptoslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"cryptoslider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"cryptoslider/slide4.jpg\";}}s:16:\"immersion_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion_header/slide1.jpg\";}}s:19:\"immersion-mountains\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"immersion-mountains/slide1.jpg\";}}s:17:\"immersion-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"immersion-product/slide1.jpg\";}}s:16:\"immersion-design\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"immersion-design/slide1.jpg\";}}s:21:\"immersion-photography\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"immersion-photography/slide1.jpg\";}}s:14:\"immersion-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"immersion-grid/slide1.jpg\";}}s:11:\"funkyslider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"funkyslider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"funkyslider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"funkyslider/slide3.jpg\";}}s:14:\"clearview_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"clearview_menu/slide1.jpg\";}}s:16:\"clearview_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"clearview_header/slide1.jpg\";}}s:17:\"clearview_mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clearview_mission/slide1.jpg\";}}s:17:\"clear-view-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"clear-view-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"clear-view-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"clear-view-slider/slide3.jpg\";}}s:15:\"clear-view-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"clear-view-news/slide1.jpg\";}}s:18:\"clear-view-clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-clients/slide1.jpg\";}}s:18:\"clear-view-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"clear-view-contact/slide1.jpg\";}}s:22:\"clear-view-single-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-menu/slide1.jpg\";}}s:24:\"clear-view-single-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"clear-view-single-header/slide1.jpg\";}}s:23:\"clear-view-single-media\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"clear-view-single-media/slide1.jpg\";}}s:22:\"clear-view-single-more\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"clear-view-single-more/slide1.jpg\";}}s:25:\"clear-view-single-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"clear-view-single-contact/slide1.jpg\";}}s:16:\"cleanlandingpage\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cleanlandingpage/slide1.jpg\";}}s:8:\"clearcut\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"clearcut/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:19:\"clearcut/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:19:\"clearcut/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:19:\"clearcut/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:19:\"clearcut/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:19:\"clearcut/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:19:\"clearcut/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:19:\"clearcut/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:19:\"clearcut/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:20:\"clearcut/slide10.jpg\";}}s:17:\"wonderstruck_menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"wonderstruck_menu/slide1.jpg\";}}s:19:\"wonderstruck_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"wonderstruck_header/slide1.jpg\";}}s:18:\"wonderstruck_about\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck_about/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"wonderstruck_about/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"wonderstruck_about/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"wonderstruck_about/slide4.jpg\";}}s:18:\"wonderstruck-works\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"wonderstruck-works/slide1.jpg\";}}s:20:\"wonderstruck-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"wonderstruck-contact/slide1.jpg\";}}s:11:\"bubblemorph\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"bubblemorph/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"bubblemorph/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"bubblemorph/slide3.jpg\";}}s:15:\"distortionaddon\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"distortionaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"distortionaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"distortionaddon/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"distortionaddon/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"distortionaddon/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"distortionaddon/slide6.jpg\";}}s:9:\"clubflyer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"clubflyer/slide1.jpg\";}}s:15:\"paintbrushaddon\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"paintbrushaddon/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"paintbrushaddon/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"paintbrushaddon/slide3.jpg\";}}s:15:\"parallax_header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_header/slide1.jpg\";}}s:16:\"parallax_content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"parallax_content/slide1.jpg\";}}s:15:\"parallax_footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"parallax_footer/slide1.jpg\";}}s:12:\"le-chef-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-menu/slide1.jpg\";}}s:14:\"le-chef-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"le-chef-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"le-chef-header/slide3.jpg\";}}s:18:\"le-chef-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"le-chef-philosophy/slide1.jpg\";}}s:12:\"le-chef-food\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"le-chef-food/slide1.jpg\";}}s:16:\"le-chef-la-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"le-chef-la-carte/slide1.jpg\";}}s:14:\"le-chef-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"le-chef-footer/slide1.jpg\";}}s:20:\"news-magazine-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"news-magazine-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"news-magazine-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"news-magazine-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"news-magazine-slider/slide4.jpg\";}}s:18:\"real-estate-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"real-estate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"real-estate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"real-estate-slider/slide3.jpg\";}}s:14:\"fashion-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"fashion-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"fashion-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"fashion-header/slide3.jpg\";}}s:13:\"seasonaloffer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"seasonaloffer/slide1.jpg\";}}s:18:\"barber-shop-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-header/slide1.jpg\";}}s:23:\"barber-shop-mobile-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"barber-shop-mobile-menu/slide1.jpg\";}}s:24:\"barber-shop-first-screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"barber-shop-first-screen/slide1.jpg\";}}s:17:\"barber-shop-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"barber-shop-about/slide1.jpg\";}}s:20:\"barber-shop-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-services/slide1.jpg\";}}s:19:\"barber-shop-barbers\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"barber-shop-barbers/slide1.jpg\";}}s:20:\"barber-shop-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"barber-shop-contacts/slide1.jpg\";}}s:18:\"barber-shop-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"barber-shop-footer/slide1.jpg\";}}s:21:\"fitness-club-template\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"fitness-club-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"fitness-club-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"fitness-club-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"fitness-club-template/slide4.jpg\";}}s:13:\"soccer-school\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"soccer-school/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"soccer-school/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"soccer-school/slide3.jpg\";}}s:19:\"music-band-template\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"music-band-template/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"music-band-template/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"music-band-template/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"music-band-template/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"music-band-template/slide5.jpg\";}}s:15:\"restaurant-menu\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"restaurant-menu/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"restaurant-menu/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"restaurant-menu/slide3.jpg\";}}s:16:\"cinematic-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"cinematic-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"cinematic-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"cinematic-slider/slide3.jpg\";}}s:17:\"3d-parallax-cubes\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"3d-parallax-cubes/slide3.jpg\";}}s:13:\"medicare-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"medicare-menu/slide1.jpg\";}}s:15:\"medicare-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-header/slide1.jpg\";}}s:14:\"medicare-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"medicare-about/slide1.jpg\";}}s:18:\"medicare-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-highlight/slide1.jpg\";}}s:17:\"medicare-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-services/slide1.jpg\";}}s:16:\"medicare-doctors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-doctors/slide1.jpg\";}}s:17:\"medicare-research\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"medicare-research/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"medicare-research/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"medicare-research/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"medicare-research/slide4.jpg\";}}s:18:\"medicare-whychoose\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"medicare-whychoose/slide1.jpg\";}}s:16:\"medicare-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"medicare-contact/slide1.jpg\";}}s:15:\"medicare-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"medicare-footer/slide1.jpg\";}}s:11:\"coffee-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"coffee-menu/slide1.jpg\";}}s:13:\"coffee-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-header/slide1.jpg\";}}s:17:\"coffee-philosophy\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"coffee-philosophy/slide1.jpg\";}}s:12:\"coffee-carte\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"coffee-carte/slide1.jpg\";}}s:13:\"coffee-teaser\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-teaser/slide1.jpg\";}}s:13:\"coffee-findus\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-findus/slide1.jpg\";}}s:13:\"coffee-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"coffee-footer/slide1.jpg\";}}s:17:\"minimal-portfolio\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"minimal-portfolio/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"minimal-portfolio/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"minimal-portfolio/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"minimal-portfolio/slide4.jpg\";}}s:23:\"minimal-portfolio-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"minimal-portfolio-modal/slide7.jpg\";}}s:11:\"angled-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-menu/slide1.jpg\";}}s:13:\"angled-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-header/slide1.jpg\";}}s:11:\"angled-news\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"angled-news/slide1.jpg\";}}s:15:\"angled-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"angled-services/slide1.jpg\";}}s:14:\"angled-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"angled-success/slide1.jpg\";}}s:13:\"angled-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"angled-footer/slide1.jpg\";}}s:20:\"angled-content-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"angled-content-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"angled-content-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"angled-content-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"angled-content-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"angled-content-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"angled-content-modal/slide6.jpg\";}}s:13:\"big-bold-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-menu/slide1.jpg\";}}s:15:\"big-bold-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-header/slide1.jpg\";}}s:16:\"big-bold-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"big-bold-content/slide1.jpg\";}}s:13:\"big-bold-blog\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"big-bold-blog/slide1.jpg\";}}s:18:\"big-bold-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"big-bold-highlight/slide1.jpg\";}}s:15:\"big-bold-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-bold-footer/slide1.jpg\";}}s:7:\"Retouch\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:18:\"Retouch/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:18:\"Retouch/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:18:\"Retouch/slide3.jpg\";}}s:11:\"tech-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"tech-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"tech-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"tech-slider/slide3.jpg\";}}s:11:\"peak-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-header/slide1.jpg\";}}s:10:\"peak-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"peak-about/slide1.jpg\";}}s:14:\"peak-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"peak-portfolio/slide1.jpg\";}}s:11:\"peak-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"peak-footer/slide1.jpg\";}}s:17:\"portfolio-welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"portfolio-welcome/slide1.jpg\";}}s:15:\"portfolio-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"portfolio-about/slide1.jpg\";}}s:21:\"portfolio-works-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"portfolio-works-title/slide1.jpg\";}}s:23:\"portfolio-works-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"portfolio-works-content/slide1.jpg\";}}s:18:\"portfolio-contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"portfolio-contacts/slide1.jpg\";}}s:18:\"App-Studio-Welcome\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"App-Studio-Welcome/slide1.jpg\";}}s:19:\"App-Studio-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Services/slide1.jpg\";}}s:16:\"App-Studio-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"App-Studio-About/slide1.jpg\";}}s:19:\"App-Studio-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"App-Studio-Contacts/slide1.jpg\";}}s:14:\"cube-animation\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cube-animation/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cube-animation/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cube-animation/slide3.jpg\";}}s:10:\"basic-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-menu/slide1.jpg\";}}s:12:\"basic-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-header/slide1.jpg\";}}s:13:\"basic-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-content/slide1.jpg\";}}s:14:\"basic-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-carousel/slide5.jpg\";}}s:13:\"basic-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"basic-callout/slide1.jpg\";}}s:10:\"basic-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"basic-grid/slide1.jpg\";}}s:17:\"basic-video-block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"basic-video-block/slide1.jpg\";}}s:12:\"basic-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"basic-footer/slide1.jpg\";}}s:14:\"basic-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"basic-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"basic-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"basic-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"basic-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"basic-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:25:\"basic-lightbox/slide6.jpg\";}}s:13:\"nature-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"nature-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"nature-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"nature-slider/slide3.jpg\";}}s:11:\"art-gallery\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"art-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:22:\"art-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:22:\"art-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:22:\"art-gallery/slide4.jpg\";}}s:19:\"Construction-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Construction-Header/slide1.jpg\";}}s:17:\"Construction-Home\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Construction-Home/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Construction-Home/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Construction-Home/slide3.jpg\";}}s:21:\"Construction-Projects\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Projects/slide1.jpg\";}}s:20:\"Construction-History\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Construction-History/slide1.jpg\";}}s:21:\"Construction-Services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Services/slide1.jpg\";}}s:21:\"Construction-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Construction-Contacts/slide1.jpg\";}}s:21:\"404-Error-Space-Theme\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"404-Error-Space-Theme/slide1.jpg\";}}s:17:\"landing-page-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-hero/slide1.jpg\";}}s:21:\"landing-page-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"landing-page-features/slide1.jpg\";}}s:20:\"landing-page-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-callout/slide1.jpg\";}}s:20:\"landing-page-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"landing-page-content/slide1.jpg\";}}s:25:\"landing-page-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"landing-page-testimonials/slide1.jpg\";}}s:27:\"landing-page-call-to-action\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"landing-page-call-to-action/slide1.jpg\";}}s:17:\"landing-page-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"landing-page-help/slide1.jpg\";}}s:19:\"landing-page-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"landing-page-footer/slide1.jpg\";}}s:24:\"landing-page-price-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"landing-page-price-modal/slide1.jpg\";}}s:18:\"energy-drinks-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"energy-drinks-hero/slide1.jpg\";}}s:19:\"energy-drinks-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-about/slide1.jpg\";}}s:21:\"energy-drinks-product\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"energy-drinks-product/slide1.jpg\";}}s:23:\"energy-drinks-product-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-2/slide1.jpg\";}}s:23:\"energy-drinks-product-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"energy-drinks-product-3/slide1.jpg\";}}s:19:\"energy-drinks-order\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-order/slide1.jpg\";}}s:20:\"energy-drinks-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"energy-drinks-footer/slide1.jpg\";}}s:19:\"energy-drinks-modal\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"energy-drinks-modal/slide1.jpg\";}}s:16:\"Corporate-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Header/slide1.jpg\";}}s:24:\"Corporate-Welcome-Screen\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Corporate-Welcome-Screen/slide1.jpg\";}}s:15:\"Corporate-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-About/slide1.jpg\";}}s:19:\"Corporate-Portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Corporate-Portfolio/slide1.jpg\";}}s:15:\"Corporate-Chart\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Chart/slide1.jpg\";}}s:14:\"Corporate-News\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:16:\"Corporate-Hiring\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-News/slide1.jpg\";}}s:22:\"Corporate-Testimonials\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Corporate-Testimonials/slide3.jpg\";}}s:15:\"Corporate-Store\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Corporate-Store/slide1.jpg\";}}s:17:\"Corporate-Support\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Support/slide1.jpg\";}}s:14:\"Corporate-Team\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Corporate-Team/slide1.jpg\";}}s:33:\"Corporate-Selected-Projects-Title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"Corporate-Selected-Projects-Title/slide1.jpg\";}}s:27:\"Corporate-Selected-Projects\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:38:\"Corporate-Selected-Projects/slide7.jpg\";}}s:17:\"Corporate-Clients\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Corporate-Clients/slide1.jpg\";}}s:20:\"Corporate-Text-Block\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Text-Block/slide1.jpg\";}}s:20:\"Corporate-Mobile-App\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Corporate-Mobile-App/slide1.jpg\";}}s:18:\"Corporate-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Corporate-Contacts/slide1.jpg\";}}s:16:\"Corporate-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Corporate-Footer/slide1.jpg\";}}s:23:\"Corporate-Scroll-To-Top\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"Corporate-Scroll-To-Top/slide1.jpg\";}}s:14:\"geometric-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-menu/slide1.jpg\";}}s:14:\"geometric-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-hero/slide1.jpg\";}}s:14:\"geometric-grid\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"geometric-grid/slide1.jpg\";}}s:15:\"geometric-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-about/slide1.jpg\";}}s:15:\"geometric-texts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"geometric-texts/slide1.jpg\";}}s:18:\"geometric-services\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-services/slide1.jpg\";}}s:17:\"geometric-texts-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"geometric-texts-2/slide1.jpg\";}}s:22:\"geometric-testimonials\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"geometric-testimonials/slide1.jpg\";}}s:16:\"geometric-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"geometric-footer/slide1.jpg\";}}s:18:\"geometric-lightbox\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"geometric-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"geometric-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"geometric-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"geometric-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"geometric-lightbox/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"geometric-lightbox/slide6.jpg\";}}s:11:\"brutal-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-menu/slide1.jpg\";}}s:11:\"brutal-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"brutal-hero/slide1.jpg\";}}s:12:\"brutal-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"brutal-about/slide1.jpg\";}}s:16:\"brutal-highlight\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"brutal-highlight/slide1.jpg\";}}s:15:\"brutal-projects\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-projects/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-projects/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-projects/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-projects/slide4.jpg\";}}s:15:\"brutal-services\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"brutal-services/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"brutal-services/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"brutal-services/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"brutal-services/slide4.jpg\";}}s:14:\"brutal-callout\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"brutal-callout/slide1.jpg\";}}s:13:\"brutal-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"brutal-footer/slide1.jpg\";}}s:13:\"Church-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Header/slide1.jpg\";}}s:22:\"Church-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"Church-Upcoming-Events/slide3.jpg\";}}s:12:\"Church-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"Church-About/slide1.jpg\";}}s:14:\"Church-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"Church-Pastors/slide1.jpg\";}}s:20:\"Church-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Photo-Gallery/slide1.jpg\";}}s:16:\"Church-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"Church-Community/slide1.jpg\";}}s:13:\"Church-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Sermon/slide1.jpg\";}}s:15:\"Church-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Church-Contacts/slide1.jpg\";}}s:13:\"Church-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"Church-Footer/slide1.jpg\";}}s:19:\"Church-Light-Header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Header/slide1.jpg\";}}s:28:\"Church-Light-Upcoming-Events\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:39:\"Church-Light-Upcoming-Events/slide3.jpg\";}}s:18:\"Church-Light-About\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Church-Light-About/slide1.jpg\";}}s:20:\"Church-Light-Pastors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"Church-Light-Pastors/slide1.jpg\";}}s:26:\"Church-Light-Photo-Gallery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Church-Light-Photo-Gallery/slide1.jpg\";}}s:22:\"Church-Light-Community\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"Church-Light-Community/slide1.jpg\";}}s:19:\"Church-Light-Sermon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Sermon/slide1.jpg\";}}s:21:\"Church-Light-Contacts\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"Church-Light-Contacts/slide1.jpg\";}}s:19:\"Church-Light-Footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"Church-Light-Footer/slide1.jpg\";}}s:13:\"rockable-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-menu/slide1.jpg\";}}s:13:\"rockable-hero\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"rockable-hero/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"rockable-hero/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"rockable-hero/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"rockable-hero/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"rockable-hero/slide5.jpg\";}}s:15:\"rockable-lineup\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-lineup/slide1.jpg\";}}s:17:\"rockable-lineup-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-lineup-2/slide1.jpg\";}}s:22:\"rockable-gallery-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"rockable-gallery-title/slide1.jpg\";}}s:16:\"rockable-gallery\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"rockable-gallery/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"rockable-gallery/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"rockable-gallery/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"rockable-gallery/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"rockable-gallery/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"rockable-gallery/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"rockable-gallery/slide7.jpg\";}}s:17:\"rockable-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"rockable-sponsors/slide1.jpg\";}}s:15:\"rockable-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"rockable-footer/slide1.jpg\";}}s:21:\"rockable-detail-modal\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:32:\"rockable-detail-modal/slide1.jpg\";}}s:23:\"rockable-detail-modal-2\";a:18:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:10;a:2:{s:5:\"title\";s:8:\"Slide 11\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:11;a:2:{s:5:\"title\";s:8:\"Slide 12\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:12;a:2:{s:5:\"title\";s:8:\"Slide 13\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:13;a:2:{s:5:\"title\";s:8:\"Slide 14\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:14;a:2:{s:5:\"title\";s:8:\"Slide 15\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:15;a:2:{s:5:\"title\";s:8:\"Slide 16\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:16;a:2:{s:5:\"title\";s:8:\"Slide 17\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}i:17;a:2:{s:5:\"title\";s:8:\"Slide 18\";s:3:\"img\";s:34:\"rockable-detail-modal-2/slide1.jpg\";}}s:27:\"real-estate-showcase-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:38:\"Real-Estate-Showcase-Slider/slide3.jpg\";}}s:16:\"isometric-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"isometric-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"isometric-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"isometric-slider/slide3.jpg\";}}s:17:\"E-Commerce-Slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"Shoes-Store-Slider/slide3.jpg\";}}s:23:\"E-Commerce-Slider-Modal\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"Shoes-Store-Slider-Modal/slide3.jpg\";}}s:27:\"Woo-Commerce-Slider-Dynamic\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:37:\"Shoes-Store-Slider-Dynamic/slide3.jpg\";}}s:15:\"blooming-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"blooming-header/slide1.jpg\";}}s:14:\"blooming-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"blooming-about/slide1.jpg\";}}s:18:\"blooming-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"blooming-portfolio/slide1.jpg\";}}s:22:\"blooming-wedding-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-wedding-title/slide1.jpg\";}}s:25:\"blooming-wedding-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-wedding-carousel/slide6.jpg\";}}s:21:\"blooming-wedding-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-wedding-text/slide1.jpg\";}}s:22:\"blooming-parties-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-parties-title/slide1.jpg\";}}s:25:\"blooming-parties-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"blooming-parties-carousel/slide6.jpg\";}}s:21:\"blooming-parties-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-parties-text/slide1.jpg\";}}s:22:\"blooming-funeral-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"blooming-funeral-title/slide1.jpg\";}}s:23:\"blooming-funeral-slider\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:34:\"blooming-funeral-slider/slide6.jpg\";}}s:21:\"blooming-funeral-text\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"blooming-funeral-text/slide1.jpg\";}}s:16:\"blooming-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"blooming-contact/slide1.jpg\";}}s:13:\"particle-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"particle-hero/slide1.jpg\";}}s:17:\"bubble-morph-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"bubble-morph-hero/slide1.jpg\";}}s:13:\"parallax-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"parallax-hero/slide1.jpg\";}}s:10:\"video-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"video-hero/slide1.jpg\";}}s:14:\"ken-burns-hero\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"ken-burns-hero/slide1.jpg\";}}s:21:\"basic-hero-collection\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"basic-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"basic-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"basic-hero-collection/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:32:\"basic-hero-collection/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:32:\"basic-hero-collection/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:32:\"basic-hero-collection/slide6.jpg\";}}s:19:\"launching-very-soon\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"launching-very-soon/slide1.jpg\";}}s:18:\"Under-Construction\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"Under-Construction/slide1.jpg\";}}s:15:\"Particle-Effect\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"Particle-Effect/slide1.jpg\";}}s:17:\"Particle-Effect-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Particle-Effect-2/slide1.jpg\";}}s:10:\"stark-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"stark-menu/slide1.jpg\";}}s:12:\"stark-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-header/slide1.jpg\";}}s:13:\"stark-content\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-content/slide1.jpg\";}}s:14:\"stark-carousel\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"stark-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"stark-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"stark-carousel/slide3.jpg\";}}s:15:\"stark-portfolio\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"stark-portfolio/slide1.jpg\";}}s:22:\"stark-portfolio-detail\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:33:\"stark-portfolio-detail/slide6.jpg\";}}s:13:\"stark-contact\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"stark-contact/slide1.jpg\";}}s:12:\"stark-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"stark-footer/slide1.jpg\";}}s:16:\"stark-newsletter\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"stark-newsletter/slide1.jpg\";}}s:15:\"big-summer-sale\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"big-summer-sale/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"big-summer-sale/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"big-summer-sale/slide3.jpg\";}}s:18:\"traveller-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"traveller-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"traveller-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"traveller-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"traveller-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"traveller-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:29:\"traveller-carousel/slide6.jpg\";}}s:16:\"project-carousel\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"project-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"project-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"project-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"project-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"project-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:27:\"project-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:27:\"project-carousel/slide7.jpg\";}}s:13:\"news-carousel\";a:8:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"news-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:24:\"news-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:24:\"news-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:24:\"news-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:24:\"news-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:24:\"news-carousel/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:24:\"news-carousel/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:24:\"news-carousel/slide8.jpg\";}}s:10:\"story-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"story-menu/slide1.jpg\";}}s:12:\"story-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"story-header/slide1.jpg\";}}s:13:\"story-block-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-1/slide1.jpg\";}}s:15:\"story-content-1\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-1/slide1.jpg\";}}s:13:\"story-block-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-2/slide1.jpg\";}}s:13:\"story-block-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-3/slide1.jpg\";}}s:15:\"story-content-2\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-2/slide1.jpg\";}}s:13:\"story-block-4\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"story-block-4/slide1.jpg\";}}s:15:\"story-content-3\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"story-content-3/slide1.jpg\";}}s:12:\"mini-website\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"mini-website/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:23:\"mini-website/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:23:\"mini-website/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:23:\"mini-website/slide4.jpg\";}}s:13:\"food-delivery\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"food-delivery/slide1.jpg\";}}s:25:\"slider-with-illustrations\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"slider-with-illustrations/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"slider-with-illustrations/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"slider-with-illustrations/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"slider-with-illustrations/slide4.jpg\";}}s:8:\"zen-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:19:\"zen-menu/slide1.jpg\";}}s:10:\"zen-header\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-header/slide1.jpg\";}}s:9:\"zen-about\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-about/slide1.jpg\";}}s:12:\"zen-features\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"zen-features/slide1.jpg\";}}s:9:\"zen-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:20:\"zen-video/slide1.jpg\";}}s:11:\"zen-pricing\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:22:\"zen-pricing/slide1.jpg\";}}s:22:\"zen-testimonials-title\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"zen-testimonials-title/slide1.jpg\";}}s:16:\"zen-testimonials\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"zen-testimonials/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"zen-testimonials/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"zen-testimonials/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"zen-testimonials/slide4.jpg\";}}s:10:\"zen-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:21:\"zen-footer/slide1.jpg\";}}s:17:\"Paintbrush-Effect\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"Paintbrush-Effect/slide3.jpg\";}}s:25:\"black-friday-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"black-friday-scroll-video/slide1.jpg\";}}s:12:\"charity-menu\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-menu/slide1.jpg\";}}s:14:\"charity-header\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-header/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"charity-header/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"charity-header/slide3.jpg\";}}s:15:\"charity-mission\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-mission/slide1.jpg\";}}s:13:\"charity-funds\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:24:\"charity-funds/slide1.jpg\";}}s:15:\"charity-success\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-success/slide1.jpg\";}}s:15:\"charity-stories\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"charity-stories/slide1.jpg\";}}s:16:\"charity-worldmap\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-worldmap/slide1.jpg\";}}s:19:\"charity-large-image\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"charity-large-image/slide1.jpg\";}}s:16:\"charity-sponsors\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"charity-sponsors/slide1.jpg\";}}s:12:\"charity-help\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:23:\"charity-help/slide1.jpg\";}}s:14:\"charity-footer\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"charity-footer/slide1.jpg\";}}s:21:\"cinematic-hero-titles\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:32:\"cinematic-hero-titles/slide3.jpg\";}}s:23:\"design-dna-scroll-video\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"design-dna-scroll-video/slide1.jpg\";}}s:27:\"food-delivery-lottie-scroll\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"food-delivery-lottie-scroll/slide1.jpg\";}}s:20:\"food-recipe-carousel\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:31:\"food-recipe-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:31:\"food-recipe-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:31:\"food-recipe-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:31:\"food-recipe-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:31:\"food-recipe-carousel/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:31:\"food-recipe-carousel/slide6.jpg\";}}s:17:\"food-recipe-modal\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"food-recipe-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"food-recipe-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"food-recipe-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"food-recipe-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:28:\"food-recipe-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:28:\"food-recipe-modal/slide6.jpg\";}}s:27:\"corporate-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:38:\"packages/corporate_carousel_bundle.jpg\";}}s:18:\"corporate-carousel\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-carousel/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-carousel/slide5.jpg\";}}s:18:\"corporate-lightbox\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:29:\"corporate-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:29:\"corporate-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:29:\"corporate-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:29:\"corporate-lightbox/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:29:\"corporate-lightbox/slide5.jpg\";}}s:23:\"cyber-carousel-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/cybercarousel_bundle.jpg\";}}s:14:\"cyber-carousel\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"cyber-carousel/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"cyber-carousel/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"cyber-carousel/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"cyber-carousel/slide4.jpg\";}}s:23:\"cyber-carousel-lightbox\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:34:\"cyber-carousel-lightbox/slide4.jpg\";}}s:24:\"woocommerce-carousel-one\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-one/slide1.jpg\";}}s:31:\"woocommerce-carousel-one-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-one-static/slide6.jpg\";}}s:24:\"woocommerce-carousel-two\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"woocommerce-carousel-two/slide1.jpg\";}}s:31:\"woocommerce-carousel-two-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:42:\"woocommerce-carousel-two-static/slide6.jpg\";}}s:26:\"woocommerce-feature-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:37:\"woocommerce-feature-slider/slide1.jpg\";}}s:33:\"woocommerce-feature-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:44:\"woocommerce-feature-slider-static/slide6.jpg\";}}s:17:\"woo-liquid-slider\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"woo-liquid-slider/slide1.jpg\";}}s:32:\"woocommerce-liquid-slider-static\";a:6:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:43:\"woocommerce-liquid-slider-static/slide6.jpg\";}}s:15:\"woo-slider-pack\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:34:\"packages/woosliderpack_dynamic.jpg\";}}s:22:\"woo-slider-pack-static\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:33:\"packages/woosliderpack_static.jpg\";}}s:24:\"creative-hero-collection\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"creative-hero-collection/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"creative-hero-collection/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"creative-hero-collection/slide3.jpg\";}}s:19:\"photographer-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"photographer-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"photographer-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"photographer-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:30:\"photographer-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:30:\"photographer-slider/slide5.jpg\";}}s:17:\"realestate-slider\";a:4:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:28:\"realestate-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:28:\"realestate-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:28:\"realestate-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:28:\"realestate-slider/slide4.jpg\";}}s:19:\"saas-product-slider\";a:3:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:30:\"saas-product-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:30:\"saas-product-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:30:\"saas-product-slider/slide3.jpg\";}}s:27:\"cinematic-wildlife-template\";a:1:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:39:\"packages/cinematic-wildlife-package.jpg\";}}s:25:\"cinematic-wildlife-slider\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:36:\"cinematic-wildlife-slider/slide7.jpg\";}}s:24:\"cinematic-wildlife-modal\";a:7:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:35:\"cinematic-wildlife-modal/slide7.jpg\";}}s:32:\"gaming-stats-presentation-slider\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:43:\"gaming-stats-presentation-slider/slide5.jpg\";}}s:15:\"coffee-flavours\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:25:\"coffee-flavors/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:25:\"coffee-flavors/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:25:\"coffee-flavors/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:25:\"coffee-flavors/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:25:\"coffee-flavors/slide5.jpg\";}}s:15:\"showreel-slider\";a:10:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:26:\"showreel-slider/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:26:\"showreel-slider/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:26:\"showreel-slider/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:26:\"showreel-slider/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:26:\"showreel-slider/slide5.jpg\";}i:5;a:2:{s:5:\"title\";s:7:\"Slide 6\";s:3:\"img\";s:26:\"showreel-slider/slide6.jpg\";}i:6;a:2:{s:5:\"title\";s:7:\"Slide 7\";s:3:\"img\";s:26:\"showreel-slider/slide7.jpg\";}i:7;a:2:{s:5:\"title\";s:7:\"Slide 8\";s:3:\"img\";s:26:\"showreel-slider/slide8.jpg\";}i:8;a:2:{s:5:\"title\";s:7:\"Slide 9\";s:3:\"img\";s:26:\"showreel-slider/slide9.jpg\";}i:9;a:2:{s:5:\"title\";s:8:\"Slide 10\";s:3:\"img\";s:27:\"showreel-slider/slide10.jpg\";}}s:16:\"visual-art-forms\";a:5:{i:0;a:2:{s:5:\"title\";s:7:\"Slide 1\";s:3:\"img\";s:27:\"visual-art-forms/slide1.jpg\";}i:1;a:2:{s:5:\"title\";s:7:\"Slide 2\";s:3:\"img\";s:27:\"visual-art-forms/slide2.jpg\";}i:2;a:2:{s:5:\"title\";s:7:\"Slide 3\";s:3:\"img\";s:27:\"visual-art-forms/slide3.jpg\";}i:3;a:2:{s:5:\"title\";s:7:\"Slide 4\";s:3:\"img\";s:27:\"visual-art-forms/slide4.jpg\";}i:4;a:2:{s:5:\"title\";s:7:\"Slide 5\";s:3:\"img\";s:27:\"visual-art-forms/slide5.jpg\";}}}}','no'),(186,'rs-templates-counter','0','no'),(187,'revslider_table_version','1.0.8','yes'),(188,'action_scheduler_hybrid_store_demarkation','7','yes'),(189,'schema-ActionScheduler_StoreSchema','3.0.1609119853','yes'),(190,'schema-ActionScheduler_LoggerSchema','2.0.1609119853','yes'),(193,'woocommerce_schema_version','430','yes'),(194,'woocommerce_store_address','','yes'),(195,'woocommerce_store_address_2','','yes'),(196,'woocommerce_store_city','','yes'),(197,'woocommerce_default_country','US:AR','yes'),(198,'woocommerce_store_postcode','','yes'),(199,'woocommerce_allowed_countries','specific','yes'),(200,'woocommerce_all_except_countries','a:0:{}','yes'),(201,'woocommerce_specific_allowed_countries','a:1:{i:0;s:2:\"US\";}','yes'),(202,'woocommerce_ship_to_countries','','yes'),(203,'woocommerce_specific_ship_to_countries','a:0:{}','yes'),(204,'woocommerce_default_customer_address','base','yes'),(205,'woocommerce_calc_taxes','yes','yes'),(206,'woocommerce_enable_coupons','yes','yes'),(207,'woocommerce_calc_discounts_sequentially','no','no'),(208,'woocommerce_currency','USD','yes'),(209,'woocommerce_currency_pos','left','yes'),(210,'woocommerce_price_thousand_sep',',','yes'),(211,'woocommerce_price_decimal_sep','.','yes'),(212,'woocommerce_price_num_decimals','2','yes'),(213,'woocommerce_shop_page_id','8','yes'),(214,'woocommerce_cart_redirect_after_add','no','yes'),(215,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(216,'woocommerce_placeholder_image','161','yes'),(217,'woocommerce_weight_unit','kg','yes'),(218,'woocommerce_dimension_unit','cm','yes'),(219,'woocommerce_enable_reviews','yes','yes'),(220,'woocommerce_review_rating_verification_label','yes','no'),(221,'woocommerce_review_rating_verification_required','no','no'),(222,'woocommerce_enable_review_rating','yes','yes'),(223,'woocommerce_review_rating_required','no','no'),(224,'woocommerce_manage_stock','yes','yes'),(225,'woocommerce_hold_stock_minutes','60','no'),(226,'woocommerce_notify_low_stock','yes','no'),(227,'woocommerce_notify_no_stock','yes','no'),(228,'woocommerce_stock_email_recipient','a-flake@hotmail.com','no'),(229,'woocommerce_notify_low_stock_amount','2','no'),(230,'woocommerce_notify_no_stock_amount','0','yes'),(231,'woocommerce_hide_out_of_stock_items','no','yes'),(232,'woocommerce_stock_format','low_amount','yes'),(233,'woocommerce_file_download_method','force','no'),(234,'woocommerce_downloads_require_login','no','no'),(235,'woocommerce_downloads_grant_access_after_payment','yes','no'),(236,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(237,'woocommerce_prices_include_tax','no','yes'),(238,'woocommerce_tax_based_on','shipping','yes'),(239,'woocommerce_shipping_tax_class','','yes'),(240,'woocommerce_tax_round_at_subtotal','no','yes'),(241,'woocommerce_tax_classes','','yes'),(242,'woocommerce_tax_display_shop','excl','yes'),(243,'woocommerce_tax_display_cart','excl','yes'),(244,'woocommerce_price_display_suffix','','yes'),(245,'woocommerce_tax_total_display','single','no'),(246,'woocommerce_enable_shipping_calc','yes','no'),(247,'woocommerce_shipping_cost_requires_address','no','yes'),(248,'woocommerce_ship_to_destination','billing','no'),(249,'woocommerce_shipping_debug_mode','no','yes'),(250,'woocommerce_enable_guest_checkout','yes','no'),(251,'woocommerce_enable_checkout_login_reminder','no','no'),(252,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(253,'woocommerce_enable_myaccount_registration','no','no'),(254,'woocommerce_registration_generate_username','yes','no'),(255,'woocommerce_registration_generate_password','yes','no'),(256,'woocommerce_erasure_request_removes_order_data','no','no'),(257,'woocommerce_erasure_request_removes_download_data','no','no'),(258,'woocommerce_allow_bulk_remove_personal_data','no','no'),(259,'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'),(260,'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'),(261,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(262,'woocommerce_trash_pending_orders','','no'),(263,'woocommerce_trash_failed_orders','','no'),(264,'woocommerce_trash_cancelled_orders','','no'),(265,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(266,'woocommerce_email_from_name','Inspire With Angela','no'),(267,'woocommerce_email_from_address','a-flake@hotmail.com','no'),(268,'woocommerce_email_header_image','','no'),(269,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),(270,'woocommerce_email_base_color','#ff7415','no'),(271,'woocommerce_email_background_color','#f7f7f7','no'),(272,'woocommerce_email_body_background_color','#ffffff','no'),(273,'woocommerce_email_text_color','#3c3c3c','no'),(274,'woocommerce_cart_page_id','9','no'),(275,'woocommerce_checkout_page_id','10','no'),(276,'woocommerce_myaccount_page_id','11','no'),(277,'woocommerce_terms_page_id','','no'),(278,'woocommerce_force_ssl_checkout','no','yes'),(279,'woocommerce_unforce_ssl_checkout','no','yes'),(280,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(281,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(282,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(283,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(284,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(285,'woocommerce_myaccount_orders_endpoint','orders','yes'),(286,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(287,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(288,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(289,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(290,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(291,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(292,'woocommerce_logout_endpoint','customer-logout','yes'),(293,'woocommerce_api_enabled','yes','yes'),(294,'woocommerce_allow_tracking','no','no'),(295,'woocommerce_show_marketplace_suggestions','yes','no'),(296,'woocommerce_single_image_width','600','yes'),(297,'woocommerce_thumbnail_image_width','300','yes'),(298,'woocommerce_checkout_highlight_required_fields','yes','yes'),(299,'woocommerce_demo_store','no','no'),(300,'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'),(301,'current_theme_supports_woocommerce','yes','yes'),(302,'woocommerce_queue_flush_rewrite_rules','no','yes'),(305,'default_product_cat','15','yes'),(308,'woocommerce_version','5.1.0','yes'),(309,'woocommerce_db_version','5.1.0','yes'),(312,'action_scheduler_lock_async-request-runner','1626264799','yes'),(313,'woocommerce_admin_notices','a:0:{}','yes'),(314,'revslider_update_version','6.2.0','yes'),(315,'elementor_version','3.2.1','yes'),(316,'elementor_install_history','a:8:{s:6:\"3.0.15\";i:1609119859;s:6:\"3.0.16\";i:1610073790;s:5:\"3.1.0\";i:1611666235;s:5:\"3.1.1\";i:1612144255;s:5:\"3.1.2\";i:1614737104;s:5:\"3.1.3\";i:1614816857;s:5:\"3.1.4\";i:1615376833;s:5:\"3.2.1\";i:1619092580;}','yes'),(317,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"fMHi6Pug7SMinVqoQQ7SK897p0b3ynFX\";}','yes'),(318,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(319,'widget_rev-slider-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(320,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(321,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(322,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(323,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(324,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(325,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(326,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(327,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(328,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(329,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(330,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(331,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(335,'woocommerce_admin_install_timestamp','1609119860','yes'),(339,'wc_admin_note_home_screen_feedback_homescreen_accessed','1609119861','yes'),(340,'eael_version','4.8.0','yes'),(341,'wpdeveloper_plugins_data','a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1626773631;s:6:\"review\";i:1627441153;}s:4:\"time\";i:1622648028;s:7:\"version\";s:5:\"4.7.0\";}}','yes'),(344,'wpins_essential_adons_elementor_force_tracked','1','yes'),(345,'wc_blocks_db_schema_version','260','yes'),(346,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":3:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;s:17:\"new_product_count\";i:0;}','yes'),(347,'wc_remote_inbox_notifications_specs','a:28:{s:19:\"eu_vat_changes_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"eu_vat_changes_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:54:\"Get your business ready for the new EU tax regulations\";s:7:\"content\";s:617:\"On July 1, 2021, new taxation rules will come into play when the <a href=\"https://ec.europa.eu/taxation_customs/business/vat/modernising-vat-cross-border-ecommerce_en\">European Union (EU) Value-Added Tax (VAT) eCommerce package</a> takes effect.<br/><br/>The new regulations will impact virtually every B2C business involved in cross-border eCommerce trade with the EU.<br/><br/>We therefore recommend <a href=\"https://woocommerce.com/posts/new-eu-vat-regulations\">familiarizing yourself with the new updates</a>, and consult with a tax professional to ensure your business is following regulations and best practice.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"eu_vat_changes_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:39:\"Learn more about the EU tax regulations\";}}s:3:\"url\";s:52:\"https://woocommerce.com/posts/new-eu-vat-regulations\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-24 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-07-11 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:3:\"all\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;a:2:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:10:\"all_except\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:27:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"BE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"BG\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"CZ\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"DK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"DE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"EE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"IE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"EL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"ES\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"FR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"HR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"IT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"CY\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"LV\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"LT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"LU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"HU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"MT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"NL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"AT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"PL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"PT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"RO\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"SI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"SK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"FI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:32:\"woocommerce_all_except_countries\";s:5:\"value\";s:2:\"SE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:9:\"!contains\";}}}}i:2;a:3:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:3:\"all\";s:7:\"default\";b:0;s:9:\"operation\";s:2:\"!=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:29:\"woocommerce_allowed_countries\";s:5:\"value\";s:10:\"all_except\";s:7:\"default\";b:0;s:9:\"operation\";s:2:\"!=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:27:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"BE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"BG\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"CZ\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"DK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"DE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"EE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"IE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"EL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"ES\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"FR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"HR\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"IT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"CY\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"LV\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"LT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"LU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"HU\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"MT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"NL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"AT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"PL\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"PT\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"RO\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"SI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"SK\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"FI\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:38:\"woocommerce_specific_allowed_countries\";s:5:\"value\";s:2:\"SE\";s:7:\"default\";a:0:{}s:9:\"operation\";s:8:\"contains\";}}}}}}}}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:152:\"Enable Facebook Pixel and Conversions API through the latest version of Facebook for WooCommerce for improved measurement and ad targeting capabilities.\";}}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-05-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-06-14 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.4.0\";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:3:{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.3.0\";}i:2;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:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a: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:26:\"woocommerce-gateway-stripe\";}}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"wcpay_instant_deposits_gtm_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"wcpay_instant_deposits_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:69:\"Get paid within minutes – Instant Deposits for WooCommerce Payments\";s:7:\"content\";s:384:\"Stay flexible with immediate access to your funds when you need them – including nights, weekends, and holidays. With <a href=\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits\">WooCommerce Payments\'</a> new Instant Deposits feature, you’re able to transfer your earnings to a debit card within minutes.\";}}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:40:\"Learn about Instant Deposits eligibility\";}}s:3:\"url\";s:136:\"https://docs.woocommerce.com/document/payments/instant-deposits/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits\";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-05-18 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-06-01 00:00:00\";}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\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:56:\"https://woocommerce.com/products/google-listings-and-ads\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:736:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site\'s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons§ion=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":7:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":7:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:5:\"rules\";a:0:{}}s:30:\"wcpay-promo-2021-6-incentive-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wcpay-promo-2021-6-incentive-1\";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:82:\"Simplify the payments process for you and your customers with WooCommerce Payments\";s:7:\"content\";s:704:\"With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies. \n Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n <br/><br/>\n By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">Terms of Service</a> \n and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n \";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"get-woo-commerce-payments\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Payments\";}}s:3:\"url\";s:57:\"admin.php?page=wc-admin&action=setup-woocommerce-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:12:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:6:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"1\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"3\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"5\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"7\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"9\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"11\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:4:{i:0;s:17:\"crowdsignal-forms\";i:1;s:11:\"layout-grid\";i:2;s:17:\"full-site-editing\";i:3;s:13:\"page-optimize\";}}}}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:\"woocommerce_allow_tracking\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:2:\">=\";s:4:\"days\";i:31;}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.0\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:10:\"db_version\";s:5:\"value\";s:5:\"45805\";s:7:\"default\";i:0;s:9:\"operation\";s:2:\">=\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:30:\"wcpay-promo-2021-6-incentive-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wcpay-promo-2021-6-incentive-2\";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:82:\"Simplify the payments process for you and your customers with WooCommerce Payments\";s:7:\"content\";s:704:\"With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies. \n Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n <br/><br/>\n By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">Terms of Service</a> \n and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n \";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"get-woocommerce-payments\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Payments\";}}s:3:\"url\";s:57:\"admin.php?page=wc-admin&action=setup-woocommerce-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:12:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:6:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"2\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"4\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"6\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:1:\"8\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"10\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";s:2:\"12\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:4:{i:0;s:17:\"crowdsignal-forms\";i:1;s:11:\"layout-grid\";i:2;s:17:\"full-site-editing\";i:3;s:13:\"page-optimize\";}}}}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:\"woocommerce_allow_tracking\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:2:\">=\";s:4:\"days\";i:31;}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.0\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:10:\"db_version\";s:5:\"value\";s:5:\"45805\";s:7:\"default\";i:0;s:9:\"operation\";s:2:\">=\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-11\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:440:\"Heads up! There\'s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{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\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:2:\"!=\";s:5:\"value\";b:0;s:7:\"default\";b:0;}}}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:513:\"We\'ve developed a whole new <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension for WooCommerce</a> that combines the best features of our many PayPal extensions into just one extension.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br/><br/>Start using our latest PayPal today to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{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\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:2:\"!=\";s:5:\"value\";b:0;s:7:\"default\";b:0;}}}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}}','yes'),(348,'_elementor_installed_time','1609119861','yes'); INSERT INTO `wp_options` VALUES (349,'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:883:{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:207;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:284;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:295;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:151;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:383;s:11:\"trend_index\";i:162;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:309;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:597;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:233;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:689;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:326;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:393;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:525;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:636;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:258;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:583;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:312;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:650;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:353;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:298;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:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a: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:618;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:382;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:585;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: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:673;s:11:\"trend_index\";i:348;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:709;s:11:\"trend_index\";i:459;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:485;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:356;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:494;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:456;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:675;s:11:\"trend_index\";i:722;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:440;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:676;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:384;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:477;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:398;s:11:\"trend_index\";i:282;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:589;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:660;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:738;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:694;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:442;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:475;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:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a: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:572;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:664;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:668;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:615;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:428;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:740;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:626;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:20;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:413;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:791;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:714;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:18761;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/fashion-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:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;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:18815;s:5:\"title\";s:25:\"Car Wash – Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/car-wash-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:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;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:18819;s:5:\"title\";s:27:\"Dog Walker – Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/dog-walker-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:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;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:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?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:41:\"[\"Ecommerce\",\"online shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s: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: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:734;s:11:\"trend_index\";i:686;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: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:357;s:11:\"trend_index\";i:281;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: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:646;s:11:\"trend_index\";i:521;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: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:603;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: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:460;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: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:705;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: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:658;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: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:679;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: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:393;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:66;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:475;s:11:\"trend_index\";i:527;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: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:538;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: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:691;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: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:436;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;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:369;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: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:781;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: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:582;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: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:432;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:74;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:742;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: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:634;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:76;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:751;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:77;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:684;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: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:667;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: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:700;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: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:627;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: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:588;s:11:\"trend_index\";i:591;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: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:772;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:83;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:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a: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:565;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: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:587;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: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:717;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: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:717;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;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:89;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:632;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;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:758;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;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:1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:92;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:823;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;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:633;s:11:\"trend_index\";i:87;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: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:222;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: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:604;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;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:2;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:97;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:216;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:98;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:155;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: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:3;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:100;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:802;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;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:315;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;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:375;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:15:{s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course – eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/digital-course-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:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;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: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:4;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:105;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:176;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: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:4;s:16:\"popularity_index\";i:875;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;}i:107;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:840;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: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:5;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:109;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:615;s:11:\"trend_index\";i:184;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;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:220;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;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:5;s:16:\"popularity_index\";i:873;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:112;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:666;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;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:548;s:11:\"trend_index\";i:101;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: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:268;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;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:90;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;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:7;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;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: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:171;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:15:{s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/design-school-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:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;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: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:408;s:11:\"trend_index\";i:56;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;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:8;s:16:\"popularity_index\";i:787;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:121;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:285;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;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:474;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:123;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:261;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;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:9;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;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: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:575;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;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:10;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;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: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:9;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:128;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:47;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: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:608;s:11:\"trend_index\";i:343;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: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:11;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;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:564;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;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:12;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:133;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:43;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:134;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:224;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;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:13;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:136;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:50;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:137;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:301;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: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:14;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:139;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:77;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:140;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:57;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:141;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:373;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: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:15;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:143;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:29;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;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:458;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;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:16;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;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: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:752;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:147;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:602;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;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:17;s:16:\"popularity_index\";i:814;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:149;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:59;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:150;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:661;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: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:18;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;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: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:220;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:153;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:503;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: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:721;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: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:729;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: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:19;s:16:\"popularity_index\";i:805;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:157;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:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:158;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:426;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;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:659;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: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:20;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;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:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:162;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:558;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;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:21;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;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:417;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: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:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;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:297;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;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:22;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:168;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:134;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:169;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:537;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;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:23;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;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:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;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:379;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;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:24;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;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:12;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: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:319;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: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:25;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:177;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:303;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:178;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:380;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: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:40;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: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:26;s:16:\"popularity_index\";i:874;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:181;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:807;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: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:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a: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:371;s:11:\"trend_index\";i:291;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;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:123;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;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:27;s:16:\"popularity_index\";i:821;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:186;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:392;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: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:28;s:16:\"popularity_index\";i:854;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:188;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:307;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:189;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:387;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:190;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:26;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:191;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:29;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;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: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:30;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:193;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:513;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: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:453;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:195;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:447;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;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:31;s:16:\"popularity_index\";i:871;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:197;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:15;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: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:761;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: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:569;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: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:32;s:16:\"popularity_index\";i:848;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:201;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:124;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;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:394;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:203;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:33;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;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: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:54;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;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:404;s:11:\"trend_index\";i:167;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;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:34;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;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:396;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;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:287;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: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:607;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: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:35;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;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:195;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;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:675;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: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:837;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;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:36;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;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: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:95;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;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:735;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:217;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:37;s:16:\"popularity_index\";i:872;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:218;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:111;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;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:389;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: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:782;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;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:38;s:16:\"popularity_index\";i:840;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:222;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:153;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:223;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:551;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: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:39;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:225;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:208;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;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:711;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: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:40;s:16:\"popularity_index\";i:845;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:228;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:681;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: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:727;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: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:41;s:16:\"popularity_index\";i:832;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:231;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:523;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: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:832;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: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:42;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;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: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:555;s:11:\"trend_index\";i:267;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: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:744;s:11:\"trend_index\";i:739;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: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:686;s:11:\"trend_index\";i:788;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: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:43;s:16:\"popularity_index\";i:831;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:238;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:343;s:11:\"trend_index\";i:137;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: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:240;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:44;s:16:\"popularity_index\";i:861;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:241;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:580;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: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:822;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:243;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:742;s:11:\"trend_index\";i:563;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;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:45;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:245;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:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a: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:635;s:11:\"trend_index\";i:648;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;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:524;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:248;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:46;s:16:\"popularity_index\";i:877;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:249;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:125;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;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:49;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: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:47;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;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:429;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: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:152;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: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:48;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;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:310;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: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:49;s:16:\"popularity_index\";i:810;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:257;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:533;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;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:202;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: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:50;s:16:\"popularity_index\";i:856;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:260;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:264;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;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:581;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: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:51;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:263;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:334;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;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:633;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:265;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:52;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:266;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:323;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;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:263;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: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:53;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;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:395;s:11:\"trend_index\";i:337;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;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:128;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:271;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:54;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;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:201;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: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:307;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:274;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:760;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: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:753;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;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:55;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:277;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:374;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;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:520;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;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:280;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:56;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;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:350;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;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:168;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:283;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:619;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:284;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:57;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:285;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:656;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;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:232;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;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:58;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:288;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:532;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:289;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:545;s:11:\"trend_index\";i:502;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;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:291;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:59;s:16:\"popularity_index\";i:808;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:292;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:766;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;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:134;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:294;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:60;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:295;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:778;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:296;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:771;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:297;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:321;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:298;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:61;s:16:\"popularity_index\";i:823;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:299;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:750;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;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:92;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;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:62;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:302;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:649;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;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:381;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;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:719;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:305;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:63;s:16:\"popularity_index\";i:827;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:306;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:508;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: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:273;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;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:64;s:16:\"popularity_index\";i:828;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:309;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:439;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;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:68;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:311;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:735;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;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:65;s:16:\"popularity_index\";i:748;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:313;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:127;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:314;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:660;s:11:\"trend_index\";i:643;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: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:76;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;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:66;s:16:\"popularity_index\";i:818;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:317;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:121;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;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:743;s:11:\"trend_index\";i:713;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: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:313;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: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:67;s:16:\"popularity_index\";i:841;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:321;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:194;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;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:574;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: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:68;s:16:\"popularity_index\";i:865;s:11:\"trend_index\";i:789;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;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:445;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: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:187;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;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:69;s:16:\"popularity_index\";i:851;s:11:\"trend_index\";i:747;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;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:587;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:328;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:726;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;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:106;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;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:70;s:16:\"popularity_index\";i:833;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:331;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:481;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: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:335;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: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:71;s:16:\"popularity_index\";i:815;s:11:\"trend_index\";i:644;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: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:804;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;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:501;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;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:490;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;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:357;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: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:72;s:16:\"popularity_index\";i:862;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:339;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:387;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:340;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:808;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;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:779;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:342;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:73;s:16:\"popularity_index\";i:835;s:11:\"trend_index\";i:768;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;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:536;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;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:217;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:345;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:495;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: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:74;s:16:\"popularity_index\";i:852;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:347;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:241;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: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:711;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:349;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:75;s:16:\"popularity_index\";i:863;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:350;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:290;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;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:131;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:352;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:76;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:353;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:467;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;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:93;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;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:752;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;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:77;s:16:\"popularity_index\";i:837;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:357;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:449;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;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:31;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:359;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:78;s:16:\"popularity_index\";i:836;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:360;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:32;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:361;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:150;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:362;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:728;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: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:79;s:16:\"popularity_index\";i:807;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:364;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:72;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: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:7;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;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:598;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;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:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a: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:80;s:16:\"popularity_index\";i:813;s:11:\"trend_index\";i:746;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;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:360;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:370;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:260;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:371;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:81;s:16:\"popularity_index\";i:842;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:372;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:350;s:11:\"trend_index\";i:344;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;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:80;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:374;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:82;s:16:\"popularity_index\";i:824;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:375;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:129;s:11:\"trend_index\";i:69;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:376;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:314;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;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:83;s:16:\"popularity_index\";i:773;s:11:\"trend_index\";i:593;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;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:166;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: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:190;s:11:\"trend_index\";i:118;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: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:820;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;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:84;s:16:\"popularity_index\";i:860;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:382;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:810;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;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:590;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;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:84;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: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:85;s:16:\"popularity_index\";i:825;s:11:\"trend_index\";i:719;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;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:367;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;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:278;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:388;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:86;s:16:\"popularity_index\";i:789;s:11:\"trend_index\";i:698;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:389;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:11;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:390;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:640;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;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:87;s:16:\"popularity_index\";i:811;s:11:\"trend_index\";i:704;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;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:122;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:393;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:110;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;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:88;s:16:\"popularity_index\";i:822;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:395;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:256;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: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:556;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:397;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:89;s:16:\"popularity_index\";i:847;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:398;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:824;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;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:170;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;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:677;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:401;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:90;s:16:\"popularity_index\";i:838;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:402;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:554;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;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:63;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: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:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a: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:191;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;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:91;s:16:\"popularity_index\";i:788;s:11:\"trend_index\";i:594;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:407;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:662;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: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:486;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:409;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:92;s:16:\"popularity_index\";i:855;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:410;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:270;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: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:437;s:11:\"trend_index\";i:304;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: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:831;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;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:559;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;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:93;s:16:\"popularity_index\";i:804;s:11:\"trend_index\";i:621;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;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:225;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:416;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:296;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;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:94;s:16:\"popularity_index\";i:809;s:11:\"trend_index\";i:707;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:418;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:361;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;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:457;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:420;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:95;s:16:\"popularity_index\";i:791;s:11:\"trend_index\";i:696;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: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:255;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:422;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:674;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: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:814;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;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:96;s:16:\"popularity_index\";i:846;s:11:\"trend_index\";i:743;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: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:262;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:426;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:229;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: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:97;s:16:\"popularity_index\";i:864;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:428;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:117;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:429;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:339;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;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:98;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:431;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:424;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;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:517;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:433;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:815;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;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:99;s:16:\"popularity_index\";i:853;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:435;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:579;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: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:702;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:437;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:100;s:16:\"popularity_index\";i:785;s:11:\"trend_index\";i:524;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;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:736;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: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:631;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: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:101;s:16:\"popularity_index\";i:830;s:11:\"trend_index\";i:833;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;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:191;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:442;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:250;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;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:102;s:16:\"popularity_index\";i:850;s:11:\"trend_index\";i:799;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: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:624;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;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:511;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;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:62;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:447;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:103;s:16:\"popularity_index\";i:849;s:11:\"trend_index\";i:830;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: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:611;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:449;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:136;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: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:104;s:16:\"popularity_index\";i:829;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:451;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:409;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: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:105;s:16:\"popularity_index\";i:802;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:453;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:394;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;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:562;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: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:617;s:11:\"trend_index\";i:839;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;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:828;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:457;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:271;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: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:106;s:16:\"popularity_index\";i:794;s:11:\"trend_index\";i:762;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;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:107;s:16:\"popularity_index\";i:798;s:11:\"trend_index\";i:730;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:460;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:484;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: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:283;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:462;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:801;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;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:512;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: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:130;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: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:362;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;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:259;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:467;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:586;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: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:400;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;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:344;s:11:\"trend_index\";i:425;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: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:235;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;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:546;s:11:\"trend_index\";i:701;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;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:309;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:473;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:148;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:474;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:710;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: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:200;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: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:586;s:11:\"trend_index\";i:243;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: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:257;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: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:352;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:479;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:637;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;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:725;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:481;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:105;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: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:595;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: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:10;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: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:342;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: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:415;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;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:239;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;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:219;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: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:73;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;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:472;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;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:71;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;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:476;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;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:231;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:493;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:390;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;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:112;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:495;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:305;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: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:16;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: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:38;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: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:414;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: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:251;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: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:286;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: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:327;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: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:79;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:503;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:180;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: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:407;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: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:474;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: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:530;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: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:193;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: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:437;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;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:515;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: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:130;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:511;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:463;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: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:324;s:11:\"trend_index\";i:790;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:513;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:135;s:11:\"trend_index\";i:265;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: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:314;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:515;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:163;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: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:320;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: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:98;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: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:19;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;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:189;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: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:771;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: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:351;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: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:835;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: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:181;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: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:576;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: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:352;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: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:610;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: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:119;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: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:300;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:529;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:133;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;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:403;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:531;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:223;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:532;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:461;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;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:106;s:11:\"trend_index\";i:113;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:534;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:36;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: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:536;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:537;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:275;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: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:182;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;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:323;s:11:\"trend_index\";i:192;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:540;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:74;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;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:333;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:542;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:65;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:543;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:392;s:11:\"trend_index\";i:226;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;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:504;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: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:625;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: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:539;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: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:516;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;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:115;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: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:466;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: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:203;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: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:422;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: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:140;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: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:158;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;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:212;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: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:454;s:11:\"trend_index\";i:547;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: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:41;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: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:651;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: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:154;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: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:464;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: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:96;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: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:549;s:11:\"trend_index\";i:693;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: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:91;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: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:657;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: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:55;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: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:397;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: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:109;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: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:406;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;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:146;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: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:549;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: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:186;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:571;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:715;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:572;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:144;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: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:614;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;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:100;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: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:748;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: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:355;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:577;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:196;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:578;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:480;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: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:107;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:580;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:491;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: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:550;s:11:\"trend_index\";i:690;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;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:346;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;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:404;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;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:83;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: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:584;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;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:147;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: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:242;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:588;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:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;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:366;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:590;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:507;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: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:245;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:592;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:479;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: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:462;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;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:331;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: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:670;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;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:135;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: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:444;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: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:17;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: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:687;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;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:601;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:774;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;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:103;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: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:674;s:11:\"trend_index\";i:785;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: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:75;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: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:647;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:606;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:58;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: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:388;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: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:33;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: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:678;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;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:28;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: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:210;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: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:13;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: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:370;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;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:18;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: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:247;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: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:94;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: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:354;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:618;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:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:619;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:24;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:620;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:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:621;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:89;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: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:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:623;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:733;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: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:35;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:625;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:567;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: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:338;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:627;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:179;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:628;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:51;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: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:529;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: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:555;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: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:88;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: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:545;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;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:384;s:11:\"trend_index\";i:416;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;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:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:635;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:409;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:636;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:479;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:637;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:418;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;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:85;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: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:107;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:640;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:542;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: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:37;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: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:174;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:643;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:86;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:644;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:27;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:645;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:244;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: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:252;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: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:48;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: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:795;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: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:601;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: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:178;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: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:638;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;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:64;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: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:104;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:654;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:436;s:11:\"trend_index\";i:132;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;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:623;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;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:402;s:11:\"trend_index\";i:108;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;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:164;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:658;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:324;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: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:317;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: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:647;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;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:403;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:662;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:238;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: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:371;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: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:274;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: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:616;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: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:704;s:11:\"trend_index\";i:716;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: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:313;s:11:\"trend_index\";i:306;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;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:431;s:11:\"trend_index\";i:294;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;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:61;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;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:388;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:671;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:543;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: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:39;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: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:433;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;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:528;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: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:214;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;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:588;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: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:358;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:678;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:720;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: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:683;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: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:505;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: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:157;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: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:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a: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:420;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: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:383;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: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:665;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: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:443;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: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:441;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: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:446;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: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:311;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: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:734;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: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:448;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: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:272;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: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:473;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: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:442;s:11:\"trend_index\";i:349;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: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:254;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: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:197;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: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:573;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: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:509;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: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:685;s:11:\"trend_index\";i:775;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: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:175;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: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:786;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: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:129;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: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:836;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: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:246;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: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:680;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: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:489;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: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:592;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: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:525;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:709;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:834;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: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:498;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: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:622;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: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:408;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: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:708;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: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:308;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: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:469;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:716;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:519;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: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:518;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: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:578;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: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:682;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: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:706;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:721;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:160;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;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:405;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: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:230;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: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:205;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: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:645;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:726;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:480;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:727;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:102;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: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:455;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: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:609;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:730;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:364;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: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:764;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:732;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:816;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: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:744;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: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:0;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: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:236;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: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:478;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;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:421;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;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:399;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;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:288;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: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:329;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: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:283;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:742;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:211;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: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:22;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: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:280;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: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:635;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: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:608;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: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:654;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: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:347;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:749;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:386;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:750;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:183;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;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:703;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:752;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:506;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: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:248;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: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:526;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: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:450;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: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:568;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: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:609;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:758;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:825;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: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:821;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: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:716;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:761;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:773;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: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:451;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:763;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:372;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:764;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:589;s:11:\"trend_index\";i:841;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;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:60;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:766;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:30;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;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:44;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;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:493;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;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:358;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;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:500;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;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:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;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:570;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:773;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:368;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;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:53;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: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:277;s:11:\"trend_index\";i:138;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: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:59;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: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:120;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: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:172;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: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:45;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:780;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:114;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: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:149;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: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:302;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: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:353;s:11:\"trend_index\";i:514;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: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:209;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: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:596;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: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:438;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: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:249;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: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:483;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: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:351;s:11:\"trend_index\";i:553;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: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:372;s:11:\"trend_index\";i:550;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:791;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:97;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;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:269;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:793;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:21;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;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:213;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:795;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:46;s:11:\"trend_index\";i:99;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:796;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:145;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: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:82;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: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:23;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: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:190;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;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:218;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:801;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:227;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:802;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:316;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:803;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:266;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;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:139;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: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:204;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;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:336;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;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:177;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:808;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:279;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:809;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:253;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:810;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:811;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:42;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;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:66;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;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:81;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;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:692;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: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:755;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: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:552;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: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:569;s:11:\"trend_index\";i:811;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: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:328;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:819;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:784;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:820;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:284;s:11:\"trend_index\";i:385;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: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:452;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:822;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:419;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:823;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:492;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:824;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:541;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: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:531;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: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:557;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: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:293;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: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:340;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:829;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:620;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:830;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:427;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:831;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:237;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: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:188;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: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:432;s:11:\"trend_index\";i:488;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:834;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:345;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: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:318;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: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:410;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: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:330;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: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:365;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: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:173;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: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:465;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: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:159;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: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:606;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: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:376;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:844;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:378;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:845;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:359;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: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:299;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:847;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:277;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: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:402;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:849;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:198;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:850;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:557;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:851;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:391;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:852;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:741;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: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:411;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:854;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:568;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:855;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:399;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:856;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:199;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: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:780;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: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:599;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:859;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:653;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: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:289;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:861;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:221;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: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:566;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: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:395;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:864;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:206;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:865;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:546;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: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:718;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: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:221;s:11:\"trend_index\";i:496;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:868;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:695;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:869;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:341;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:870;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:712;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:871;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:487;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:872;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:443;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:873;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:663;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: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:548;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: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:453;s:11:\"trend_index\";i:322;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:876;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:749;s:11:\"trend_index\";i:759;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:877;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:659;s:11:\"trend_index\";i:468;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:878;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:431;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:879;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:377;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:880;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:584;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:881;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:482;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:882;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:454;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(350,'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'),(353,'woocommerce_meta_box_errors','a:0:{}','yes'),(358,'_transient_woocommerce_reports-transient-version','1622648023','yes'),(369,'elementor_active_kit','14','yes'),(370,'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'),(371,'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'),(372,'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'),(373,'eael_editor_updated_at','1620837585','yes'),(374,'temp_count','a:1:{s:11:\"Default Kit\";s:11:\"Default Kit\";}','yes'),(528,'_transient_health-check-site-status-result','{\"good\":13,\"recommended\":6,\"critical\":1}','yes'),(555,'ec42e06de_updated_at','1620837585','yes'),(616,'27716c2b8_updated_at','1609258344','yes'),(619,'921d470f8_updated_at','1614054767','yes'),(623,'40e4f8434_updated_at','1620837585','yes'),(624,'category_children','a:0:{}','yes'),(627,'379c0f897_updated_at','1611267624','yes'),(637,'40e314001_updated_at','1620837585','yes'),(641,'265a76343_updated_at','1614054767','yes'),(683,'major_update_notice','1','yes'),(761,'96481cb86_updated_at','1620837585','yes'),(1114,'ucp_pointers','a:0:{}','yes'),(1115,'ucp_meta','a:3:{s:13:\"first_version\";s:4:\"3.83\";s:13:\"first_install\";i:1609715189;s:11:\"options_ver\";s:4:\"3.88\";}','yes'),(1117,'ucp_options','a:34:{s:6:\"status\";s:1:\"0\";s:11:\"license_key\";s:0:\"\";s:14:\"license_active\";b:0;s:15:\"license_expires\";s:10:\"1900-01-01\";s:12:\"license_type\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:14:\"ga_tracking_id\";s:0:\"\";s:5:\"theme\";s:11:\"cyber_chick\";s:10:\"custom_css\";s:0:\"\";s:5:\"title\";s:34:\"[site-title] is under construction\";s:11:\"description\";s:14:\"[site-tagline]\";s:8:\"heading1\";s:40:\"Sorry, we\'re doing some work on the site\";s:7:\"content\";s:89:\"Thank you for being patient. We are doing some work on the site and will be back shortly.\";s:15:\"social_facebook\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"social_youtube\";s:0:\"\";s:12:\"social_vimeo\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_behance\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:13:\"social_tumblr\";s:0:\"\";s:9:\"social_vk\";s:0:\"\";s:12:\"social_email\";s:0:\"\";s:12:\"social_phone\";s:0:\"\";s:12:\"social_skype\";s:0:\"\";s:15:\"social_telegram\";s:0:\"\";s:15:\"social_whatsapp\";s:0:\"\";s:12:\"login_button\";s:1:\"1\";s:8:\"linkback\";i:0;s:17:\"whitelisted_roles\";a:1:{i:0;s:13:\"administrator\";}s:17:\"whitelisted_users\";a:0:{}s:13:\"social_google\";s:0:\"\";}','yes'),(1138,'ninja_forms_oauth_client_secret','qbCK5NroVgYM5hz96HzcEKX3041SWChjA4XxPebC','yes'),(1139,'ninja_forms_version','3.5.7','yes'),(1140,'ninja_forms_db_version','1.4','no'),(1141,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2021-01-03 23:09:17\";s:17:\"CacheCollateForms\";s:19:\"2021-01-03 23:09:17\";s:18:\"CacheCollateFields\";s:19:\"2021-01-03 23:09:17\";s:19:\"CacheCollateObjects\";s:19:\"2021-01-03 23:09:17\";s:19:\"CacheCollateCleanup\";s:19:\"2021-01-03 23:09:17\";s:25:\"CacheFieldReconcilliation\";s:19:\"2021-01-03 23:09:17\";}','yes'),(1142,'ninja_forms_settings','a:11:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:0;s:18:\"opinionated_styles\";s:5:\"light\";s:20:\"recaptcha_site_key_3\";s:0:\"\";s:22:\"recaptcha_secret_key_3\";s:0:\"\";}','yes'),(1143,'ninja_forms_zuul','1','no'),(1145,'ninja_forms_addons_feed','[{\"title\":\"Conditional Logic\",\"image\":\"assets\\/img\\/add-ons\\/conditional-logic.png\",\"content\":\"Build dynamic forms that can change as a user fills out the form. Show and hide fields. Send certain email, don\'t send others. Redirect to one of many pages. The possibilities are endless!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic\",\"plugin\":\"ninja-forms-conditionals\\/conditionals.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/conditional-logic\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Conditional+Logic+Docs\",\"version\":\"3.1\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Multi Step Forms\",\"image\":\"assets\\/img\\/add-ons\\/multi-step-forms.png\",\"content\":\"Give submissions a boost on any longer form by making it a multi-page form. Drag and drop fields between pages, add breadcrumb navigation, a progress bar, and loads more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms\",\"plugin\":\"ninja-forms-multi-part\\/multi-part.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/multi-step-forms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Multi+Step+Forms+Docs\",\"version\":\"3.0.26\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Front-End Posting\",\"image\":\"assets\\/img\\/add-ons\\/front-end-posting.png\",\"content\":\"Let users publish content just by submitting a form! Completely configurable including post type, title, even categories and tags. Set post status, author, and much more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting\",\"plugin\":\"ninja-forms-post-creation\\/ninja-forms-post-creation.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/post-creation\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Front-End+Posting+Docs\",\"version\":\"3.0.10\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"File Uploads\",\"image\":\"assets\\/img\\/add-ons\\/file-uploads.png\",\"content\":\"Upload files to WordPress, Google Drive, Dropbox, or Amazon S3. Upload documents, images, media, and more. Easily control file type and size. Add an upload field to any form!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads\",\"plugin\":\"ninja-forms-uploads\\/file-uploads.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/file-uploads\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=File+Uploads+Docs\",\"version\":\"3.3.11\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Drag and drop fields into columns and rows. Resize fields. Add backgrounds, adjust borders, and more. Design gorgeous forms without being a designer!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look & Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp+Docs\",\"version\":\"3.2.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 12+ analytics fields including UTM values, URL referrer, geo data, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.0.15\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.4\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.4.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Set up any WordPress form to accept credit card payments or donations through Stripe. Base totals on a fixed amount, user entered amount, or a calculated total!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Generate a PDF of any WordPress form submission. Export any submission as a PDF, or attach it to an email and send a copy to whoever needs one!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.1.4\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Trello\",\"image\":\"assets\\/img\\/add-ons\\/trello.png\",\"content\":\"Create a new Trello card with data from any WordPress form submission. Map fields to card details, assign members and labels, upload images, embed links.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello\",\"plugin\":\"ninja-forms-trello\\/ninja-forms-trello.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/trello\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Trello+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 1,500 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.2\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Formstack Documents\",\"image\":\"assets\\/img\\/add-ons\\/webmerge.png\",\"content\":\"Create specifically formatted templates from an uploaded PDF or Word document, then auto-fill them from any WordPress form submission!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents\",\"plugin\":\"ninja-forms-webmerge\\/ninja-forms-webmerge.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Allow your users to register, login, and manage their own profiles on your website. Customizable template forms for each, or design your own!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.0.12\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.25\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PipelineDeals CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with PipelineDeals CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Highrise CRM\",\"image\":\"assets\\/img\\/add-ons\\/highrise-crm.png\",\"content\":\"Get more out of the functional simplicity of Highrise CRM with forms that can be designed from the ground up to maximize conversion. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM\",\"plugin\":\"ninja-forms-highrise-crm\\/ninja-forms-highrise-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.0.2\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign+Docs\",\"version\":\"3.0.6\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]}]','no'),(1147,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1148,'ninja-forms-views-secret','xhI3ACfeuakKRbD3h4Ojw2t88E0Ol1PFt1bxTFz9','yes'),(1151,'ninja_forms_needs_updates','0','yes'),(1152,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:9:\"1/10/2021\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),(1154,'nf_active_promotions','{\"dashboard\":[{\"id\":\"personal-20\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-20\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/inspirewithangela.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-20.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"personal-50\",\"location\":\"dashboard\",\"type\":\"personal\",\"content\":\"<a href=\\\"https:\\/\\/ninjaforms.com\\/personal-membership\\/?utm_source=ninja-forms-plugin&utm_medium=dashboard-banner-ad&utm_campaign=personal-banner-ad&utm_content=personal-50\\\" target=\\\"_blank\\\" class=\\\"nf-remove-promo-styling\\\"><img src=\\\"https:\\/\\/inspirewithangela.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-personal-50.png\\\"><\\/a>\",\"script\":\"\"},{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'https:\\/\\/inspirewithangela.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n setTimeout(function(){ \\/* Wait for services to init. *\\/\\n var data = {\\n width: 450,\\n closeOnClick: \'body\',\\n closeOnEsc: true,\\n content: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style="list-style-type:initial;margin-left: 20px;"><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n btnPrimary: {\\n text: \'Sign me up!\',\\n callback: function() {\\n var spinner = document.createElement(\'span\');\\n spinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n var w = this.offsetWidth;\\n this.innerHTML = spinner.outerHTML;\\n this.style.width = w+\'px\';\\n ninja_forms_sendwp_remote_install();\\n }\\n },\\n btnSecondary: {\\n text: \'Cancel\',\\n callback: function() {\\n sendwpModal.toggleModal(false);\\n }\\n }\\n }\\n var sendwpModal = new NinjaModal(data);\\n }, 500);\\n \"}]}','no'),(1155,'ninja_forms_optin_reported','1','yes'),(1162,'cff_style_settings','a:23:{s:12:\"cff_timezone\";s:15:\"America/Chicago\";s:14:\"cff_num_mobile\";s:0:\"\";s:19:\"cff_show_links_type\";b:1;s:19:\"cff_show_event_type\";b:1;s:19:\"cff_show_video_type\";b:1;s:20:\"cff_show_photos_type\";b:1;s:20:\"cff_show_status_type\";b:1;s:20:\"cff_show_albums_type\";b:1;s:15:\"cff_show_author\";b:1;s:13:\"cff_show_text\";b:1;s:13:\"cff_show_desc\";b:1;s:21:\"cff_show_shared_links\";b:1;s:13:\"cff_show_date\";b:1;s:14:\"cff_show_media\";b:1;s:19:\"cff_show_media_link\";b:1;s:20:\"cff_show_event_title\";b:1;s:22:\"cff_show_event_details\";b:1;s:13:\"cff_show_meta\";b:1;s:13:\"cff_show_link\";b:1;s:17:\"cff_show_like_box\";b:1;s:22:\"cff_show_facebook_link\";b:1;s:23:\"cff_show_facebook_share\";b:1;s:20:\"cff_event_title_link\";b:1;}','yes'),(1163,'cff_show_access_token','1','yes'),(1164,'cff_usage_tracking','a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}','no'),(1166,'cff_usage_tracking_config','a:6:{s:3:\"day\";i:6;s:4:\"hour\";i:10;s:6:\"minute\";i:31;s:6:\"second\";i:12;s:6:\"offset\";i:556272;s:8:\"initsend\";i:1610188272;}','yes'),(1169,'cff_rating_notice','dismissed','no'),(1170,'cff_statuses','a:2:{s:13:\"first_install\";i:1609715751;s:23:\"rating_notice_dismissed\";i:1611074328;}','no'),(1171,'cff_db_version','1.3','yes'),(1176,'cff_notifications','a:4:{s:6:\"update\";i:1622648163;s:4:\"feed\";a:1:{i:0;a:9:{s:5:\"title\";s:59:\"It\'s our 8th birthday! We\'re offering 60% off to celebrate!\";s:7:\"content\";s:158:\"Thanks for using our free {plugin} plugin. We turned 8 this week, and to celebrate we\'re offering <strong>60% off</strong> our Pro plugins for a limited time.\";s:5:\"image\";s:7:\"balloon\";s:4:\"type\";a:1:{i:0;s:4:\"free\";}s:7:\"plugins\";a:4:{i:0;s:9:\"instagram\";i:1;s:8:\"facebook\";i:2;s:7:\"twitter\";i:3;s:7:\"youtube\";}s:2:\"id\";i:3;s:4:\"btns\";a:2:{s:7:\"primary\";a:3:{s:3:\"url\";s:103:\"https://smashballoon.com/sale/?utm_campaign={campaign}&utm_source=dashboard-notices&utm_medium=birthday\";s:4:\"text\";s:15:\"Get this offer!\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:9:\"secondary\";a:2:{s:3:\"url\";a:1:{s:7:\"dismiss\";s:9:\"birthday8\";}s:4:\"text\";s:18:\"I\'m not interested\";}}s:5:\"start\";s:19:\"2021-05-31 00:00:00\";s:3:\"end\";s:19:\"2021-06-04 23:59:59\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(1177,'cff_newuser_notifications','a:4:{s:6:\"update\";i:1609715778;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:\"cff-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:\"cff_notice_dismiss cff_main_cta\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"cff_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"cff_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"cff_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"cff_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:\"cff_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"cff_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:\"cff-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:\"cff_notice_dismiss cff_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:\"cff_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"cff_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'),(1182,'ucp_notices','a:0:{}','yes'),(1190,'335fb2123_updated_at','1610061533','yes'),(1202,'revslider_update_revision_current','6.2.0','yes'),(1398,'_transient_product_query-transient-version','1622672950','yes'),(1447,'elementor_log','a:17:{s:32:\"2bad528cf886aad8a487b93d374b8c4d\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:3:\"233\";s:7:\"\0*\0file\";s:122:\"http://inspirewithangela.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/typed.min.js?ver=4.1.2\";s:7:\"\0*\0line\";s:1:\"1\";s:7:\"\0*\0date\";s:19:\"2021-01-07 17:17:19\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:59:\"Cannot read property \\'toLowerCase\\' of undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-07 17:17:19\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1610039839\";s:7:\"message\";s:49:\"Cannot read property \\\'toLowerCase\\\' of undefined\";s:3:\"url\";s:122:\"http://inspirewithangela.com/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-js/typed.min.js?ver=4.1.2\";s:4:\"line\";s:1:\"1\";s:6:\"column\";s:3:\"233\";}}s:32:\"7e78d7ace64d8579dbe22f3b2977fd91\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-08 02:43:10\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-08 02:43:10\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.15\";s:2:\"to\";s:6:\"3.0.16\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"b42f8f252b027d167a1dae7edcc44d5b\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"531038\";s:7:\"\0*\0file\";s:93:\"https://inspirewithangela.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.0.16\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2021-01-25 14:26:31\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:24:\"NProgress is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-25 14:26:31\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1611584791\";s:7:\"message\";s:24:\"NProgress is not defined\";s:3:\"url\";s:93:\"https://inspirewithangela.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.0.16\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"531038\";}}s:32:\"55a44f138bc4a66c9fa004199f7ebe41\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:2:\"25\";s:7:\"\0*\0file\";s:124:\"https://inspirewithangela.com/wp-content/plugins/premium-addons-for-elementor/assets/editor/js/premium-cross-cp.js?ver=4.1.8\";s:7:\"\0*\0line\";s:2:\"69\";s:7:\"\0*\0date\";s:19:\"2021-01-25 14:26:31\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:57:\"Cannot read property \\'addFilter\\' of undefined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-25 14:26:31\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1611584791\";s:7:\"message\";s:47:\"Cannot read property \\\'addFilter\\\' of undefined\";s:3:\"url\";s:124:\"https://inspirewithangela.com/wp-content/plugins/premium-addons-for-elementor/assets/editor/js/premium-cross-cp.js?ver=4.1.8\";s:4:\"line\";s:2:\"69\";s:6:\"column\";s:2:\"25\";}}s:32:\"4f6fa121d0a2644d085351f0f4ee8576\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-01-26 13:03:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.16\";s:2:\"to\";s:5:\"3.1.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-01-26 13:03:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.0.16\";s:2:\"to\";s:5:\"3.1.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a9dce37d79a7615e2e14efd15a82b45f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-02-01 01:50:55\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-01 01:50:55\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.0\";s:2:\"to\";s:5:\"3.1.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d3b11ef26c35387b559c2c7e45eae13b\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"546094\";s:7:\"\0*\0file\";s:92:\"https://inspirewithangela.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.1.1\";s:7:\"\0*\0line\";s:1:\"2\";s:7:\"\0*\0date\";s:19:\"2021-02-21 22:46:49\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:20:\"React is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-21 22:46:49\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1613947609\";s:7:\"message\";s:20:\"React is not defined\";s:3:\"url\";s:92:\"https://inspirewithangela.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.1.1\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:6:\"546094\";}}s:32:\"7429493758b3bdf000438aac4d3c9b49\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:1:\"9\";s:7:\"\0*\0file\";s:124:\"https://inspirewithangela.com/wp-content/plugins/premium-addons-for-elementor/assets/editor/js/premium-cross-cp.js?ver=4.2.3\";s:7:\"\0*\0line\";s:3:\"101\";s:7:\"\0*\0date\";s:19:\"2021-02-21 22:46:49\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:24:\"elementor is not defined\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-02-21 22:46:49\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1613947609\";s:7:\"message\";s:24:\"elementor is not defined\";s:3:\"url\";s:124:\"https://inspirewithangela.com/wp-content/plugins/premium-addons-for-elementor/assets/editor/js/premium-cross-cp.js?ver=4.2.3\";s:4:\"line\";s:3:\"101\";s:6:\"column\";s:1:\"9\";}}s:32:\"811f2fbdce46881824122fe3db9f29dd\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-03-03 02:05:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.1\";s:2:\"to\";s:5:\"3.1.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-03-03 02:05:04\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.1\";s:2:\"to\";s:5:\"3.1.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"50f45466e46878e8d71a1ffcd065b5f7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-03-04 00:14:17\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.2\";s:2:\"to\";s:5:\"3.1.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-03-04 00:14:17\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.2\";s:2:\"to\";s:5:\"3.1.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4762b2f53cd40e6bf7b347430a8489d5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-03-10 11:47:12\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.3\";s:2:\"to\";s:5:\"3.1.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-03-10 11:47:12\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.3\";s:2:\"to\";s:5:\"3.1.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2c841e178c308011ca6ec6dab75b82bc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 11:56:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 11:56:14\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"3c261e53cff37810e8ca9bea16e75d57\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 11:56:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 11:56:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"74217b77e2afaa6b514fad825225fa10\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 11:56:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 11:56:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:70:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"9178522761e169f8063c17a9fda26c4f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 11:56:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 11:56:20\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:72:\"Elementor/Upgrades - _v_3_2_0_migrate_breakpoints_to_new_system Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"17f6b1695ae91efa096983ccca77dad5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 11:56:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 11:56:20\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"320461f799b4683bac224036e892a7cf\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2021-04-22 11:56:21\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-04-22 11:56:21\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:5:\"3.1.4\";s:2:\"to\";s:5:\"3.2.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(1539,'_hfe_db_version','1.6.3','yes'),(1540,'bsf_analytics_installed_time','1610046759','no'),(1550,'auto_update_plugins','a:17:{i:0;s:19:\"akismet/akismet.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:3;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:4;s:9:\"hello.php\";i:5;s:27:\"ninja-forms/ninja-forms.php\";i:6;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:7;s:23:\"revslider/revslider.php\";i:8;s:45:\"custom-facebook-feed/custom-facebook-feed.php\";i:9;s:46:\"under-construction-page/under-construction.php\";i:10;s:27:\"woocommerce/woocommerce.php\";i:16;s:19:\"jetpack/jetpack.php\";i:19;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:20;s:31:\"simple-banner/simple-banner.php\";i:23;s:43:\"the-events-calendar/the-events-calendar.php\";i:26;s:45:\"woocommerce-services/woocommerce-services.php\";i:27;s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";}','no'),(1560,'cff_access_token','EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD','yes'),(1561,'cff_page_id','100294485336580','yes'),(1562,'cff_connected_accounts','{\\\"100294485336580\\\":{\\\"id\\\":\\\"100294485336580\\\",\\\"name\\\":\\\"IN%E2%80%A2spiration%20with%20Angela\\\",\\\"pagetype\\\":\\\"page\\\",\\\"accesstoken\\\":\\\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\\\",\\\"avatar\\\":\\\"\\\"}}','yes'),(1563,'cff_page_type','page','yes'),(1564,'cff_num_show','5','yes'),(1565,'cff_post_limit','','yes'),(1566,'cff_show_others','others','yes'),(1567,'cff_cache_time','1','yes'),(1568,'cff_cache_time_unit','hours','yes'),(1569,'cff_locale','en_US','yes'),(1573,'_transient_timeout_!cff_cff_f_1002944853365801002944853365807oten','1641583801','no'),(1574,'_transient_!cff_cff_f_1002944853365801002944853365807oten','{\"data\":[{\"id\":\"100294485336580_109562161076479\",\"from\":{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent-atl3-1.xx.fbcdn.net\\/v\\/t1.0-1\\/cp0\\/p50x50\\/131766064_100309728668389_1232181787486095779_n.jpg?_nc_cat=102&ccb=2&_nc_sid=dbb9e7&_nc_ohc=MIdOPIUXITsAX_k-NaJ&_nc_ht=scontent-atl3-1.xx&tp=27&oh=443be623789c0d1bd178508f36d52a66&oe=601B0221\",\"width\":50}},\"id\":\"100294485336580\",\"name\":\"IN\\u2022spiration with Angela\",\"link\":\"https:\\/\\/www.facebook.com\\/100294485336580\"},\"message\":\"We know it\\u2019s been challenging...it\\u2019s challenging now for many of us. One thing that stuck in my mind while walking through last year was \\u2018so many people refused to give up.\\u2019 Remember how we were quick to say: 2020 is the worst year ever- I can\\u2019t wait to get out of this!! Believe it or not, your better for knowing your last year self!\",\"status_type\":\"added_photos\",\"created_time\":\"2021-01-06T12:37:32+0000\",\"attachments\":{\"data\":[{\"description\":\"We know it\\u2019s been challenging...it\\u2019s challenging now for many of us. One thing that stuck in my mind while walking through last year was \\u2018so many people refused to give up.\\u2019 Remember how we were quick to say: 2020 is the worst year ever- I can\\u2019t wait to get out of this!! Believe it or not, your better for knowing your last year self!\",\"media_type\":\"photo\",\"unshimmed_url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\\/photos\\/a.109271027772259\\/109558847743477\\/?type=3\",\"target\":{\"id\":\"109558847743477\"}}]}},{\"id\":\"100294485336580_109271037772258\",\"from\":{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent-atl3-1.xx.fbcdn.net\\/v\\/t1.0-1\\/cp0\\/p50x50\\/131766064_100309728668389_1232181787486095779_n.jpg?_nc_cat=102&ccb=2&_nc_sid=dbb9e7&_nc_ohc=MIdOPIUXITsAX_k-NaJ&_nc_ht=scontent-atl3-1.xx&tp=27&oh=443be623789c0d1bd178508f36d52a66&oe=601B0221\",\"width\":50}},\"id\":\"100294485336580\",\"name\":\"IN\\u2022spiration with Angela\",\"link\":\"https:\\/\\/www.facebook.com\\/100294485336580\"},\"message\":\"Ladies, you can still take advantage of this...\\nwww.hiswordsmatter.com\",\"message_tags\":[],\"status_type\":\"added_photos\",\"created_time\":\"2021-01-05T15:20:02+0000\",\"attachments\":{\"data\":[{\"title\":\"Photos from IN\\u2022spiration with Angela\'s post\",\"media_type\":\"album\",\"unshimmed_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\\/posts\\/109271037772258\\/\",\"target\":{\"id\":\"109271037772258\"}}]}},{\"id\":\"100294485336580_109107781121917\",\"from\":{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent-atl3-1.xx.fbcdn.net\\/v\\/t1.0-1\\/cp0\\/p50x50\\/131766064_100309728668389_1232181787486095779_n.jpg?_nc_cat=102&ccb=2&_nc_sid=dbb9e7&_nc_ohc=MIdOPIUXITsAX_k-NaJ&_nc_ht=scontent-atl3-1.xx&tp=27&oh=443be623789c0d1bd178508f36d52a66&oe=601B0221\",\"width\":50}},\"id\":\"100294485336580\",\"name\":\"IN\\u2022spiration with Angela\",\"link\":\"https:\\/\\/www.facebook.com\\/100294485336580\"},\"message\":\"Hey Ladies! Creating a new page to connect with you! Welcome\\ud83d\\udc96\",\"status_type\":\"mobile_status_update\",\"created_time\":\"2021-01-04T22:41:13+0000\"},{\"id\":\"100294485336580_100427318656630\",\"from\":{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent-atl3-1.xx.fbcdn.net\\/v\\/t1.0-1\\/cp0\\/p50x50\\/131766064_100309728668389_1232181787486095779_n.jpg?_nc_cat=102&ccb=2&_nc_sid=dbb9e7&_nc_ohc=MIdOPIUXITsAX_k-NaJ&_nc_ht=scontent-atl3-1.xx&tp=27&oh=443be623789c0d1bd178508f36d52a66&oe=601B0221\",\"width\":50}},\"id\":\"100294485336580\",\"name\":\"IN\\u2022spiration with Angela\",\"link\":\"https:\\/\\/www.facebook.com\\/100294485336580\"},\"story\":\"IN\\u2022spiration with Angela updated their status.\",\"story_tags\":[{\"id\":\"100294485336580\",\"name\":\"IN\\u2022spiration with Angela\",\"type\":\"page\",\"offset\":0,\"length\":24}],\"status_type\":\"mobile_status_update\",\"created_time\":\"2020-12-23T21:39:12+0000\"},{\"id\":\"100294485336580_100318145334214\",\"from\":{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent-atl3-1.xx.fbcdn.net\\/v\\/t1.0-1\\/cp0\\/p50x50\\/131766064_100309728668389_1232181787486095779_n.jpg?_nc_cat=102&ccb=2&_nc_sid=dbb9e7&_nc_ohc=MIdOPIUXITsAX_k-NaJ&_nc_ht=scontent-atl3-1.xx&tp=27&oh=443be623789c0d1bd178508f36d52a66&oe=601B0221\",\"width\":50}},\"id\":\"100294485336580\",\"name\":\"IN\\u2022spiration with Angela\",\"link\":\"https:\\/\\/www.facebook.com\\/100294485336580\"},\"message\":\"Being IN\\u2022stoppable is not about running through every door. We are shielded with so many qualities within. Let your internal fire move you, and back you with Purpose!\",\"story\":\"IN\\u2022spiration with Angela updated their cover photo.\",\"story_tags\":[{\"id\":\"100294485336580\",\"name\":\"IN\\u2022spiration with Angela\",\"type\":\"page\",\"offset\":0,\"length\":24}],\"status_type\":\"added_photos\",\"created_time\":\"2020-12-23T17:40:23+0000\",\"attachments\":{\"data\":[{\"title\":\"IN\\u2022spiration with Angela\'s cover photo\",\"media_type\":\"photo\",\"unshimmed_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\",\"target\":{\"id\":\"100294485336580\"}}]}},{\"id\":\"100294485336580_100316788667683\",\"from\":{\"picture\":{\"data\":{\"height\":50,\"is_silhouette\":false,\"url\":\"https:\\/\\/scontent-atl3-1.xx.fbcdn.net\\/v\\/t1.0-1\\/cp0\\/p50x50\\/131766064_100309728668389_1232181787486095779_n.jpg?_nc_cat=102&ccb=2&_nc_sid=dbb9e7&_nc_ohc=MIdOPIUXITsAX_k-NaJ&_nc_ht=scontent-atl3-1.xx&tp=27&oh=443be623789c0d1bd178508f36d52a66&oe=601B0221\",\"width\":50}},\"id\":\"100294485336580\",\"name\":\"IN\\u2022spiration with Angela\",\"link\":\"https:\\/\\/www.facebook.com\\/100294485336580\"},\"message\":\"Each shirt speaks to the various journey\'s we will walk while on this path of life. Make your steps count Ladies.\",\"story\":\"IN\\u2022spiration with Angela updated their cover photo.\",\"story_tags\":[{\"id\":\"100294485336580\",\"name\":\"IN\\u2022spiration with Angela\",\"type\":\"page\",\"offset\":0,\"length\":24}],\"status_type\":\"added_photos\",\"created_time\":\"2020-12-23T17:38:04+0000\",\"attachments\":{\"data\":[{\"title\":\"IN\\u2022spiration with Angela\'s cover photo\",\"media_type\":\"photo\",\"unshimmed_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\",\"target\":{\"id\":\"100294485336580\"}}]}}],\"paging\":{\"cursors\":{\"before\":\"QVFIUkx4TVZAmODNCVXM3UHIzTlNjOHEtcG5OZAUtPTVVCMWxiOUhXS1FNS1hfd1l4UXNGSzU5Vk9MTG5IYm43U2JmUmt2UEVmNjBUYWI0WEJpOFdONnJPb0ZAaenJMVDFqNE1WOUFYMjlvZAnh4R29qZAkNvcGNiNWhRUGZAqWmhwZAVdDaFlh\",\"after\":\"QVFIUmQ0RFA0ZAi1mOWRIRWNuOGVzWVBsZAmxMYVdheWczRWxmb2tpbDNWS2JmWUpFTW5sX0VsTWNiWW1CUkxBclFTdXhUTWtNVDlTZA0lkblFYcmRFVTNKVlVaTDBlTVhLTFpZAWTNVSnFmNGlRU1Y4TWZAKUXp5eUpmRHUxdGN5V2ttUEV4\"}}}','no'),(1581,'_transient_timeout_eael_facebook_feed_NjkFb95MOQjl9BlohuNg4ztNyJeDgwcteIqrH88pkc1S9tOhLQTMPkLZlpX1rAcyt0w30SHMPWHhWgVChqr1AzSfimB30B7lSw6bWDGFqoeh9YnxLmCGmfn5HeuBWfPy0ykAoKVBFArvOrwCfY1omKZzD','1610049724','no'),(1582,'_transient_eael_facebook_feed_NjkFb95MOQjl9BlohuNg4ztNyJeDgwcteIqrH88pkc1S9tOhLQTMPkLZlpX1rAcyt0w30SHMPWHhWgVChqr1AzSfimB30B7lSw6bWDGFqoeh9YnxLmCGmfn5HeuBWfPy0ykAoKVBFArvOrwCfY1omKZzDMQMQ','{\"data\":[{\"status_type\":\"added_photos\",\"created_time\":\"2021-01-06T12:37:32+0000\",\"from\":{\"name\":\"IN\\u2022spiration with Angela\",\"id\":\"100294485336580\"},\"message\":\"We know it\\u2019s been challenging...it\\u2019s challenging now for many of us. One thing that stuck in my mind while walking through last year was \\u2018so many people refused to give up.\\u2019 Remember how we were quick to say: 2020 is the worst year ever- I can\\u2019t wait to get out of this!! Believe it or not, your better for knowing your last year self!\",\"full_picture\":\"https:\\/\\/scontent-atl3-1.xx.fbcdn.net\\/v\\/t1.0-9\\/s720x720\\/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\",\"permalink_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\\/posts\\/109562161076479\\/\",\"attachments\":{\"data\":[{\"type\":\"photo\",\"media_type\":\"photo\",\"description\":\"We know it\\u2019s been challenging...it\\u2019s challenging now for many of us. One thing that stuck in my mind while walking through last year was \\u2018so many people refused to give up.\\u2019 Remember how we were quick to say: 2020 is the worst year ever- I can\\u2019t wait to get out of this!! Believe it or not, your better for knowing your last year self!\",\"unshimmed_url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\\/photos\\/a.109271027772259\\/109558847743477\\/?type=3\"}]},\"comments\":{\"data\":[],\"summary\":{\"total_count\":0}},\"reactions\":{\"data\":[],\"summary\":{\"total_count\":0}},\"id\":\"100294485336580_109562161076479\"},{\"status_type\":\"added_photos\",\"created_time\":\"2021-01-05T15:20:02+0000\",\"from\":{\"name\":\"IN\\u2022spiration with Angela\",\"id\":\"100294485336580\"},\"message\":\"Ladies, you can still take advantage of this...\\nwww.hiswordsmatter.com\",\"full_picture\":\"https:\\/\\/scontent-atl3-1.xx.fbcdn.net\\/v\\/t1.0-9\\/s720x720\\/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\",\"permalink_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\\/posts\\/109271037772258\\/\",\"attachments\":{\"data\":[{\"type\":\"album\",\"media_type\":\"album\",\"title\":\"Photos from IN\\u2022spiration with Angela\'s post\",\"unshimmed_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\\/posts\\/109271037772258\\/\"}]},\"comments\":{\"data\":[{\"created_time\":\"2021-01-06T18:57:27+0000\",\"from\":{\"name\":\"Lisa Zlody\",\"id\":\"3467729056673230\"},\"message\":\"fuck off\",\"id\":\"109271037772258_109657114400317\"},{\"created_time\":\"2021-01-06T18:58:26+0000\",\"from\":{\"name\":\"Lisa Zlody\",\"id\":\"3467729056673230\"},\"message\":\"fuck off\",\"id\":\"109271037772258_109657231066972\"}],\"paging\":{\"cursors\":{\"before\":\"MgZDZD\",\"after\":\"MQZDZD\"}},\"summary\":{\"total_count\":2}},\"reactions\":{\"data\":[{\"id\":\"3467729056673230\",\"name\":\"Lisa Zlody\",\"type\":\"HAHA\"},{\"id\":\"3820319254693219\",\"name\":\"Helen Washington\",\"type\":\"LIKE\"},{\"id\":\"3817013881694770\",\"name\":\"Janeen Charles\",\"type\":\"WOW\"}],\"paging\":{\"cursors\":{\"before\":\"QVFIUkNkdndUeDQzS1dXaGtqem1TNWtQTi1FNTR2cmh2cW8zbWpfV1VmLWNMM0JxR0E0cjIxNGtyYXJERUJFZAGhXUWEZD\",\"after\":\"QVFIUkNyUXQ5dEpOOTRuS2JXaENBUnUwaTJVRGlrZA21IdFhzalV1aHhKcG1Lcm5MaEZAUclBnTlhLOU03bk14TXVINlBVTnlOWTF1Y21qLWRvTVdhQ0V5VkVn\"}},\"summary\":{\"total_count\":3}},\"id\":\"100294485336580_109271037772258\"},{\"status_type\":\"mobile_status_update\",\"created_time\":\"2021-01-04T22:41:13+0000\",\"from\":{\"name\":\"IN\\u2022spiration with Angela\",\"id\":\"100294485336580\"},\"message\":\"Hey Ladies! Creating a new page to connect with you! Welcome\\ud83d\\udc96\",\"permalink_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\\/posts\\/109107781121917\\/\",\"comments\":{\"data\":[],\"summary\":{\"total_count\":0}},\"reactions\":{\"data\":[{\"id\":\"3632399066828781\",\"name\":\"Jowharah Dawson\",\"type\":\"LIKE\"},{\"id\":\"3672183489525845\",\"name\":\"ThomasBecky Zimmerman\",\"type\":\"LIKE\"}],\"paging\":{\"cursors\":{\"before\":\"QVFIUm41c1R2aXFOcnV6bFlQQk8ybm1DYTNrTUtNLXZAyMVItSVBwd2luVURFZA0YyWHFuY24xMjVIZAHlwRm8tZAzBaNWIzV2lwZADE4Wm9oLWd6UzZAsTEVod2l3\",\"after\":\"QVFIUjRGbE9tTmtTOGYzaThDM1VDY2ZA4MjBkeFoxSlV4NWljZAVZAyd0xXakY5YXhrZA2F4aWw1aDNGNEE5TFhmcktsWTMZD\"}},\"summary\":{\"total_count\":2}},\"id\":\"100294485336580_109107781121917\"},{\"status_type\":\"mobile_status_update\",\"created_time\":\"2020-12-23T21:39:12+0000\",\"from\":{\"name\":\"IN\\u2022spiration with Angela\",\"id\":\"100294485336580\"},\"story\":\"IN\\u2022spiration with Angela updated their status.\",\"permalink_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\\/posts\\/100427318656630\\/\",\"comments\":{\"data\":[],\"summary\":{\"total_count\":0}},\"reactions\":{\"data\":[],\"summary\":{\"total_count\":0}},\"id\":\"100294485336580_100427318656630\"},{\"status_type\":\"added_photos\",\"created_time\":\"2020-12-23T17:40:23+0000\",\"from\":{\"name\":\"IN\\u2022spiration with Angela\",\"id\":\"100294485336580\"},\"message\":\"Being IN\\u2022stoppable is not about running through every door. We are shielded with so many qualities within. Let your internal fire move you, and back you with Purpose!\",\"story\":\"IN\\u2022spiration with Angela updated their cover photo.\",\"full_picture\":\"https:\\/\\/scontent-atl3-1.xx.fbcdn.net\\/v\\/t1.0-9\\/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\",\"permalink_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\\/posts\\/100318145334214\\/\",\"attachments\":{\"data\":[{\"type\":\"cover_photo\",\"media_type\":\"photo\",\"title\":\"IN\\u2022spiration with Angela\'s cover photo\",\"unshimmed_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\"}]},\"comments\":{\"data\":[],\"summary\":{\"total_count\":0}},\"reactions\":{\"data\":[{\"id\":\"4850914824980313\",\"name\":\"Mikaiya Williams\",\"type\":\"LOVE\"},{\"id\":\"3877553572277300\",\"name\":\"Tyra Lemons Eckwood\",\"type\":\"LOVE\"},{\"id\":\"3672183489525845\",\"name\":\"ThomasBecky Zimmerman\",\"type\":\"LOVE\"},{\"id\":\"3852392531458806\",\"name\":\"Tasha Cole\",\"type\":\"LOVE\"}],\"paging\":{\"cursors\":{\"before\":\"QVFIUnlXS3hQaVdDeDl3ZAHNpdHQxa3JYdFptR1ZAtMkxJOFBLd3FuMzAzOVhISnBaVnQwd3dETURoVzBSSlpjRzdKUExId0JsTXdfY29PNlRYcFV2bDM3ZAjF3\",\"after\":\"QVFIUnhZALXRNOEZARbzBjdUg2ZAnRFdTE4a0RxTjY1THVkbEVBSGN4ZAmRUVjZAxVkFsYkh5clg3MDk5N3RaUW9FWUxzV0VLUGZAsU0NRSEw3QmNxTnVFUXdSSmdR\"}},\"summary\":{\"total_count\":4}},\"id\":\"100294485336580_100318145334214\"},{\"status_type\":\"added_photos\",\"created_time\":\"2020-12-23T17:38:04+0000\",\"from\":{\"name\":\"IN\\u2022spiration with Angela\",\"id\":\"100294485336580\"},\"message\":\"Each shirt speaks to the various journey\'s we will walk while on this path of life. Make your steps count Ladies.\",\"story\":\"IN\\u2022spiration with Angela updated their cover photo.\",\"full_picture\":\"https:\\/\\/scontent-atl3-1.xx.fbcdn.net\\/v\\/t1.0-9\\/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\",\"permalink_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\\/posts\\/100316788667683\\/\",\"attachments\":{\"data\":[{\"type\":\"cover_photo\",\"media_type\":\"photo\",\"title\":\"IN\\u2022spiration with Angela\'s cover photo\",\"unshimmed_url\":\"https:\\/\\/www.facebook.com\\/100294485336580\"}]},\"comments\":{\"data\":[],\"summary\":{\"total_count\":0}},\"reactions\":{\"data\":[{\"id\":\"4850914824980313\",\"name\":\"Mikaiya Williams\",\"type\":\"LOVE\"},{\"id\":\"3672183489525845\",\"name\":\"ThomasBecky Zimmerman\",\"type\":\"LOVE\"},{\"id\":\"3852392531458806\",\"name\":\"Tasha Cole\",\"type\":\"LOVE\"}],\"paging\":{\"cursors\":{\"before\":\"QVFIUnY1blp4UmJ4Rl9weEpXaTRYNFpET09UTi1NdFpZAVGxvUWtKVkQyUWc2WmF2a2pDM05RX2c4ZAmdYN2w0NGpmMkp3aFp4TXhqZAFpqa19jRk1mVVUxeHhR\",\"after\":\"QVFIUjFoN0lUaW5wX1BPLWcxVUdXMHlkZAEFFSjc0QkJ5RVpsRFVxTzRRNDAxaGxvcktUMjIycmNfVjA3NzA5anBMZADFnc2UxS2g4QjlUbXdGOElxUjM5Xzh3\"}},\"summary\":{\"total_count\":3}},\"id\":\"100294485336580_100316788667683\"}],\"paging\":{\"cursors\":{\"before\":\"QVFIUkx4TVZAmODNCVXM3UHIzTlNjOHEtcG5OZAUtPTVVCMWxiOUhXS1FNS1hfd1l4UXNGSzU5Vk9MTG5IYm43U2JmUmt2UEVmNjBUYWI0WEJpOFdONnJPb0ZAaenJMVDFqNE1WOUFYMjlvZAnh4R29qZAkNvcGNiNWhRUGZAqWmhwZAVdDaFlh\",\"after\":\"QVFIUmQ0RFA0ZAi1mOWRIRWNuOGVzWVBsZAmxMYVdheWczRWxmb2tpbDNWS2JmWUpFTW5sX0VsTWNiWW1CUkxBclFTdXhUTWtNVDlTZA0lkblFYcmRFVTNKVlVaTDBlTVhLTFpZAWTNVSnFmNGlRU1Y4TWZAKUXp5eUpmRHUxdGN5V2ttUEV4\"}}}','no'),(1593,'elementor_controls_usage','a:2:{s:7:\"wp-post\";a:8:{s:6:\"column\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:7;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:3;s:16:\"background_color\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}}}}s:9:\"site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:18:\"section_site_image\";a:4:{s:18:\"site_logo_fallback\";i:1;s:12:\"custom_image\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:15:\"navigation-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:1:{s:13:\"navmenu_align\";i:1;}}s:5:\"style\";a:1:{s:23:\"section_style_main-menu\";a:6:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:30:\"menu_typography_text_transform\";i:1;s:15:\"color_menu_item\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:20:\"eael-creative-button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:4:{s:20:\"creative_button_text\";i:1;s:30:\"creative_button_secondary_text\";i:1;s:24:\"creative_button_link_url\";i:1;s:29:\"eael_creative_button_icon_new\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:6:{s:37:\"eael_creative_button_background_color\";i:1;s:43:\"eael_creative_button_hover_background_color\";i:1;s:30:\"eael_creative_button_alignment\";i:1;s:42:\"eael_creative_button_typography_typography\";i:1;s:43:\"eael_creative_button_typography_font_family\";i:1;s:43:\"eael_creative_button_typography_font_weight\";i:1;}}}}}s:7:\"wp-page\";a:11:{s:6:\"column\";a:2:{s:5:\"count\";i:16;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:15;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:6;s:6:\"margin\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;}}}}s:10:\"eael-ninja\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:2;}}s:5:\"style\";a:7:{s:24:\"section_form_title_style\";a:2:{s:32:\"form_title_typography_typography\";i:1;s:33:\"form_title_typography_font_family\";i:1;}s:19:\"section_label_style\";a:2:{s:27:\"typography_label_typography\";i:1;s:28:\"typography_label_font_family\";i:1;}s:20:\"section_fields_style\";a:2:{s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;}s:31:\"section_field_description_style\";a:2:{s:39:\"field_description_typography_typography\";i:1;s:40:\"field_description_typography_font_family\";i:1;}s:27:\"section_submit_button_style\";a:3:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:29:\"button_typography_font_weight\";i:1;}s:29:\"section_success_message_style\";a:2:{s:37:\"success_message_typography_typography\";i:1;s:38:\"success_message_typography_font_family\";i:1;}s:29:\"section_required_notice_style\";a:3:{s:37:\"required_notice_typography_typography\";i:1;s:38:\"required_notice_typography_font_family\";i:1;s:38:\"required_notice_typography_font_weight\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:12;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:12;s:5:\"align\";i:12;s:11:\"header_size\";i:6;s:4:\"link\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:12;s:21:\"typography_typography\";i:12;s:22:\"typography_font_weight\";i:12;s:22:\"typography_font_family\";i:9;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:7;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:6;s:17:\"_background_color\";i:6;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:7;s:10:\"image_size\";i:6;s:22:\"image_custom_dimension\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:8;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:8;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:7;s:21:\"typography_typography\";i:7;s:22:\"typography_font_family\";i:7;s:22:\"typography_font_weight\";i:7;s:5:\"align\";i:1;}}}}s:17:\"slider_revolution\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:1;}}}}s:12:\"social-icons\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}}}s:18:\"eael-facebook-feed\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:43:\"eael_section_facebook_feed_settings_account\";a:2:{s:26:\"eael_facebook_feed_page_id\";i:1;s:31:\"eael_facebook_feed_access_token\";i:1;}s:43:\"eael_section_facebook_feed_settings_content\";a:1:{s:30:\"eael_facebook_feed_image_count\";i:1;}s:43:\"eael_section_facebook_feed_settings_general\";a:1:{s:44:\"eael_facebook_feed_is_show_preview_thumbnail\";i:1;}}}}s:13:\"image-gallery\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:5:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:12:\"gallery_link\";i:1;s:12:\"gallery_rand\";i:1;}}}}}}','no'),(1642,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1646,'760ad9143_updated_at','1611262450','yes'),(1730,'strong-testimonials-rate-time','1610141861','yes'),(1805,'wpos_anylc_redirect','','yes'),(1806,'widget_sp_testimonials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1807,'wpos_anylc_site_uid','5ccca45f01d6e99eeade5317d225bcc5','yes'),(1808,'wpos_anylc_pdt_24','a:1:{s:6:\"status\";i:2;}','yes'),(1882,'106a6c241_updated_at','1614054767','yes'),(1883,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(1970,'nf_form_tel_data','1','no'),(1972,'ninja_forms_do_not_allow_tracking','1','yes'),(1976,'nf_sub_expiration','a:0:{}','yes'),(1994,'nf_form_tel_sent','true','no'),(2002,'eec6353d6_updated_at','1610120939','yes'),(2051,'414821f74_updated_at','1610123970','yes'),(2115,'958c3f1cc_updated_at','1611264163','yes'),(2134,'_transient_shipping-transient-version','1619979392','yes'),(2180,'pa_review_notice','1','yes'),(2250,'hide_simple_banner','no','yes'),(2251,'simple_banner_font_size','13.5px','yes'),(2252,'simple_banner_color','','yes'),(2253,'simple_banner_text_color','','yes'),(2254,'simple_banner_link_color','#ffffff','yes'),(2255,'simple_banner_close_color','','yes'),(2256,'simple_banner_text','<a href=\"http://inspirewithangela.com/my-account/\">My Account</a> | <a href=\"http://inspirewithangela.com/my-account/orders/\">My Orders</a> | <a href=\"http://inspirewithangela.com/cart/\">My Cart</a>','yes'),(2257,'simple_banner_custom_css','background:#FF7415;\r\ntext-decoration:none;','yes'),(2258,'simple_banner_scrolling_custom_css','','yes'),(2259,'simple_banner_text_custom_css','text-align:right;\r\ntext-decoration:none;','yes'),(2260,'simple_banner_button_css','','yes'),(2261,'simple_banner_position','','yes'),(2262,'header_margin','','yes'),(2263,'header_padding','','yes'),(2264,'pro_version_activation_code','','yes'),(2265,'pro_version_enabled','','yes'),(2266,'disabled_pages_array','','yes'),(2267,'permissions_array','','yes'),(2268,'site_custom_css','','yes'),(2269,'keep_site_custom_css','','yes'),(2270,'site_custom_js','','yes'),(2272,'debug_mode','','yes'),(2273,'wp_body_open_enabled','','yes'),(2274,'close_button_enabled','','yes'),(2275,'close_button_expiration','','yes'),(2600,'9b6c5ba4b_updated_at','1611005029','yes'),(2637,'woocommerce_onboarding_profile','a:1:{s:9:\"completed\";b:1;}','yes'),(2638,'woocommerce_task_list_hidden','yes','yes'),(2644,'_transient_jetpack_autoloader_plugin_paths','a:3:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";i:1;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";i:2;s:38:\"{{WP_PLUGIN_DIR}}/woocommerce-payments\";}','yes'),(2670,'2f33c530c_updated_at','1620837585','yes'),(3024,'widget_text_sliders','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3026,'ecpt_text_slider_testimonial_newusers_navigation_bar_free','yes','yes'),(3074,'tss_settings','a:1:{s:4:\"slug\";s:11:\"testimonial\";}','yes'),(3075,'widget_widget_rt_tss_owl_carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3134,'tribe_events_calendar_options','a:33:{s:8:\"did_init\";b:1;s:19:\"tribeEventsTemplate\";s:0:\"\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:10:\"viewOption\";s:4:\"list\";s:14:\"schema-version\";s:5:\"5.8.0\";s:21:\"previous_ecp_versions\";a:12:{i:0;s:1:\"0\";i:1;s:7:\"5.3.1.1\";i:2;s:5:\"5.3.2\";i:3;s:7:\"5.3.2.1\";i:4;s:5:\"5.4.0\";i:5;s:7:\"5.4.0.1\";i:6;s:7:\"5.4.0.2\";i:7;s:5:\"5.5.0\";i:8;s:7:\"5.5.0.1\";i:9;s:5:\"5.6.0\";i:10;s:5:\"5.7.0\";i:11;s:5:\"5.7.1\";}s:18:\"latest_ecp_version\";s:5:\"5.8.0\";s:16:\"views_v2_enabled\";b:1;s:12:\"postsPerPage\";s:2:\"12\";s:16:\"monthEventAmount\";i:3;s:27:\"recurring_events_are_hidden\";s:6:\"hidden\";s:11:\"donate-link\";b:0;s:20:\"toggle_blocks_editor\";b:0;s:33:\"toggle_blocks_editor_hidden_field\";b:0;s:12:\"showComments\";b:0;s:29:\"disable_metabox_custom_fields\";b:1;s:20:\"showEventsInMainLoop\";b:0;s:10:\"eventsSlug\";s:6:\"events\";s:15:\"singleEventSlug\";s:5:\"event\";s:14:\"multiDayCutoff\";s:5:\"00:00\";s:21:\"defaultCurrencySymbol\";s:1:\"$\";s:23:\"reverseCurrencyPosition\";b:0;s:17:\"trash-past-events\";s:0:\"\";s:18:\"delete-past-events\";s:0:\"\";s:15:\"embedGoogleMaps\";b:1;s:19:\"embedGoogleMapsZoom\";s:2:\"10\";s:11:\"debugEvents\";b:0;s:26:\"tribe_events_timezone_mode\";s:4:\"site\";s:32:\"tribe_events_timezones_show_zone\";b:0;s:13:\"earliest_date\";s:19:\"2021-01-18 00:00:00\";s:21:\"earliest_date_markers\";a:1:{i:0;s:3:\"241\";}s:11:\"latest_date\";s:19:\"2021-06-19 18:00:00\";s:19:\"latest_date_markers\";a:1:{i:0;s:3:\"547\";}}','yes'),(3137,'tribe_last_updated_option','1626264738.4391','yes'),(3138,'tribe_last_save_post','1626264738.4416','yes'),(3139,'widget_tribe-events-list-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3141,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:42:\"the-events-calendar/common/vendor/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1611012159;s:11:\"plugin_path\";s:43:\"the-events-calendar/the-events-calendar.php\";}}s:7:\"abspath\";s:48:\"/home2/church/public_html/inspirewithangela.com/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:43:\"the-events-calendar/the-events-calendar.php\";s:8:\"sdk_path\";s:42:\"the-events-calendar/common/vendor/freemius\";s:7:\"version\";s:5:\"2.4.1\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1611012159;}}','yes'),(3142,'fs_debug_mode','','yes'),(3143,'fs_accounts','a:5:{s:21:\"id_slug_type_path_map\";a:1:{i:3069;a:3:{s:4:\"slug\";s:19:\"the-events-calendar\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}}s:11:\"plugin_data\";a:1:{s:19:\"the-events-calendar\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:43:\"the-events-calendar/the-events-calendar.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1611012159;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"5.7.1\";s:14:\"plugin_version\";s:5:\"5.8.0\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:21:\"inspirewithangela.com\";s:9:\"server_ip\";s:13:\"69.222.196.79\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1611012159;s:7:\"version\";s:7:\"5.3.1.1\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1611012171;s:7:\"version\";s:7:\"5.3.1.1\";}}}s:13:\"file_slug_map\";a:1:{s:43:\"the-events-calendar/the-events-calendar.php\";s:19:\"the-events-calendar\";}s:7:\"plugins\";a:1:{s:19:\"the-events-calendar\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:12:\"premium_slug\";s:27:\"the-events-calendar-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:43:\"the-events-calendar/the-events-calendar.php\";s:7:\"version\";s:5:\"5.8.0\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_e32061abc28cfedf231f3e5c4e626\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3069\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"543a4d376e69e66bc34eea5eabb07a56\";}','yes'),(3145,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),(3146,'tribe_last_generate_rewrite_rules','1626264738.4208','yes'),(3175,'746c61ed8_updated_at','1620837585','yes'),(3179,'1e24cf93f_updated_at','1620837585','yes'),(3194,'woocommerce_task_list_welcome_modal_dismissed','yes','yes'),(3200,'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:1620760645;}','no'),(3205,'_transient_product-transient-version','1620833981','yes'),(3225,'1f1a9ee23_updated_at','1620837585','yes'),(3333,'ed7f48419_updated_at','1620837585','yes'),(3403,'350bd4d96_updated_at','1620837585','yes'),(3441,'best_testimonial_options','a:15:{s:4:\"auto\";N;s:18:\"is_circular_slider\";i:1;s:5:\"speed\";i:1000;s:5:\"pause\";i:10000;s:16:\"box_border_color\";s:7:\"#FFFFFF\";s:15:\"box_border_size\";i:5;s:16:\"box_shadow_color\";s:7:\"#FFFFFF\";s:17:\"slider_back_color\";s:7:\"#FFFFFF\";s:18:\"is_adaptive_height\";i:1;s:11:\"show_arrows\";i:1;s:16:\"show_author_name\";i:1;s:15:\"show_author_des\";i:1;s:15:\"show_pagination\";i:1;s:13:\"touch_enabled\";i:1;s:13:\"resize_images\";i:1;}','yes'),(3442,'i13_default_form_options','a:33:{s:12:\"show_captcha\";i:1;s:16:\"show_author_name\";i:1;s:15:\"show_author_des\";i:1;s:17:\"show_author_email\";i:1;s:17:\"show_photo_upload\";i:1;s:29:\"is_author_name_field_required\";i:1;s:36:\"is_author_designation_field_required\";i:1;s:30:\"is_author_email_field_required\";i:1;s:27:\"photo_upload_field_required\";i:1;s:17:\"testimonial_label\";s:11:\"Testimonial\";s:17:\"author_name_label\";s:11:\"Author Name\";s:24:\"author_designation_lable\";s:18:\"Author Designation\";s:18:\"author_photo_label\";s:19:\"Upload Author Photo\";s:23:\"author_photo_link_label\";s:43:\"Click here to use gravatar.com photo avatar\";s:18:\"author_email_label\";s:12:\"Author Email\";s:23:\"testimonial_order_label\";s:17:\"Testimonial Order\";s:13:\"captcha_label\";s:13:\"Enter Captcha\";s:17:\"new_captcha_label\";s:15:\"Get New Captcha\";s:12:\"status_label\";s:6:\"Status\";s:12:\"submit_label\";s:6:\"Submit\";s:24:\"required_field_error_msg\";s:23:\"This field is required.\";s:29:\"invalid_email_field_error_msg\";s:27:\"Please enter a valid email.\";s:29:\"invalid_photo_field_error_msg\";s:70:\"Please upload valid file. Only .jpg,.jpeg,.png extensions are allowed.\";s:15:\"invalid_captcha\";s:21:\"Invalid captcha code.\";s:11:\"success_msg\";s:63:\"New testimonial submitted successfully.Admin will mordred soon.\";s:9:\"error_msg\";s:47:\"An error occurred while submitting testimonial.\";s:24:\"auto_approve_testimonial\";i:0;s:28:\"notify_admin_new_testimonial\";i:1;s:13:\"email_subject\";s:24:\"New testimonial received\";s:15:\"email_From_name\";s:19:\"Inspire With Angela\";s:10:\"email_From\";s:23:\"ekow@esselwebdesign.com\";s:8:\"email_to\";s:23:\"ekow@esselwebdesign.com\";s:10:\"email_body\";s:466:\"Hello [admin_name],\n <br class=\'blank\' />\n You have just received new testimonial, You can check it by visiting here [testimonial_moderate_edit_link_html]\n <br class=\'blank\' />\n Thanks & Regards\n <br class=\'blank\' />\n [sitename]\";}','yes'),(3443,'best_testimonial_slider_messages','a:0:{}','yes'),(3452,'gs_t_general','a:9:{s:14:\"gs_t_transtion\";s:8:\"carousel\";s:16:\"gs_t_slider_stop\";s:3:\"off\";s:14:\"gs_t_nav_arrow\";s:3:\"off\";s:16:\"gs_t_slide_speed\";i:4000;s:15:\"gs_t_responsive\";s:2:\"on\";s:15:\"gs_t_pagination\";s:3:\"off\";s:18:\"gs_t_comapny_lebel\";s:3:\"off\";s:12:\"gs_t_ratings\";s:3:\"off\";s:10:\"gs_t_image\";s:3:\"off\";}','yes'),(3453,'gs_t_style','','yes'),(3454,'gs_t_advance','','yes'),(3484,'8dfd5ea3b_updated_at','1620837585','yes'),(3528,'product_cat_children','a:0:{}','yes'),(3600,'2be4a9709_updated_at','1620837585','yes'),(3640,'9c9e117c0_updated_at','1620837585','yes'),(3684,'cdcb03a3a_updated_at','1620837585','yes'),(3708,'1136c320d_updated_at','1620837585','yes'),(3896,'woocommerce_paypal_settings','a:22:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:19:\"a-flake@hotmail.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:19:\"a-flake@hotmail.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";}','yes'),(3906,'ad5e36cd2_updated_at','1620837585','yes'),(3910,'68d867457_updated_at','1614054767','yes'),(3911,'_transient_orders-transient-version','1619649802','yes'),(3986,'aeee718ee_updated_at','1620837585','yes'),(4015,'rlrsssl_options','a:15:{s:12:\"site_has_ssl\";b:1;s:4:\"hsts\";b:0;s:22:\"htaccess_warning_shown\";b:0;s:19:\"review_notice_shown\";b:1;s:25:\"ssl_success_message_shown\";b:0;s:26:\"autoreplace_insecure_links\";b:1;s:17:\"plugin_db_version\";s:5:\"5.0.2\";s:20:\"do_not_edit_htaccess\";b:0;s:17:\"htaccess_redirect\";b:1;s:11:\"ssl_enabled\";b:1;s:19:\"javascript_redirect\";b:0;s:11:\"wp_redirect\";b:1;s:31:\"switch_mixed_content_fixer_hook\";b:0;s:19:\"dismiss_all_notices\";b:0;s:21:\"dismiss_review_notice\";b:0;}','yes'),(4016,'rsssl_remaining_tasks','1','yes'),(4031,'current_theme','Neve','yes'),(4032,'theme_mods_twentynineteen','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:320;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1611259918;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:6:\"meta-2\";i:3;s:12:\"categories-2\";i:4;s:10:\"archives-2\";}s:9:\"sidebar-1\";a:0:{}}}}','yes'),(4033,'theme_switched','','yes'),(4078,'rsssl_activation_timestamp','1611151613','yes'),(4118,'rsssl_elementor_dismissed','1','yes'),(4138,'rsssl_google_analytics_dismissed','1','yes'),(4143,'rsssl_mixed_content_scan_dismissed','1','yes'),(4184,'theme_mods_onepress','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1611155822;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:6:\"meta-2\";i:3;s:12:\"categories-2\";i:4;s:10:\"archives-2\";}s:9:\"sidebar-1\";a:0:{}}}}','yes'),(4190,'theme_switched_via_customizer','','yes'),(4191,'customize_stashed_theme_mods','a:0:{}','no'),(4298,'theme_mods_twentytwentyone','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1611259726;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:6:\"meta-2\";i:3;s:12:\"categories-2\";i:4;s:10:\"archives-2\";}s:9:\"sidebar-1\";a:0:{}}}}','yes'),(4679,'woocommerce_sales_record_date','2021-03-01','yes'),(4680,'woocommerce_sales_record_amount','31.79','yes'),(4830,'theme_mods_veronika','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1611260159;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:6:\"meta-2\";i:3;s:12:\"categories-2\";i:4;s:10:\"archives-2\";}s:7:\"sidebar\";a:0:{}s:12:\"below-slider\";a:0:{}s:11:\"footer-left\";a:0:{}s:13:\"footer-center\";a:0:{}s:12:\"footer-right\";a:0:{}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(4831,'widget_veronika_about_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4832,'widget_veronika_social_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4833,'widget_veronika_latest_news_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(4898,'auto_update_core_dev','enabled','yes'),(4899,'auto_update_core_minor','enabled','yes'),(4900,'auto_update_core_major','unset','yes'),(4901,'db_upgraded','','yes'),(4904,'can_compress_scripts','0','no'),(4910,'theme_mods_minimalblog','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1611514421;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:14:\"recent-posts-2\";i:1;s:17:\"recent-comments-2\";i:2;s:6:\"meta-2\";i:3;s:12:\"categories-2\";i:4;s:10:\"archives-2\";}s:9:\"sidebar-1\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:10:\"footer-top\";a:0:{}}}}','yes'),(4911,'widget_minimalblog-latest-post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5089,'testimonial-category_children','a:0:{}','yes'),(5092,'7b5fab626_updated_at','1614054767','yes'),(5095,'7f1a55eb5_updated_at','1620837585','yes'),(5098,'4fb954b6b_updated_at','1620837585','yes'),(5101,'47520473e_updated_at','1611686914','yes'),(5104,'9467fe6f1_updated_at','1614054767','yes'),(5108,'09928ab45_updated_at','1614054767','yes'),(5124,'985f68c60_updated_at','1620837585','yes'),(5210,'WPLANG','','yes'),(5212,'bsf_analytics_optin','no','yes'),(5245,'1b7d1ef26_updated_at','1620837585','yes'),(5466,'e632c741a_updated_at','1620837585','yes'),(5508,'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:11:\"minimalblog\";s:18:\"custom_css_post_id\";i:436;}','yes'),(5511,'neve_install','1611514423','yes'),(5512,'neve_user_check_time','1611514423','yes'),(5513,'neve_new_user','yes','yes'),(5514,'woocommerce_catalog_rows','4','yes'),(5515,'woocommerce_catalog_columns','3','yes'),(5559,'action_scheduler_migration_status','complete','yes'),(6168,'elementor_allow_tracking','no','yes'),(6169,'elementor_tracker_notice','1','yes'),(6170,'wpins_block_notice','a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}','yes'),(6173,'jetpack_activated','1','yes'),(6176,'jetpack_activation_source','a:2:{i:0;s:4:\"list\";i:1;N;}','yes'),(6177,'jetpack_sync_settings_disable','0','yes'),(6178,'jetpack_options','a:13:{s:7:\"version\";s:16:\"9.8.1:1623199832\";s:11:\"old_version\";s:14:\"9.8:1622593532\";s:14:\"last_heartbeat\";i:1626295345;s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:188537605;s:6:\"public\";i:1;s:11:\"master_user\";i:1;s:9:\"hide_jitm\";a:1:{s:3:\"cdn\";a:2:{s:14:\"last_dismissal\";i:1613421919;s:6:\"number\";i:1;}}s:16:\"first_admin_view\";b:1;s:30:\"recommendations_banner_enabled\";b:1;s:20:\"recommendations_data\";a:4:{s:18:\"site-type-personal\";b:0;s:18:\"site-type-business\";b:1;s:15:\"site-type-store\";b:0;s:15:\"site-type-other\";b:0;}s:20:\"recommendations_step\";s:7:\"monitor\";}','yes'),(6179,'jetpack_connection_active_plugins','a:2:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}s:20:\"woocommerce-payments\";a:1:{s:4:\"name\";s:20:\"WooCommerce Payments\";}}','yes'),(6181,'do_activate','0','yes'),(6186,'wc_connect_options','a:4:{s:12:\"tos_accepted\";b:1;s:10:\"store_guid\";s:36:\"ed0262af-8609-41f0-93e9-78f589be8432\";s:25:\"shipping_methods_migrated\";b:1;s:15:\"payment_methods\";a:0:{}}','yes'),(6190,'jetpack_available_modules','a:1:{s:5:\"9.8.1\";a:42:{s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:10:\"custom-css\";s:3:\"1.7\";s:21:\"enhanced-distribution\";s:3:\"1.2\";s:16:\"google-analytics\";s:3:\"4.5\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:11:\"lazy-images\";s:5:\"5.6.0\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:9:\"masterbar\";s:3:\"4.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','yes'),(6191,'jetpack_log','a:1:{i:0;a:4:{s:4:\"time\";i:1611692987;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}}','no'),(6192,'jetpack_tos_agreed','1','yes'),(6193,'jetpack_secrets','a:0:{}','no'),(6194,'_transient_jetpack_assumed_site_creation_date','2020-12-27 23:45:27','yes'),(6195,'jetpack_private_options','a:2:{s:10:\"blog_token\";s:65:\"v)UBn^EtBuGv$(no2)es@Rm50t!TZyOA.7yrIm$mBuKOnUu%^W9oxOurEo@&ecdYP\";s:11:\"user_tokens\";a:2:{i:1;s:67:\"T722JN%U2Tq1TZhPDYUoWNzrGxG5*KKL.nnZmeG19vcKo9e4GVi2T2jN*O#vCBP9R.1\";i:3;s:67:\"dV0L5#$mi4b0B7I0irQSmKkK5Gi4(JL0.Sprr^p5TeGGcZoWIboW!A65n)hK8DVc0.3\";}}','yes'),(6199,'jetpack_unique_connection','a:3:{s:9:\"connected\";i:2;s:12:\"disconnected\";i:0;s:7:\"version\";s:5:\"3.6.1\";}','yes'),(6200,'jetpack_sync_settings_max_queue_size','5000','yes'),(6201,'jetpack_sync_settings_max_queue_lag','7200','yes'),(6203,'jetpack_sync_settings_dequeue_max_bytes','500000','yes'),(6204,'jetpack_sync_settings_upload_max_bytes','600000','yes'),(6205,'jetpack_sync_settings_upload_max_rows','500','yes'),(6206,'jetpack_sync_settings_sync_wait_time','10','yes'),(6207,'jetpack_sync_settings_sync_wait_threshold','10','yes'),(6208,'jetpack_sync_settings_enqueue_wait_time','1','yes'),(6209,'jetpack_sync_settings_queue_max_writes_sec','100','yes'),(6210,'jetpack_sync_settings_post_types_blacklist','a:0:{}','yes'),(6214,'jetpack_sync_settings_taxonomies_blacklist','a:0:{}','yes'),(6216,'jetpack_sync_settings_render_filtered_content','0','yes'),(6217,'jetpack_sync_settings_post_meta_whitelist','a:0:{}','yes'),(6219,'jetpack_sync_settings_comment_meta_whitelist','a:0:{}','yes'),(6221,'jetpack_sync_settings_max_enqueue_full_sync','100','yes'),(6222,'jetpack_sync_settings_max_queue_size_full_sync','1000','yes'),(6223,'jetpack_sync_settings_sync_via_cron','1','yes'),(6224,'jetpack_sync_settings_cron_sync_time_limit','240','yes'),(6225,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','yes'),(6226,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','yes'),(6227,'jetpack_sync_settings_sync_sender_enabled','1','yes'),(6228,'jetpack_sync_settings_full_sync_sender_enabled','1','yes'),(6229,'jetpack_sync_settings_full_sync_send_duration','9','yes'),(6230,'jetpack_sync_settings_full_sync_limits','a:5:{s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}}','yes'),(6231,'jetpack_sync_settings_checksum_disable','0','yes'),(6234,'jetpack_plugin_api_action_links','a:10:{s:51:\"header-footer-elementor/header-footer-elementor.php\";a:1:{s:8:\"Settings\";s:70:\"https://inspirewithangela.com/wp-admin/edit.php?post_type=elementor-hf\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";a:4:{s:8:\"Settings\";s:78:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_settings\";s:7:\"Support\";s:140:\"https://www.monsterinsights.com/lite-support/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=lite-support-link&utm_content=7.17.0\";s:23:\"Get MonsterInsights Pro\";s:127:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=upgrade-link&utm_content=7.17.0\";s:13:\"Documentation\";s:122:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=kb-link&utm_content=7.17.0\";}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";a:3:{s:8:\"Settings\";s:81:\"https://inspirewithangela.com/wp-admin/admin.php?page=premium-addons#tab=elements\";s:26:\"Rollback to Version 4.4.0\";s:104:\"https://inspirewithangela.com/wp-admin/admin-post.php?action=premium_addons_rollback&_wpnonce=d54e522a38\";s:6:\"Go Pro\";s:107:\"https://premiumaddons.com/pro?utm_source=plugins-page&utm_medium=wp-dash&utm_campaign=get-pro&utm_term=neve\";}s:52:\"wt-smart-coupons-for-woocommerce/wt-smart-coupon.php\";a:4:{s:7:\"Support\";s:70:\"https://wordpress.org/support/plugin/wt-smart-coupons-for-woocommerce/\";s:6:\"Review\";s:94:\"https://wordpress.org/support/plugin/wt-smart-coupons-for-woocommerce/reviews/?rate=5#new-post\";s:9:\"Settings \";s:73:\"https://inspirewithangela.com/wp-admin/?page=wt-smart-coupon&tab=settings\";s:15:\"Premium Upgrade\";s:171:\"https://www.webtoffee.com/product/smart-coupons-for-woocommerce/?utm_source=free_plugin_listing&utm_medium=smart_coupons_basic&utm_campaign=smart_coupons&utm_content=1.2.8\";}s:45:\"custom-facebook-feed/custom-facebook-feed.php\";a:1:{s:8:\"Settings\";s:61:\"https://inspirewithangela.com/wp-admin/admin.php?page=cff-top\";}s:43:\"the-events-calendar/the-events-calendar.php\";a:2:{s:8:\"Settings\";s:88:\"https://inspirewithangela.com/wp-admin/edit.php?page=tribe-common&post_type=tribe_events\";s:8:\"Calendar\";s:37:\"https://inspirewithangela.com/events/\";}s:27:\"woocommerce/woocommerce.php\";a:1:{s:8:\"Settings\";s:65:\"https://inspirewithangela.com/wp-admin/admin.php?page=wc-settings\";}s:45:\"woocommerce-payments/woocommerce-payments.php\";a:1:{s:8:\"Settings\";s:107:\"https://inspirewithangela.com/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments\";}s:45:\"woocommerce-services/woocommerce-services.php\";a:1:{s:7:\"Support\";s:51:\"https://woocommerce.com/my-account/create-a-ticket/\";}s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";a:1:{s:6:\"Opt In\";s:129:\"https://inspirewithangela.com/wp-admin/edit.php?post_type=testimonial&page=wp-testimonials-with-rotator-widget&anylc_optin_menu=1\";}}','yes'),(6235,'jetpack_sync_https_history_home_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(6236,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(6239,'jetpack_active_modules','a:7:{i:0;s:21:\"enhanced-distribution\";i:1;s:8:\"json-api\";i:2;s:5:\"notes\";i:3;s:7:\"protect\";i:4;s:5:\"stats\";i:5;s:18:\"verification-tools\";i:6;s:21:\"woocommerce-analytics\";}','yes'),(6246,'jetpack_protect_key','fc74e811131a918a1764f23bab7bdca122d68564','no'),(6249,'wc_connect_services_last_update','1626295359','yes'),(6250,'wc_connect_last_heartbeat','1626211964','yes'),(6251,'wc_connect_services','O:8:\"stdClass\":3:{s:8:\"shipping\";a:2:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"usps\";s:18:\"method_description\";s:52:\"USPS Shipping Rates, Powered by WooCommerce Shipping\";s:12:\"method_title\";s:27:\"USPS (WooCommerce Shipping)\";s:12:\"carrier_name\";s:4:\"USPS\";s:11:\"form_layout\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Setup\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"title\";s:15:\"validation_hint\";s:18:\"Title is required.\";}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:6:\"origin\";s:15:\"validation_hint\";s:118:\"The zip code of where you are shipping from is required and should be a valid 5 digit or ZIP+4 United States ZIP code.\";}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:16:\"shipping_classes\";s:4:\"type\";s:16:\"shipping_classes\";s:18:\"requiredWcsVersion\";s:9:\">= 1.17.0\";}}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Rates\";s:5:\"items\";a:5:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"services\";s:4:\"type\";s:17:\"shipping_services\";s:15:\"validation_hint\";s:28:\"Select at least one service.\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"rate_filter\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:3:\"all\";s:50:\"Show all available rates and let customers choose.\";s:8:\"cheapest\";s:28:\"Only show the cheapest rate.\";}}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:13:\"fallback_rate\";s:15:\"validation_hint\";s:42:\"Fallback rate should be a positive number.\";s:11:\"placeholder\";s:11:\"Rate amount\";}i:3;O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"rate_class\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:6:\"retail\";s:38:\"Retail — Standard post office rates.\";s:3:\"cbp\";s:44:\"Commercial — Discounted post office rates.\";}}i:4;O:8:\"stdClass\":3:{s:3:\"key\";s:19:\"shipping_learn_more\";s:4:\"type\";s:4:\"text\";s:11:\"description\";s:153:\"<a href=\"https://docs.woocommerce.com/document/woocommerce-services/#section-4\" target=\"_blank\">Learn more</a> about available shipping rates and prices.\";}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:9:\"Packaging\";s:5:\"items\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"packing_method\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:8:\"by_price\";s:52:\"Pack items together, in as few packages as possible.\";s:10:\"individual\";s:53:\"Ship items individually, in their original packaging.\";}}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"boxes\";s:4:\"type\";s:8:\"packages\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"actions\";s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"submit\";s:5:\"title\";s:12:\"Save changes\";}}}}s:16:\"service_settings\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:5:\"title\";s:4:\"USPS\";s:11:\"description\";s:84:\"The USPS extension obtains rates dynamically from the USPS API during cart/checkout.\";s:8:\"required\";a:3:{i:0;s:5:\"title\";i:1;s:6:\"origin\";i:2;s:8:\"services\";}s:11:\"definitions\";O:8:\"stdClass\":2:{s:16:\"shipping_service\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:8:\"services\";a:57:{i:0;O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"pri\";s:4:\"name\";s:20:\"USPS - Priority Mail\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";}i:1;O:8:\"stdClass\":6:{s:2:\"id\";s:12:\"pri_flat_env\";s:4:\"name\";s:41:\"USPS - Priority Mail - Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:13:\"flat_envelope\";}i:2;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_large_flat_box\";s:4:\"name\";s:52:\"USPS - Priority Mail - Large Flat Rate Box (12x12x5)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:14:\"large_flat_box\";}i:3;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_large_flat_box_2\";s:4:\"name\";s:52:\"USPS - Priority Mail - Large Flat Rate Box (23x11x3)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:16:\"large_flat_box_2\";}i:4;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_legal_flat_env\";s:4:\"name\";s:47:\"USPS - Priority Mail - Legal Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"legal_flat_envelope\";}i:5;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_medium_flat_box_top\";s:4:\"name\";s:57:\"USPS - Priority Mail - Medium Flat Rate Box (Top Loading)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"medium_flat_box_top\";}i:6;O:8:\"stdClass\":6:{s:2:\"id\";s:24:\"pri_medium_flat_box_side\";s:4:\"name\";s:58:\"USPS - Priority Mail - Medium Flat Rate Box (Side Loading)\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"medium_flat_box_side\";}i:7;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_sm_flat_box\";s:4:\"name\";s:42:\"USPS - Priority Mail - Small Flat Rate Box\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:14:\"small_flat_box\";}i:8;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_padded_flat_env\";s:4:\"name\";s:48:\"USPS - Priority Mail - Padded Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"padded_flat_envelope\";}i:9;O:8:\"stdClass\":6:{s:2:\"id\";s:18:\"pri_small_flat_env\";s:4:\"name\";s:47:\"USPS - Priority Mail - Small Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:19:\"small_flat_envelope\";}i:10;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_window_flat\";s:4:\"name\";s:48:\"USPS - Priority Mail - Window Flat Rate Envelope\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:20:\"window_flat_envelope\";}i:11;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_a1\";s:4:\"name\";s:43:\"USPS - Priority Mail - Regional Rate Box A1\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_a1\";}i:12;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_a2\";s:4:\"name\";s:43:\"USPS - Priority Mail - Regional Rate Box A2\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_a2\";}i:13;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_b1\";s:4:\"name\";s:43:\"USPS - Priority Mail - Regional Rate Box B1\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_b1\";}i:14;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_regional_b2\";s:4:\"name\";s:43:\"USPS - Priority Mail - Regional Rate Box B2\";s:5:\"group\";s:8:\"priority\";s:10:\"group_name\";s:13:\"Priority Mail\";s:14:\"group_estimate\";s:8:\"1-3 days\";s:18:\"predefined_package\";s:11:\"regional_b2\";}i:15;O:8:\"stdClass\":5:{s:2:\"id\";s:7:\"pri_exp\";s:4:\"name\";s:28:\"USPS - Priority Mail Express\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";}i:16;O:8:\"stdClass\":6:{s:2:\"id\";s:16:\"pri_exp_flat_env\";s:4:\"name\";s:49:\"USPS - Priority Mail Express - Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:21:\"express_flat_envelope\";}i:17;O:8:\"stdClass\":6:{s:2:\"id\";s:22:\"pri_exp_legal_flat_env\";s:4:\"name\";s:55:\"USPS - Priority Mail Express - Legal Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:27:\"express_legal_flat_envelope\";}i:18;O:8:\"stdClass\":5:{s:2:\"id\";s:16:\"pri_exp_military\";s:4:\"name\";s:37:\"USPS - Priority Mail Express Military\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:19;O:8:\"stdClass\":5:{s:2:\"id\";s:24:\"pri_exp_military_holiday\";s:4:\"name\";s:61:\"USPS - Priority Mail Express Military Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:20;O:8:\"stdClass\":5:{s:2:\"id\";s:25:\"pri_exp_military_flat_env\";s:4:\"name\";s:56:\"USPS - Priority Mail Express Military Flat Rate Envelope\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:21;O:8:\"stdClass\":5:{s:2:\"id\";s:33:\"pri_exp_military_flat_env_holiday\";s:4:\"name\";s:80:\"USPS - Priority Mail Express Military Flat Rate Envelope Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:22;O:8:\"stdClass\":5:{s:2:\"id\";s:31:\"pri_exp_military_legal_flat_env\";s:4:\"name\";s:62:\"USPS - Priority Mail Express Military Legal Flat Rate Envelope\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:23;O:8:\"stdClass\":5:{s:2:\"id\";s:39:\"pri_exp_military_legal_flat_env_holiday\";s:4:\"name\";s:86:\"USPS - Priority Mail Express Military Legal Flat Rate Envelope Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:24;O:8:\"stdClass\":5:{s:2:\"id\";s:32:\"pri_exp_military_padded_flat_env\";s:4:\"name\";s:63:\"USPS - Priority Mail Express Military Padded Flat Rate Envelope\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:25;O:8:\"stdClass\":5:{s:2:\"id\";s:40:\"pri_exp_military_padded_flat_env_holiday\";s:4:\"name\";s:87:\"USPS - Priority Mail Express Military Padded Flat Rate Envelope Sunday/Holiday Delivery\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:26;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_exp_padded_flat_env\";s:4:\"name\";s:56:\"USPS - Priority Mail Express - Padded Flat Rate Envelope\";s:5:\"group\";s:12:\"priority_exp\";s:10:\"group_name\";s:21:\"Priority Mail Express\";s:14:\"group_estimate\";s:9:\"Overnight\";s:18:\"predefined_package\";s:28:\"express_padded_flat_envelope\";}i:27;O:8:\"stdClass\":5:{s:2:\"id\";s:19:\"first_class_stamped\";s:4:\"name\";s:40:\"USPS - First-Class Mail - Stamped Letter\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:28;O:8:\"stdClass\":5:{s:2:\"id\";s:19:\"first_class_metered\";s:4:\"name\";s:40:\"USPS - First-Class Mail - Metered Letter\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:29;O:8:\"stdClass\":5:{s:2:\"id\";s:18:\"first_class_parcel\";s:4:\"name\";s:32:\"USPS - First-Class Mail - Parcel\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:30;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_lg_postcard\";s:4:\"name\";s:41:\"USPS - First-Class Mail - Large Postcards\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:31;O:8:\"stdClass\":5:{s:2:\"id\";s:20:\"first_class_postcard\";s:4:\"name\";s:35:\"USPS - First-Class Mail - Postcards\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:32;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_lg_env_flat\";s:4:\"name\";s:40:\"USPS - First-Class Mail - Large Envelope\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:33;O:8:\"stdClass\":5:{s:2:\"id\";s:19:\"first_class_package\";s:4:\"name\";s:34:\"USPS - First-Class Package Service\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:34;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_intl_letter\";s:4:\"name\";s:46:\"USPS - First-Class Mail - International Letter\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:35;O:8:\"stdClass\":5:{s:2:\"id\";s:23:\"first_class_intl_lg_env\";s:4:\"name\";s:54:\"USPS - First-Class Mail - International Large Envelope\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:36;O:8:\"stdClass\":5:{s:2:\"id\";s:16:\"first_class_intl\";s:4:\"name\";s:48:\"USPS - First-Class Package International Service\";s:5:\"group\";s:11:\"first_class\";s:10:\"group_name\";s:16:\"First-Class Mail\";s:14:\"group_estimate\";s:8:\"2-3 days\";}i:37;O:8:\"stdClass\":5:{s:2:\"id\";s:13:\"retail_ground\";s:4:\"name\";s:25:\"USPS - USPS Retail Ground\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:38;O:8:\"stdClass\":5:{s:2:\"id\";s:20:\"parcel_select_ground\";s:4:\"name\";s:27:\"USPS - Parcel Select Ground\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:39;O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"media\";s:4:\"name\";s:24:\"USPS - Media Mail Parcel\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:40;O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"gxg\";s:4:\"name\";s:49:\"USPS - USPS Global Express Guaranteed - Envelopes\";s:5:\"group\";s:10:\"speciality\";s:10:\"group_name\";s:19:\"Speciality Services\";s:14:\"group_estimate\";N;}i:41;O:8:\"stdClass\":5:{s:2:\"id\";s:12:\"pri_exp_intl\";s:4:\"name\";s:42:\"USPS - Priority Mail Express International\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";}i:42;O:8:\"stdClass\":6:{s:2:\"id\";s:21:\"pri_exp_intl_env_flat\";s:4:\"name\";s:64:\"USPS - Priority Mail Express International - Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:21:\"express_flat_envelope\";}i:43;O:8:\"stdClass\":6:{s:2:\"id\";s:23:\"pri_exp_intl_legal_flat\";s:4:\"name\";s:69:\"USPS - Priority Mail Express International - Legal Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:27:\"express_legal_flat_envelope\";}i:44;O:8:\"stdClass\":6:{s:2:\"id\";s:24:\"pri_exp_intl_padded_flat\";s:4:\"name\";s:70:\"USPS - Priority Mail Express International - Padded Flat Rate Envelope\";s:5:\"group\";s:30:\"priority_express_international\";s:10:\"group_name\";s:35:\"Priority Mail Express International\";s:14:\"group_estimate\";s:8:\"3-5 days\";s:18:\"predefined_package\";s:28:\"express_padded_flat_envelope\";}i:45;O:8:\"stdClass\":5:{s:2:\"id\";s:8:\"pri_intl\";s:4:\"name\";s:34:\"USPS - Priority Mail International\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";}i:46;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_intl_lg_box\";s:4:\"name\";s:56:\"USPS - Priority Mail International - Large Flat Rate Box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:14:\"large_flat_box\";}i:47;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_intl_md_box_top\";s:4:\"name\";s:71:\"USPS - Priority Mail International - Medium Flat Rate Box (Top Loading)\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"medium_flat_box_top\";}i:48;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_md_box_side\";s:4:\"name\";s:72:\"USPS - Priority Mail International - Medium Flat Rate Box (Side Loading)\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"medium_flat_box_side\";}i:49;O:8:\"stdClass\":6:{s:2:\"id\";s:15:\"pri_intl_sm_box\";s:4:\"name\";s:56:\"USPS - Priority Mail International - Small Flat Rate Box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:14:\"small_flat_box\";}i:50;O:8:\"stdClass\":6:{s:2:\"id\";s:12:\"pri_intl_dvd\";s:4:\"name\";s:61:\"USPS - Priority Mail International - DVD Flat Rate priced box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:8:\"dvd_flat\";}i:51;O:8:\"stdClass\":6:{s:2:\"id\";s:14:\"pri_intl_video\";s:4:\"name\";s:69:\"USPS - Priority Mail International - Large Video Flat Rate priced box\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:16:\"large_video_flat\";}i:52;O:8:\"stdClass\":6:{s:2:\"id\";s:17:\"pri_intl_env_flat\";s:4:\"name\";s:55:\"USPS - Priority Mail International - Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:13:\"flat_envelope\";}i:53;O:8:\"stdClass\":6:{s:2:\"id\";s:19:\"pri_intl_legal_flat\";s:4:\"name\";s:61:\"USPS - Priority Mail International - Legal Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"legal_flat_envelope\";}i:54;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_padded_flat\";s:4:\"name\";s:62:\"USPS - Priority Mail International - Padded Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"padded_flat_envelope\";}i:55;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_sm_env_flat\";s:4:\"name\";s:61:\"USPS - Priority Mail International - Small Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:19:\"small_flat_envelope\";}i:56;O:8:\"stdClass\":6:{s:2:\"id\";s:20:\"pri_intl_window_flat\";s:4:\"name\";s:62:\"USPS - Priority Mail International - Window Flat Rate Envelope\";s:5:\"group\";s:22:\"priority_international\";s:10:\"group_name\";s:27:\"Priority Mail International\";s:14:\"group_estimate\";s:9:\"6-10 days\";s:18:\"predefined_package\";s:20:\"window_flat_envelope\";}}}s:10:\"properties\";O:8:\"stdClass\":9:{s:5:\"title\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:21:\"Shipping method title\";s:7:\"default\";s:4:\"USPS\";s:9:\"minLength\";i:1;}s:10:\"account_id\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:12:\"USPS Account\";s:11:\"description\";s:117:\"Use the account provided or <a href=\"https://registration.shippingapis.com/\" target=\"_blank\">sign up for your own</a>\";s:7:\"default\";s:0:\"\";s:9:\"minLength\";i:0;}s:6:\"origin\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:15:\"Origin ZIP Code\";s:11:\"description\";s:28:\"Where are you shipping from?\";s:7:\"pattern\";s:18:\"^\\d{5}(?:-\\d{4})?$\";}s:16:\"shipping_classes\";O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"array\";s:5:\"title\";s:16:\"Shipping Classes\";s:11:\"description\";s:60:\"Do you need to limit the shipping method to certain classes?\";s:7:\"default\";a:0:{}}s:8:\"services\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:10:\"definition\";s:8:\"services\";s:5:\"title\";s:8:\"Services\";s:11:\"description\";s:146:\"Which <a target=\"_blank\" href=\"https://www.usps.com/ship/mail-shipping-services.htm\">shipping services</a> do you want to offer to your customers?\";s:5:\"items\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:10:\"properties\";O:8:\"stdClass\":57:{s:3:\"pri\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:3:\"pri\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_large_flat_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_large_flat_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_large_flat_box_2\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_large_flat_box_2\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_legal_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_legal_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_medium_flat_box_top\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_medium_flat_box_top\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:24:\"pri_medium_flat_box_side\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:24:\"pri_medium_flat_box_side\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_sm_flat_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_sm_flat_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_padded_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_padded_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"pri_small_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"pri_small_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_window_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_window_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_a1\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_a1\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_a2\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_a2\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_b1\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_b1\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_regional_b2\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_regional_b2\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:7:\"pri_exp\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:7:\"pri_exp\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"pri_exp_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"pri_exp_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:22:\"pri_exp_legal_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:22:\"pri_exp_legal_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"pri_exp_military\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"pri_exp_military\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:24:\"pri_exp_military_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:24:\"pri_exp_military_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:25:\"pri_exp_military_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:25:\"pri_exp_military_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:33:\"pri_exp_military_flat_env_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:33:\"pri_exp_military_flat_env_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:31:\"pri_exp_military_legal_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:31:\"pri_exp_military_legal_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:39:\"pri_exp_military_legal_flat_env_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:39:\"pri_exp_military_legal_flat_env_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:32:\"pri_exp_military_padded_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:32:\"pri_exp_military_padded_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:40:\"pri_exp_military_padded_flat_env_holiday\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:40:\"pri_exp_military_padded_flat_env_holiday\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_exp_padded_flat_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_exp_padded_flat_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"first_class_stamped\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"first_class_stamped\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"first_class_metered\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"first_class_metered\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:18:\"first_class_parcel\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:18:\"first_class_parcel\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_lg_postcard\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_lg_postcard\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"first_class_postcard\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"first_class_postcard\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_lg_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_lg_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"first_class_package\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"first_class_package\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_intl_letter\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_intl_letter\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"first_class_intl_lg_env\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"first_class_intl_lg_env\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:16:\"first_class_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:16:\"first_class_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:13:\"retail_ground\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:13:\"retail_ground\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"parcel_select_ground\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"parcel_select_ground\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:5:\"media\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:5:\"media\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:3:\"gxg\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:3:\"gxg\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_exp_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_exp_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:21:\"pri_exp_intl_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:21:\"pri_exp_intl_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:23:\"pri_exp_intl_legal_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:23:\"pri_exp_intl_legal_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:24:\"pri_exp_intl_padded_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:24:\"pri_exp_intl_padded_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:8:\"pri_intl\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:8:\"pri_intl\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_intl_lg_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_intl_lg_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_intl_md_box_top\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_intl_md_box_top\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_md_box_side\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_md_box_side\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:15:\"pri_intl_sm_box\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:15:\"pri_intl_sm_box\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:12:\"pri_intl_dvd\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:12:\"pri_intl_dvd\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:14:\"pri_intl_video\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:14:\"pri_intl_video\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:17:\"pri_intl_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:17:\"pri_intl_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:19:\"pri_intl_legal_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:19:\"pri_intl_legal_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_padded_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_padded_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_sm_env_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_sm_env_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:20:\"pri_intl_window_flat\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:20:\"pri_intl_window_flat\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}}}s:13:\"fallback_rate\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:20:\"Fallback Rate (in $)\";s:11:\"description\";s:148:\"If USPS returns no rates, offer the customer a fallback rate so they are still able to checkout. Leave this field as 0 to indicate no fallback rate.\";s:7:\"default\";i:0;s:7:\"minimum\";i:0;}s:11:\"rate_filter\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:35:\"Which rates would you like to show?\";s:4:\"enum\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"cheapest\";}s:7:\"default\";s:3:\"all\";}s:10:\"rate_class\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:36:\"What price would you like to charge?\";s:4:\"enum\";a:2:{i:0;s:6:\"retail\";i:1;s:3:\"cbp\";}s:7:\"default\";s:6:\"retail\";}s:14:\"packing_method\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:14:\"Packing Method\";s:4:\"enum\";a:2:{i:0;s:8:\"by_price\";i:1;s:10:\"individual\";}s:7:\"default\";s:8:\"by_price\";}}}s:8:\"packages\";O:8:\"stdClass\":6:{s:14:\"pri_flat_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:34:\"USPS Priority Mail Flat Rate Boxes\";s:11:\"definitions\";a:7:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"21.91 x 13.65 x 4.13\";s:16:\"outer_dimensions\";s:20:\"21.91 x 13.65 x 4.13\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:14:\"small_flat_box\";s:4:\"name\";s:19:\"Small Flat Rate Box\";s:10:\"dimensions\";s:20:\"21.91 x 13.65 x 4.13\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:21:\"27.94 x 21.59 x 13.97\";s:16:\"outer_dimensions\";s:21:\"28.57 x 22.22 x 15.24\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"medium_flat_box_top\";s:4:\"name\";s:35:\"Medium Flat Rate Box 1, Top Loading\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:21:\"27.94 x 21.59 x 13.97\";s:5:\"outer\";s:21:\"28.57 x 22.22 x 15.24\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"34.61 x 30.16 x 8.57\";s:16:\"outer_dimensions\";s:20:\"35.56 x 30.48 x 8.89\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"medium_flat_box_side\";s:4:\"name\";s:36:\"Medium Flat Rate Box 2, Side Loading\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"34.61 x 30.16 x 8.57\";s:5:\"outer\";s:20:\"35.56 x 30.48 x 8.89\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:21:\"30.48 x 30.48 x 13.97\";s:16:\"outer_dimensions\";s:21:\"31.11 x 31.11 x 15.24\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:14:\"large_flat_box\";s:4:\"name\";s:19:\"Large Flat Rate Box\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:21:\"30.48 x 30.48 x 13.97\";s:5:\"outer\";s:21:\"31.11 x 31.11 x 15.24\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"60.16 x 29.84 x 7.62\";s:16:\"outer_dimensions\";s:20:\"61.12 x 30.16 x 7.94\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:16:\"large_flat_box_2\";s:4:\"name\";s:30:\"Large Flat Rate Board Game Box\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"60.16 x 29.84 x 7.62\";s:5:\"outer\";s:20:\"61.12 x 30.16 x 7.94\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"19.21 x 13.81 x 1.59\";s:16:\"outer_dimensions\";s:20:\"19.21 x 13.81 x 1.59\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:8:\"dvd_flat\";s:4:\"name\";s:34:\"DVD Flat Rate (International Only)\";s:10:\"dimensions\";s:20:\"19.21 x 13.81 x 1.59\";s:10:\"max_weight\";d:1.810000000000000053290705182007513940334320068359375;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}i:6;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"23.49 x 15.87 x 5.08\";s:16:\"outer_dimensions\";s:20:\"23.49 x 15.87 x 5.08\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:16:\"large_video_flat\";s:4:\"name\";s:50:\"1096L - Large Video Flat Rate (International Only)\";s:10:\"dimensions\";s:20:\"23.49 x 15.87 x 5.08\";s:10:\"max_weight\";d:1.810000000000000053290705182007513940334320068359375;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:14:\"pri_flat_boxes\";s:22:\"can_ship_international\";b:1;}}}s:13:\"pri_envelopes\";O:8:\"stdClass\":2:{s:5:\"title\";s:38:\"USPS Priority Mail Flat Rate Envelopes\";s:11:\"definitions\";a:5:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"31.75 x 24.13 x 1.27\";s:16:\"outer_dimensions\";s:20:\"31.75 x 24.13 x 1.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:13:\"flat_envelope\";s:4:\"name\";s:18:\"Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:20:\"31.75 x 24.13 x 1.27\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:19:\"38.1 x 24.13 x 1.27\";s:16:\"outer_dimensions\";s:19:\"38.1 x 24.13 x 1.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"legal_flat_envelope\";s:4:\"name\";s:24:\"Legal Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:19:\"38.1 x 24.13 x 1.27\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"31.75 x 24.13 x 1.27\";s:16:\"outer_dimensions\";s:20:\"31.75 x 24.13 x 1.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"padded_flat_envelope\";s:4:\"name\";s:25:\"Padded Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:20:\"31.75 x 24.13 x 1.27\";i:1;s:20:\"31.75 x 19.05 x 3.81\";i:2;s:20:\"31.75 x 13.97 x 6.35\";i:3;s:19:\"31.75 x 8.89 x 8.89\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"31.75 x 24.13 x 1.27\";s:16:\"outer_dimensions\";s:20:\"31.75 x 24.13 x 1.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:20:\"window_flat_envelope\";s:4:\"name\";s:40:\"Window Flat Rate Envelope (12.5\" x 9.5\")\";s:10:\"dimensions\";a:1:{i:0;s:20:\"31.75 x 24.13 x 1.27\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:19:\"25.4 x 15.24 x 1.27\";s:16:\"outer_dimensions\";s:19:\"25.4 x 15.24 x 1.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:19:\"small_flat_envelope\";s:4:\"name\";s:24:\"Small Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:19:\"25.4 x 15.24 x 1.27\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:13:\"pri_envelopes\";s:22:\"can_ship_international\";b:1;}}}s:9:\"pri_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:24:\"USPS Priority Mail Boxes\";s:11:\"definitions\";a:10:{i:0;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:21:\"95.72 x 15.56 x 12.86\";s:16:\"outer_dimensions\";s:21:\"95.72 x 15.56 x 12.86\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:11:\"medium_tube\";s:4:\"name\";s:25:\"Priority Mail Medium Tube\";s:10:\"dimensions\";s:21:\"95.72 x 15.56 x 12.86\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"63.5 x 15.24 x 14.92\";s:16:\"outer_dimensions\";s:20:\"63.5 x 15.24 x 14.92\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"small_tube\";s:4:\"name\";s:24:\"Priority Mail Small Tube\";s:10:\"dimensions\";s:20:\"63.5 x 15.24 x 14.92\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:21:\"19.05 x 13.02 x 36.51\";s:16:\"outer_dimensions\";s:21:\"19.05 x 13.02 x 36.51\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:8:\"shoe_box\";s:4:\"name\";s:22:\"Priority Mail Shoe Box\";s:10:\"dimensions\";s:21:\"19.05 x 13.02 x 36.51\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:21:\"17.78 x 17.78 x 15.24\";s:16:\"outer_dimensions\";s:21:\"17.78 x 17.78 x 15.24\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"priority_4\";s:4:\"name\";s:21:\"Priority Mail Box - 4\";s:10:\"dimensions\";s:21:\"17.78 x 17.78 x 15.24\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:21:\"30.48 x 30.48 x 20.32\";s:16:\"outer_dimensions\";s:21:\"30.48 x 30.48 x 20.32\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"priority_7\";s:4:\"name\";s:21:\"Priority Mail Box - 7\";s:10:\"dimensions\";s:21:\"30.48 x 30.48 x 20.32\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"38.73 x 31.43 x 7.62\";s:16:\"outer_dimensions\";s:20:\"39.69 x 31.59 x 7.94\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"priority_1095\";s:4:\"name\";s:24:\"Priority Mail Box - 1095\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"38.73 x 31.43 x 7.62\";s:5:\"outer\";s:20:\"39.69 x 31.59 x 7.94\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:6;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"23.49 x 15.87 x 5.08\";s:16:\"outer_dimensions\";s:20:\"24.29 x 16.35 x 5.56\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:14:\"priority_1096L\";s:4:\"name\";s:25:\"Priority Mail Box - 1096L\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"23.49 x 15.87 x 5.08\";s:5:\"outer\";s:20:\"24.29 x 16.35 x 5.56\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:7;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"29.21 x 33.34 x 6.03\";s:16:\"outer_dimensions\";s:20:\"29.53 x 34.13 x 6.35\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"priority_1097\";s:4:\"name\";s:24:\"Priority Mail Box - 1097\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"29.21 x 33.34 x 6.03\";s:5:\"outer\";s:20:\"29.53 x 34.13 x 6.35\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:8;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"19.21 x 13.81 x 1.59\";s:16:\"outer_dimensions\";s:20:\"19.21 x 13.81 x 1.59\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:12:\"priority_dvd\";s:4:\"name\";s:21:\"Priority Mail DVD Box\";s:10:\"dimensions\";s:20:\"19.21 x 13.81 x 1.59\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}i:9;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"29.53 x 38.42 x 1.27\";s:16:\"outer_dimensions\";s:20:\"29.53 x 38.42 x 1.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:23:\"priority_tyvek_envelope\";s:4:\"name\";s:28:\"Priority Mail Tyvek Envelope\";s:10:\"dimensions\";s:20:\"29.53 x 38.42 x 1.27\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:8:\"priority\";i:1;s:22:\"priority_international\";}s:8:\"group_id\";s:9:\"pri_boxes\";s:22:\"can_ship_international\";b:1;}}}s:21:\"pri_express_envelopes\";O:8:\"stdClass\":2:{s:5:\"title\";s:46:\"USPS Priority Mail Express Flat Rate Envelopes\";s:11:\"definitions\";a:3:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"31.75 x 24.13 x 1.27\";s:16:\"outer_dimensions\";s:20:\"31.75 x 24.13 x 1.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:21:\"express_flat_envelope\";s:4:\"name\";s:18:\"Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:20:\"31.75 x 24.13 x 1.27\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:19:\"38.1 x 24.13 x 1.27\";s:16:\"outer_dimensions\";s:19:\"38.1 x 24.13 x 1.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:27:\"express_legal_flat_envelope\";s:4:\"name\";s:24:\"Legal Flat Rate Envelope\";s:10:\"dimensions\";a:1:{i:0;s:19:\"38.1 x 24.13 x 1.27\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"31.75 x 24.13 x 1.27\";s:16:\"outer_dimensions\";s:20:\"31.75 x 24.13 x 1.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:28:\"express_padded_flat_envelope\";s:4:\"name\";s:25:\"Padded Flat Rate Envelope\";s:10:\"dimensions\";a:4:{i:0;s:20:\"31.75 x 24.13 x 1.27\";i:1;s:20:\"31.75 x 19.05 x 3.81\";i:2;s:20:\"31.75 x 13.97 x 6.35\";i:3;s:19:\"31.75 x 8.89 x 8.89\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:21:\"pri_express_envelopes\";s:22:\"can_ship_international\";b:1;}}}s:17:\"pri_express_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:32:\"USPS Priority Mail Express Boxes\";s:11:\"definitions\";a:7:{i:0;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"38.73 x 31.43 x 7.62\";s:16:\"outer_dimensions\";s:20:\"39.69 x 31.59 x 7.94\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:11:\"express_box\";s:4:\"name\";s:25:\"Priority Mail Express Box\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"38.73 x 31.43 x 7.62\";s:5:\"outer\";s:20:\"39.69 x 31.59 x 7.94\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:21:\"27.94 x 21.59 x 13.97\";s:16:\"outer_dimensions\";s:21:\"28.57 x 22.22 x 15.24\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"express_box_1\";s:4:\"name\";s:27:\"Priority Mail Express Box 1\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:21:\"27.94 x 21.59 x 13.97\";s:5:\"outer\";s:21:\"28.57 x 22.22 x 15.24\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"30.16 x 8.57 x 34.61\";s:16:\"outer_dimensions\";s:20:\"30.48 x 8.89 x 35.56\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:13:\"express_box_2\";s:4:\"name\";s:27:\"Priority Mail Express Box 2\";s:10:\"dimensions\";O:8:\"stdClass\":2:{s:5:\"inner\";s:20:\"30.16 x 8.57 x 34.61\";s:5:\"outer\";s:20:\"30.48 x 8.89 x 35.56\";}s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:21:\"95.72 x 15.56 x 12.86\";s:16:\"outer_dimensions\";s:21:\"95.72 x 15.56 x 12.86\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:19:\"express_medium_tube\";s:4:\"name\";s:33:\"Priority Mail Express Medium Tube\";s:10:\"dimensions\";s:21:\"95.72 x 15.56 x 12.86\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"63.5 x 15.24 x 14.92\";s:16:\"outer_dimensions\";s:20:\"63.5 x 15.24 x 14.92\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:18:\"express_small_tube\";s:4:\"name\";s:32:\"Priority Mail Express Small Tube\";s:10:\"dimensions\";s:20:\"63.5 x 15.24 x 14.92\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:0;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:20:\"29.53 x 38.42 x 1.27\";s:16:\"outer_dimensions\";s:20:\"29.53 x 38.42 x 1.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:22:\"express_tyvek_envelope\";s:4:\"name\";s:36:\"Priority Mail Express Tyvek Envelope\";s:10:\"dimensions\";s:20:\"29.53 x 38.42 x 1.27\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}i:6;O:8:\"stdClass\":12:{s:16:\"inner_dimensions\";s:19:\"14.92 x 25.4 x 1.27\";s:16:\"outer_dimensions\";s:19:\"14.92 x 25.4 x 1.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:23:\"express_window_envelope\";s:4:\"name\";s:37:\"Priority Mail Express Window Envelope\";s:10:\"dimensions\";s:19:\"14.92 x 25.4 x 1.27\";s:10:\"max_weight\";d:31.75;s:9:\"is_letter\";b:1;s:17:\"service_group_ids\";a:2:{i:0;s:12:\"priority_exp\";i:1;s:30:\"priority_express_international\";}s:8:\"group_id\";s:17:\"pri_express_boxes\";s:22:\"can_ship_international\";b:1;}}}s:18:\"pri_regional_boxes\";O:8:\"stdClass\":2:{s:5:\"title\";s:38:\"USPS Priority Mail Regional Rate Boxes\";s:11:\"definitions\";a:4:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:19:\"25.72 x 18.1 x 12.7\";s:16:\"outer_dimensions\";s:19:\"25.72 x 18.1 x 12.7\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_a1\";s:4:\"name\";s:20:\"Regional Rate Box A1\";s:10:\"dimensions\";s:19:\"25.72 x 18.1 x 12.7\";s:10:\"max_weight\";d:6.79999999999999982236431605997495353221893310546875;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:18:\"pri_regional_boxes\";s:22:\"can_ship_international\";b:0;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:19:\"28.1 x 6.35 x 33.18\";s:16:\"outer_dimensions\";s:19:\"28.1 x 6.35 x 33.18\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_a2\";s:4:\"name\";s:20:\"Regional Rate Box A2\";s:10:\"dimensions\";s:19:\"28.1 x 6.35 x 33.18\";s:10:\"max_weight\";d:6.79999999999999982236431605997495353221893310546875;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:18:\"pri_regional_boxes\";s:22:\"can_ship_international\";b:0;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:21:\"31.11 x 26.67 x 13.97\";s:16:\"outer_dimensions\";s:21:\"31.11 x 26.67 x 13.97\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_b1\";s:4:\"name\";s:20:\"Regional Rate Box B1\";s:10:\"dimensions\";s:21:\"31.11 x 26.67 x 13.97\";s:10:\"max_weight\";d:9.07000000000000028421709430404007434844970703125;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:18:\"pri_regional_boxes\";s:22:\"can_ship_international\";b:0;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"36.83 x 7.62 x 41.27\";s:16:\"outer_dimensions\";s:20:\"36.83 x 7.62 x 41.27\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:1;s:2:\"id\";s:11:\"regional_b2\";s:4:\"name\";s:20:\"Regional Rate Box B2\";s:10:\"dimensions\";s:20:\"36.83 x 7.62 x 41.27\";s:10:\"max_weight\";d:9.07000000000000028421709430404007434844970703125;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:18:\"pri_regional_boxes\";s:22:\"can_ship_international\";b:0;}}}}}i:1;O:8:\"stdClass\":7:{s:11:\"form_layout\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Setup\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"title\";s:15:\"validation_hint\";s:18:\"Title is required.\";}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:6:\"origin\";s:15:\"validation_hint\";s:118:\"The zip code of where you are shipping from is required and should be a valid 5 digit or ZIP+4 United States ZIP code.\";}i:2;O:8:\"stdClass\":2:{s:3:\"key\";s:16:\"shipping_classes\";s:4:\"type\";s:16:\"shipping_classes\";}}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:5:\"Rates\";s:5:\"items\";a:3:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"services\";s:4:\"type\";s:17:\"shipping_services\";s:15:\"validation_hint\";s:28:\"Select at least one service.\";}i:1;O:8:\"stdClass\":3:{s:3:\"key\";s:11:\"rate_filter\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:3:\"all\";s:50:\"Show all available rates and let customers choose.\";s:8:\"cheapest\";s:28:\"Only show the cheapest rate.\";}}i:2;O:8:\"stdClass\":3:{s:3:\"key\";s:13:\"fallback_rate\";s:15:\"validation_hint\";s:42:\"Fallback rate should be a positive number.\";s:11:\"placeholder\";s:11:\"Rate amount\";}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:8:\"fieldset\";s:5:\"title\";s:9:\"Packaging\";s:5:\"items\";a:2:{i:0;O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"packing_method\";s:4:\"type\";s:6:\"radios\";s:8:\"titleMap\";O:8:\"stdClass\":2:{s:8:\"by_price\";s:52:\"Pack items together, in as few packages as possible.\";s:10:\"individual\";s:53:\"Ship items individually, in their original packaging.\";}}i:1;O:8:\"stdClass\":2:{s:3:\"key\";s:5:\"boxes\";s:4:\"type\";s:8:\"packages\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"actions\";s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"submit\";s:5:\"title\";s:12:\"Save changes\";}}}}s:16:\"service_settings\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:8:\"required\";a:3:{i:0;s:5:\"title\";i:1;s:6:\"origin\";i:2;s:8:\"services\";}s:10:\"properties\";O:8:\"stdClass\":8:{s:6:\"origin\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:15:\"Origin ZIP Code\";s:11:\"description\";s:28:\"Where are you shipping from?\";s:7:\"default\";s:0:\"\";}s:16:\"shipping_classes\";O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"array\";s:5:\"title\";s:16:\"Shipping Classes\";s:11:\"description\";s:60:\"Do you need to limit the shipping method to certain classes?\";s:7:\"default\";a:0:{}}s:13:\"fallback_rate\";O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:20:\"Fallback Rate (in $)\";s:11:\"description\";s:147:\"If DHL returns no rates, offer the customer a fallback rate so they are still able to checkout. Leave this field as 0 to indicate no fallback rate.\";s:7:\"default\";i:0;s:7:\"minimum\";i:0;}s:11:\"rate_filter\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:35:\"Which rates would you like to show?\";s:4:\"enum\";a:2:{i:0;s:3:\"all\";i:1;s:8:\"cheapest\";}s:7:\"default\";s:3:\"all\";}s:14:\"packing_method\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:14:\"Packing Method\";s:4:\"enum\";a:2:{i:0;s:8:\"by_price\";i:1;s:10:\"individual\";}s:7:\"default\";s:8:\"by_price\";}s:10:\"rate_class\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:36:\"What price would you like to charge?\";s:4:\"enum\";a:2:{i:0;s:6:\"retail\";i:1;s:3:\"cbp\";}s:7:\"default\";s:6:\"retail\";}s:5:\"title\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:21:\"Shipping method title\";s:7:\"default\";s:11:\"DHL Express\";s:9:\"minLength\";i:1;}s:8:\"services\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"object\";s:10:\"definition\";s:8:\"services\";s:5:\"title\";s:8:\"Services\";s:11:\"description\";s:129:\"Which <a target=\"_blank\" href=\"https://www.dhl.com/en/express.html\">shipping services</a> do you want to offer to your customers?\";s:5:\"items\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:10:\"properties\";O:8:\"stdClass\":1:{s:22:\"ExpressWorldwideNonDoc\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;s:7:\"default\";s:22:\"ExpressWorldwideNonDoc\";}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:1;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}}}}s:5:\"title\";s:11:\"DHL Express\";s:11:\"description\";s:82:\"The DHL extension obtains rates dynamically from the DHL API during cart/checkout.\";s:11:\"definitions\";O:8:\"stdClass\":2:{s:16:\"shipping_service\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"object\";s:10:\"properties\";O:8:\"stdClass\":4:{s:2:\"id\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:9:\"minLength\";i:1;}s:7:\"enabled\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:7:\"default\";b:0;}s:10:\"adjustment\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:7:\"default\";i:0;}s:15:\"adjustment_type\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:4:\"enum\";a:2:{i:0;s:4:\"flat\";i:1;s:10:\"percentage\";}s:7:\"default\";s:4:\"flat\";}}}s:8:\"services\";a:1:{i:0;O:8:\"stdClass\":4:{s:2:\"id\";s:22:\"ExpressWorldwideNonDoc\";s:4:\"name\";s:23:\"DHL - Express Worldwide\";s:5:\"group\";s:17:\"dhl_express_group\";s:10:\"group_name\";s:11:\"DHL Express\";}}}}s:2:\"id\";s:10:\"dhlexpress\";s:18:\"method_description\";s:59:\"DHL Express Shipping Rates, Powered by WooCommerce Shipping\";s:12:\"method_title\";s:34:\"DHL Express (WooCommerce Shipping)\";s:12:\"carrier_name\";s:11:\"DHL Express\";s:8:\"packages\";O:8:\"stdClass\":1:{s:26:\"domestic_and_international\";O:8:\"stdClass\":2:{s:5:\"title\";s:11:\"DHL Express\";s:11:\"definitions\";a:6:{i:0;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"24.89 x 30.48 x 2.54\";s:16:\"outer_dimensions\";s:20:\"24.89 x 30.48 x 2.54\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:16:\"SmallPaddedPouch\";s:4:\"name\";s:18:\"Small Padded Pouch\";s:10:\"dimensions\";s:20:\"24.89 x 30.48 x 2.54\";s:10:\"max_weight\";d:45.3599999999999994315658113919198513031005859375;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:1;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"30.22 x 35.56 x 2.54\";s:16:\"outer_dimensions\";s:20:\"30.22 x 35.56 x 2.54\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:16:\"LargePaddedPouch\";s:4:\"name\";s:18:\"Large Padded Pouch\";s:10:\"dimensions\";s:20:\"30.22 x 35.56 x 2.54\";s:10:\"max_weight\";d:45.3599999999999994315658113919198513031005859375;s:9:\"is_letter\";b:1;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:2;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:21:\"25.65 x 14.73 x 14.99\";s:16:\"outer_dimensions\";s:21:\"25.65 x 14.73 x 14.99\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:8:\"Box2Cube\";s:4:\"name\";s:11:\"Box #2 Cube\";s:10:\"dimensions\";s:21:\"25.65 x 14.73 x 14.99\";s:10:\"max_weight\";d:45.3599999999999994315658113919198513031005859375;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:3;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"31.75 x 28.19 x 3.81\";s:16:\"outer_dimensions\";s:20:\"31.75 x 28.19 x 3.81\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:9:\"Box2Small\";s:4:\"name\";s:12:\"Box #2 Small\";s:10:\"dimensions\";s:20:\"31.75 x 28.19 x 3.81\";s:10:\"max_weight\";d:45.3599999999999994315658113919198513031005859375;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:4;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:17:\"33.53 x 32 x 5.08\";s:16:\"outer_dimensions\";s:17:\"33.53 x 32 x 5.08\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:10:\"Box2Medium\";s:4:\"name\";s:13:\"Box #2 Medium\";s:10:\"dimensions\";s:17:\"33.53 x 32 x 5.08\";s:10:\"max_weight\";d:45.3599999999999994315658113919198513031005859375;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}i:5;O:8:\"stdClass\":11:{s:16:\"inner_dimensions\";s:20:\"44.45 x 31.75 x 7.62\";s:16:\"outer_dimensions\";s:20:\"44.45 x 31.75 x 7.62\";s:10:\"box_weight\";i:0;s:12:\"is_flat_rate\";b:0;s:2:\"id\";s:9:\"Box3Large\";s:4:\"name\";s:12:\"Box #3 Large\";s:10:\"dimensions\";s:20:\"44.45 x 31.75 x 7.62\";s:10:\"max_weight\";d:45.3599999999999994315658113919198513031005859375;s:9:\"is_letter\";b:0;s:8:\"group_id\";s:26:\"domestic_and_international\";s:22:\"can_ship_international\";b:1;}}}}}}s:5:\"boxes\";O:8:\"stdClass\":5:{s:4:\"type\";s:5:\"array\";s:5:\"title\";s:9:\"Box Sizes\";s:11:\"description\";s:240:\"Items will be packed into these boxes based on item dimensions and volume. Outer dimensions will be passed to the delivery service, whereas inner dimensions will be used for packing. Items not fitting into boxes will be packed individually.\";s:7:\"default\";a:0:{}s:5:\"items\";O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"object\";s:5:\"title\";s:3:\"Box\";s:8:\"required\";a:4:{i:0;s:4:\"name\";i:1;s:16:\"inner_dimensions\";i:2;s:10:\"box_weight\";i:3;s:10:\"max_weight\";}s:10:\"properties\";O:8:\"stdClass\":7:{s:4:\"name\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:4:\"Name\";}s:15:\"is_user_defined\";O:8:\"stdClass\":1:{s:4:\"type\";s:7:\"boolean\";}s:16:\"inner_dimensions\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:28:\"Inner Dimensions (L x W x H)\";s:7:\"pattern\";s:62:\"^(\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+))$\";}s:16:\"outer_dimensions\";O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"string\";s:5:\"title\";s:28:\"Outer Dimensions (L x W x H)\";s:7:\"pattern\";s:62:\"^(\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+)) x (\\d+|(?:\\d*\\.\\d+))$\";}s:10:\"box_weight\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:19:\"Weight of Box (lbs)\";}s:10:\"max_weight\";O:8:\"stdClass\":2:{s:4:\"type\";s:6:\"number\";s:5:\"title\";s:16:\"Max Weight (lbs)\";}s:9:\"is_letter\";O:8:\"stdClass\":2:{s:4:\"type\";s:7:\"boolean\";s:5:\"title\";s:6:\"Letter\";}}}}s:7:\"notices\";a:1:{i:0;O:8:\"stdClass\":4:{s:2:\"id\";s:17:\"wcs-2021-eu-taxes\";s:11:\"dismissible\";b:1;s:4:\"type\";s:4:\"info\";s:7:\"message\";s:283:\"<strong>WooCommerce Tax:</strong> Are you aware of new EU VAT regulations as of July 1, 2021 when selling cross-border? <a href=\"https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/woocommerce-tax/#july-1st-eu-vat-taxes\">Learn more about how this could impact you</a>.\";}}}','yes'),(6270,'jetpack_constants_sync_checksum','a:32:{s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:7:\"ABSPATH\";i:171851899;s:14:\"WP_CONTENT_DIR\";i:1177302377;s:9:\"FS_METHOD\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:16:\"JETPACK__VERSION\";i:2361118009;s:12:\"IS_PRESSABLE\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:11:\"PHP_VERSION\";i:3564413475;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:19:\"WP_MAX_MEMORY_LIMIT\";i:1474498405;s:8:\"WP_DEBUG\";i:734881840;s:14:\"WC_PLUGIN_FILE\";i:2262417384;s:10:\"WC_ABSPATH\";i:3475480997;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:2674553737;s:19:\"WOOCOMMERCE_VERSION\";i:2674553737;s:21:\"WC_ROUNDING_PRECISION\";i:498629140;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:450215437;s:20:\"WC_TAX_ROUNDING_MODE\";i:2212294583;s:12:\"WC_DELIMITER\";i:2455911554;s:10:\"WC_LOG_DIR\";i:949373435;s:22:\"WC_SESSION_CACHE_GROUP\";i:4278978988;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;}','yes'),(6271,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(6312,'jetpack_callables_sync_checksum','a:36:{s:18:\"wp_max_upload_size\";i:1819132959;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:17:\"main_network_site\";i:419768648;s:26:\"main_network_site_wpcom_id\";i:1681824864;s:8:\"site_url\";i:419768648;s:8:\"home_url\";i:419768648;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:2770698729;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:3238034154;s:10:\"post_types\";i:565264665;s:18:\"post_type_features\";i:1262713932;s:10:\"shortcodes\";i:2665986047;s:27:\"rest_api_allowed_post_types\";i:3877772566;s:32:\"rest_api_allowed_public_metadata\";i:223132457;s:10:\"wp_version\";i:1725009460;s:11:\"get_plugins\";i:671687628;s:24:\"get_plugins_action_links\";i:2975417952;s:14:\"active_modules\";i:3676931070;s:16:\"hosting_provider\";i:769900095;s:6:\"locale\";i:110763218;s:13:\"site_icon_url\";i:2670202408;s:5:\"roles\";i:410329978;s:8:\"timezone\";i:3808505409;s:24:\"available_jetpack_blocks\";i:2036078760;s:13:\"paused_themes\";i:223132457;s:14:\"paused_plugins\";i:223132457;s:13:\"theme_support\";i:1976501411;s:23:\"wp_get_environment_type\";i:1138987844;s:24:\"sso_is_two_step_required\";i:734881840;s:26:\"sso_should_hide_login_form\";i:734881840;s:18:\"sso_match_by_email\";i:4261170317;s:21:\"sso_new_user_override\";i:734881840;s:29:\"sso_bypass_default_login_form\";i:734881840;}','no'),(6313,'jpsq_sync_checkout','0:0','no'),(6314,'jetpack_testimonial','0','yes'),(6316,'jetpack_next_sync_time_sync','1625163379','yes'),(6318,'jetpack_next_sync_time_full-sync-enqueue','1622593531','yes'),(6321,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:188537605;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(6327,'trusted_ip_header','O:8:\"stdClass\":3:{s:14:\"trusted_header\";s:11:\"REMOTE_ADDR\";s:8:\"segments\";i:1;s:7:\"reverse\";b:0;}','no'),(6328,'jetpack_updates_sync_checksum','a:3:{s:14:\"update_plugins\";i:2431703528;s:13:\"update_themes\";i:4049235889;s:11:\"update_core\";i:2728567118;}','yes'),(6363,'wc_connect_taxes_enabled','yes','yes'),(6367,'verification_services_codes','0','yes'),(6683,'stats_cache','a:2:{s:32:\"ec13d9376531412eacb49dc3f443088f\";a:1:{i:1622648197;a:2:{i:0;a:4:{s:7:\"post_id\";s:2:\"11\";s:10:\"post_title\";s:10:\"My account\";s:14:\"post_permalink\";s:41:\"https://inspirewithangela.com/my-account/\";s:5:\"views\";s:1:\"1\";}i:1;a:4:{s:7:\"post_id\";s:2:\"12\";s:10:\"post_title\";s:8:\"Homepage\";s:14:\"post_permalink\";s:30:\"https://inspirewithangela.com/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"7c712cc4f8399f5d5e1b3df09d86e6b4\";a:1:{i:1622648198;a:0:{}}}','yes'),(6700,'neve_notice_dismissed','yes','yes'),(6747,'woocommerce_new_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:19:\"a-flake@hotmail.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Congratulations on the sale.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(6755,'woocommerce_cancelled_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:19:\"a-flake@hotmail.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:19:\"Thanks for reading.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(6758,'woocommerce_failed_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:19:\"a-flake@hotmail.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:146:\"Hopefully they’ll be back. Read more about <a href=\"https://docs.woocommerce.com/document/managing-orders/\">troubleshooting failed payments</a>.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(6834,'17aafa3d4_updated_at','1611686914','yes'),(6939,'jetpack_active_plan','a:10:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:4:{i:0;s:7:\"akismet\";i:1;s:14:\"send-a-message\";i:2;s:15:\"whatsapp-button\";i:3;s:15:\"social-previews\";}s:9:\"available\";a:20:{s:7:\"akismet\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:18:\"vaultpress-backups\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:15:\"simple-payments\";a:10:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:14:\"send-a-message\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:15:\"whatsapp-button\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:15:\"social-previews\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:9:\"donations\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/audio\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:25:\"premium-content/container\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:7:\"support\";a:12:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}}}}','yes'),(7034,'woocommerce_admin_last_orders_milestone','1','yes'),(7169,'jetpack_protect_blocked_attempts','29','no'),(7858,'wpcom_publish_posts_with_markdown','1','yes'),(9134,'woocommerce_merchant_email_notifications','yes','no'),(10028,'themeisle_sdk_notifications','a:2:{s:17:\"last_notification\";a:2:{s:2:\"id\";s:16:\"neve_review_flag\";s:10:\"display_at\";i:1614015692;}s:24:\"last_notification_active\";i:1614186853;}','yes'),(10105,'widget_monsterinsights-popular-posts-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(10106,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:4;s:4:\"hour\";i:2;s:6:\"minute\";i:59;s:6:\"second\";i:17;s:6:\"offset\";i:356357;s:8:\"initsend\";i:1614221957;}','yes'),(10107,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:6:\"7.16.0\";s:14:\"installed_date\";i:1613408951;s:13:\"installed_pro\";b:0;s:14:\"connected_date\";i:1613419885;}','yes'),(10108,'monsterinsights_db_version','7.4.0','yes'),(10109,'monsterinsights_current_version','7.16.0','yes'),(10110,'monsterinsights_settings','a:44:{s:22:\"enable_affiliate_links\";b:1;s:15:\"affiliate_links\";a:2:{i:0;a:2:{s:4:\"path\";s:4:\"/go/\";s:5:\"label\";s:9:\"affiliate\";}i:1;a:2:{s:4:\"path\";s:11:\"/recommend/\";s:5:\"label\";s:9:\"affiliate\";}}s:12:\"demographics\";i:1;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:19:\"dashboards_disabled\";i:0;s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";s:0:\"\";s:16:\"link_attribution\";b:1;s:16:\"tag_links_in_rss\";b:1;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:11:\"custom_code\";s:0:\"\";s:13:\"save_settings\";a:1:{i:0;s:13:\"administrator\";}s:12:\"view_reports\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:11:\"events_mode\";s:2:\"js\";s:13:\"tracking_mode\";s:4:\"gtag\";s:30:\"gtagtracker_compatibility_mode\";b:1;s:15:\"email_summaries\";s:2:\"on\";s:23:\"summaries_html_template\";s:3:\"yes\";s:25:\"summaries_email_addresses\";a:1:{i:0;a:1:{s:5:\"email\";s:23:\"ekow@esselwebdesign.com\";}}s:17:\"automatic_updates\";s:3:\"all\";s:26:\"popular_posts_inline_theme\";s:5:\"alpha\";s:26:\"popular_posts_widget_theme\";s:5:\"alpha\";s:28:\"popular_posts_products_theme\";s:5:\"alpha\";s:30:\"popular_posts_inline_placement\";s:6:\"manual\";s:34:\"popular_posts_widget_theme_columns\";s:1:\"2\";s:36:\"popular_posts_products_theme_columns\";s:1:\"2\";s:26:\"popular_posts_widget_count\";s:1:\"4\";s:28:\"popular_posts_products_count\";s:1:\"4\";s:38:\"popular_posts_widget_theme_meta_author\";s:2:\"on\";s:36:\"popular_posts_widget_theme_meta_date\";s:2:\"on\";s:40:\"popular_posts_widget_theme_meta_comments\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_price\";s:2:\"on\";s:40:\"popular_posts_products_theme_meta_rating\";s:2:\"on\";s:39:\"popular_posts_products_theme_meta_image\";s:2:\"on\";s:32:\"popular_posts_inline_after_count\";s:3:\"150\";s:36:\"popular_posts_inline_multiple_number\";s:1:\"3\";s:38:\"popular_posts_inline_multiple_distance\";s:3:\"250\";s:39:\"popular_posts_inline_multiple_min_words\";s:3:\"100\";s:31:\"popular_posts_inline_post_types\";a:1:{i:0;s:4:\"post\";}s:31:\"popular_posts_widget_post_types\";a:1:{i:0;s:4:\"post\";}s:9:\"site_type\";s:9:\"ecommerce\";s:32:\"monsterinsights_first_run_notice\";b:1;}','yes'),(10112,'monsterinsights_review','a:2:{s:4:\"time\";i:1616014224;s:9:\"dismissed\";b:1;}','yes'),(10113,'monsterinsights_notifications','a:4:{s:6:\"update\";i:1622648037;s:4:\"feed\";a:0:{}s:6:\"events\";a:32:{i:0;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20210602\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"06/02/2021 3:57 pm\";s:3:\"end\";s:10:\"06/20/2021\";}i:1;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20210602\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:56:\"Upgrade to MonsterInsights Pro to Enable Google Optimize\";s:7:\"content\";s:745:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/02/2021 3:57 pm\";s:3:\"end\";s:10:\"06/30/2021\";}i:2;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20210602\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:58:\"Upgrade to MonsterInsights Pro to get weekly email reports\";s:7:\"content\";s:637:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/02/2021 3:54 pm\";s:3:\"end\";s:10:\"06/30/2021\";}i:3;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20210602\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:721:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/02/2021 3:53 pm\";s:3:\"end\";s:10:\"06/20/2021\";}i:4;a:8:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20210602\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:77:\"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro\";s:7:\"content\";s:608:\"Do you want to find out which search terms from Google bring your site the most visitors? <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Upgrade to MonsterInsights PRO</a> today and get access to the <a href=\"https://www.monsterinsights.com/feature/search-console-report/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Search Console Report</a> and more directly in your WordPress admin.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/02/2021 3:39 pm\";s:3:\"end\";s:10:\"06/30/2021\";}i:5;a:8:{s:2:\"id\";s:54:\"monsterinsights_notification_traffic_dropping_20210602\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:32:\"Your Website Traffic Is Dropping\";s:7:\"content\";s:520:\"Your website traffic is decreasing and that’s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of <a href=\"https://www.monsterinsights.com/marketing-hacks-guaranteed-to-grow-your-traffic/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">this article</a> to start growing your traffic again.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:197:\"https://www.monsterinsights.com/marketing-hacks-guaranteed-to-grow-your-traffic/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"06/02/2021 3:39 pm\";s:3:\"end\";s:10:\"06/30/2021\";}i:6;a:8:{s:2:\"id\";s:49:\"monsterinsights_notification_bounce_rate_20210602\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:43:\"Your website bounce rate is higher than 70%\";s:7:\"content\";s:502:\"Your website bounce rate is 72.73%. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren\'t finding what they\'re looking for on your site. <a href=\"https://www.monsterinsights.com/how-to-reduce-bounce-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Here</a> are some points to remember and steps to follow to get your bounce rates back to manageable levels.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:212:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-infobox-bounce-rate&monsterinsights-highlight=monsterinsights-report-infobox-bounce-rate\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:175:\"https://www.monsterinsights.com/how-to-reduce-bounce-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/02/2021 3:37 pm\";s:3:\"end\";s:10:\"06/07/2021\";}i:7;a:8:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20210602\";s:4:\"icon\";s:814:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D4E7F7\"/>\n<path d=\"M15.0867 9.48214C15.2474 9.16071 15.5063 9 15.8634 9C16.2206 9 16.4795 9.16071 16.6402 9.48214L18.3813 13.0179L22.292 13.6071C22.6492 13.6429 22.8813 13.8304 22.9884 14.1696C23.0956 14.5089 23.0242 14.8036 22.7742 15.0536L19.9349 17.8125L20.6045 21.7232C20.6581 22.0625 20.542 22.3304 20.2563 22.5268C19.9706 22.7411 19.6759 22.7679 19.3724 22.6071L15.8634 20.7857L12.3545 22.6071C12.0509 22.7857 11.7563 22.7679 11.4706 22.5536C11.1849 22.3393 11.0688 22.0625 11.1224 21.7232L11.792 17.8125L8.95274 15.0536C8.70274 14.8036 8.63131 14.5089 8.73845 14.1696C8.84559 13.8304 9.07774 13.6429 9.43488 13.6071L13.3456 13.0179L15.0867 9.48214Z\" fill=\"#2679C1\"/>\n</svg>\";s:5:\"title\";s:71:\"Upgrade to MonsterInsights Pro and unlock advanced tracking and reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"06/02/2021 3:37 pm\";s:3:\"end\";s:10:\"07/10/2021\";}i:8;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20210602\";s:4:\"icon\";s:884:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#E1DAF1\"/>\n<path d=\"M20.0331 13.2857C20.2831 13.2857 20.4706 13.3929 20.5956 13.6071C20.7206 13.8214 20.7206 14.0357 20.5956 14.25L15.8813 22.3929C15.7563 22.6071 15.5688 22.7143 15.3188 22.7143C15.1045 22.7143 14.9349 22.6339 14.8099 22.4732C14.6849 22.3125 14.6492 22.125 14.7027 21.9107L15.9349 16.7143H12.7474C12.6224 16.7143 12.5063 16.6786 12.3992 16.6071C12.292 16.5357 12.2117 16.4464 12.1581 16.3393C12.1045 16.2321 12.0867 16.1161 12.1045 15.9911L12.9617 9.5625C12.9795 9.45536 13.0152 9.35714 13.0688 9.26786C13.1402 9.17857 13.2206 9.11607 13.3099 9.08036C13.3992 9.02679 13.4974 9 13.6045 9H17.4617C17.6759 9 17.8456 9.08929 17.9706 9.26786C18.0956 9.42857 18.1313 9.60714 18.0777 9.80357L16.9527 13.2857H20.0331Z\" fill=\"#6F4BBB\"/>\n</svg>\";s:5:\"title\";s:36:\"See how 33 visitors found your site!\";s:7:\"content\";s:123:\"Your website has been visited by 33 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"06/02/2021 3:33 pm\";s:3:\"end\";s:10:\"06/30/2021\";}i:9;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20210511\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/11/2021 6:57 pm\";s:3:\"end\";s:10:\"06/03/2021\";}i:10;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20210511\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"05/11/2021 6:57 pm\";s:3:\"end\";s:10:\"05/29/2021\";}i:11;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20210511\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:721:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"05/11/2021 6:56 pm\";s:3:\"end\";s:10:\"05/29/2021\";}i:12;a:8:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20210428\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:48:\"Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:663:\"Did you know that 36% of SEO experts think the headline is the most important SEO element? Yet many website owners don’t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there’s an easier way! <br><br><a href=\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">With the MonsterInsights Headline Analyzer</a>, you can get targeted suggestions to improve your headlines, right in the WordPress editor.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:10:\"learn_more\";a:3:{s:3:\"url\";s:198:\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/28/2021 8:11 pm\";s:3:\"end\";s:10:\"06/25/2021\";}i:13;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20210428\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:56:\"Upgrade to MonsterInsights Pro to Enable Google Optimize\";s:7:\"content\";s:745:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/28/2021 8:07 pm\";s:3:\"end\";s:10:\"05/26/2021\";}i:14;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20210428\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:58:\"Upgrade to MonsterInsights Pro to get weekly email reports\";s:7:\"content\";s:637:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/28/2021 8:07 pm\";s:3:\"end\";s:10:\"05/26/2021\";}i:15;a:8:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20210428\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:77:\"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro\";s:7:\"content\";s:608:\"Do you want to find out which search terms from Google bring your site the most visitors? <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Upgrade to MonsterInsights PRO</a> today and get access to the <a href=\"https://www.monsterinsights.com/feature/search-console-report/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Search Console Report</a> and more directly in your WordPress admin.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/28/2021 7:29 pm\";s:3:\"end\";s:10:\"05/26/2021\";}i:16;a:8:{s:2:\"id\";s:49:\"monsterinsights_notification_bounce_rate_20210428\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:43:\"Your website bounce rate is higher than 70%\";s:7:\"content\";s:502:\"Your website bounce rate is 96.15%. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren\'t finding what they\'re looking for on your site. <a href=\"https://www.monsterinsights.com/how-to-reduce-bounce-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Here</a> are some points to remember and steps to follow to get your bounce rates back to manageable levels.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:212:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-infobox-bounce-rate&monsterinsights-highlight=monsterinsights-report-infobox-bounce-rate\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:175:\"https://www.monsterinsights.com/how-to-reduce-bounce-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/28/2021 6:51 pm\";s:3:\"end\";s:10:\"05/03/2021\";}i:17;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20210428\";s:4:\"icon\";s:884:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#E1DAF1\"/>\n<path d=\"M20.0331 13.2857C20.2831 13.2857 20.4706 13.3929 20.5956 13.6071C20.7206 13.8214 20.7206 14.0357 20.5956 14.25L15.8813 22.3929C15.7563 22.6071 15.5688 22.7143 15.3188 22.7143C15.1045 22.7143 14.9349 22.6339 14.8099 22.4732C14.6849 22.3125 14.6492 22.125 14.7027 21.9107L15.9349 16.7143H12.7474C12.6224 16.7143 12.5063 16.6786 12.3992 16.6071C12.292 16.5357 12.2117 16.4464 12.1581 16.3393C12.1045 16.2321 12.0867 16.1161 12.1045 15.9911L12.9617 9.5625C12.9795 9.45536 13.0152 9.35714 13.0688 9.26786C13.1402 9.17857 13.2206 9.11607 13.3099 9.08036C13.3992 9.02679 13.4974 9 13.6045 9H17.4617C17.6759 9 17.8456 9.08929 17.9706 9.26786C18.0956 9.42857 18.1313 9.60714 18.0777 9.80357L16.9527 13.2857H20.0331Z\" fill=\"#6F4BBB\"/>\n</svg>\";s:5:\"title\";s:36:\"See how 26 visitors found your site!\";s:7:\"content\";s:123:\"Your website has been visited by 26 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"04/28/2021 6:47 pm\";s:3:\"end\";s:10:\"05/26/2021\";}i:18;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20210414\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:3:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/14/2021 3:47 pm\";s:3:\"end\";s:10:\"05/07/2021\";}i:19;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20210414\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:814:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-download-links&monsterinsights-highlight=monsterinsights-report-download-links#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:231:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_settings&monsterinsights-scroll=monsterinsights-settings-block-file-downloads&monsterinsights-highlight=monsterinsights-settings-block-file-downloads#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"04/14/2021 3:45 pm\";s:3:\"end\";s:10:\"05/02/2021\";}i:20;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20210414\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:721:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/14/2021 3:43 pm\";s:3:\"end\";s:10:\"05/02/2021\";}i:21;a:8:{s:2:\"id\";s:49:\"monsterinsights_notification_bounce_rate_20210414\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:43:\"Your website bounce rate is higher than 70%\";s:7:\"content\";s:499:\"Your website bounce rate is 75%. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren\'t finding what they\'re looking for on your site. <a href=\"https://www.monsterinsights.com/how-to-reduce-bounce-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\" target=\"_blank\">Here</a> are some points to remember and steps to follow to get your bounce rates back to manageable levels.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:212:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-infobox-bounce-rate&monsterinsights-highlight=monsterinsights-report-infobox-bounce-rate\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:3:{s:3:\"url\";s:175:\"https://www.monsterinsights.com/how-to-reduce-bounce-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/14/2021 3:42 pm\";s:3:\"end\";s:10:\"04/19/2021\";}i:22;a:8:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20210414\";s:4:\"icon\";s:814:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D4E7F7\"/>\n<path d=\"M15.0867 9.48214C15.2474 9.16071 15.5063 9 15.8634 9C16.2206 9 16.4795 9.16071 16.6402 9.48214L18.3813 13.0179L22.292 13.6071C22.6492 13.6429 22.8813 13.8304 22.9884 14.1696C23.0956 14.5089 23.0242 14.8036 22.7742 15.0536L19.9349 17.8125L20.6045 21.7232C20.6581 22.0625 20.542 22.3304 20.2563 22.5268C19.9706 22.7411 19.6759 22.7679 19.3724 22.6071L15.8634 20.7857L12.3545 22.6071C12.0509 22.7857 11.7563 22.7679 11.4706 22.5536C11.1849 22.3393 11.0688 22.0625 11.1224 21.7232L11.792 17.8125L8.95274 15.0536C8.70274 14.8036 8.63131 14.5089 8.73845 14.1696C8.84559 13.8304 9.07774 13.6429 9.43488 13.6071L13.3456 13.0179L15.0867 9.48214Z\" fill=\"#2679C1\"/>\n</svg>\";s:5:\"title\";s:71:\"Upgrade to MonsterInsights Pro and unlock advanced tracking and reports\";s:7:\"content\";s:197:\"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:14:\"upgrade_to_pro\";a:3:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.17.0\";s:4:\"text\";s:14:\"Upgrade to Pro\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"04/14/2021 3:42 pm\";s:3:\"end\";s:10:\"05/22/2021\";}i:23;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20210317\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:56:\"Upgrade to MonsterInsights Pro to Enable Google Optimize\";s:7:\"content\";s:745:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\" target=\"_blank\">Google Optimize</a> is a free A/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to unlock the Google Optimize addon.\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:18:\"03/17/2021 8:54 pm\";s:3:\"end\";s:10:\"04/14/2021\";}i:24;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20210317\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:58:\"Upgrade to MonsterInsights Pro to get weekly email reports\";s:7:\"content\";s:637:\"Wouldn’t it be easy if you could get your website’s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that’s delivered straight to your inbox. <br><br>You get an overview of your site\'s performance without logging in to WordPress or going through different Analytics reports. <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\" target=\"_blank\">Upgrade to MonsterInsights Pro</a> to enable the Email Summaries feature.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:18:\"03/17/2021 8:48 pm\";s:3:\"end\";s:10:\"04/14/2021\";}i:25;a:8:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20210317\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:77:\"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro\";s:7:\"content\";s:608:\"Do you want to find out which search terms from Google bring your site the most visitors? <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\" target=\"_blank\">Upgrade to MonsterInsights PRO</a> today and get access to the <a href=\"https://www.monsterinsights.com/feature/search-console-report/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\" target=\"_blank\">Search Console Report</a> and more directly in your WordPress admin.\";s:4:\"type\";a:1:{i:0;s:4:\"lite\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:18:\"03/17/2021 8:48 pm\";s:3:\"end\";s:10:\"04/14/2021\";}i:26;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_audience_20210317\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:34:\"19% of your Audience is from China\";s:7:\"content\";s:541:\"Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at <a href=\"https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\" target=\"_blank\">this article</a> for the best options available.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:77:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:2:{s:3:\"url\";s:203:\"https://www.wpbeginner.com/showcase/9-best-translation-plugins-for-wordpress-websites/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:18:\"03/17/2021 7:18 pm\";s:3:\"end\";s:10:\"04/14/2021\";}i:27;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20210317\";s:4:\"icon\";s:884:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#E1DAF1\"/>\n<path d=\"M20.0331 13.2857C20.2831 13.2857 20.4706 13.3929 20.5956 13.6071C20.7206 13.8214 20.7206 14.0357 20.5956 14.25L15.8813 22.3929C15.7563 22.6071 15.5688 22.7143 15.3188 22.7143C15.1045 22.7143 14.9349 22.6339 14.8099 22.4732C14.6849 22.3125 14.6492 22.125 14.7027 21.9107L15.9349 16.7143H12.7474C12.6224 16.7143 12.5063 16.6786 12.3992 16.6071C12.292 16.5357 12.2117 16.4464 12.1581 16.3393C12.1045 16.2321 12.0867 16.1161 12.1045 15.9911L12.9617 9.5625C12.9795 9.45536 13.0152 9.35714 13.0688 9.26786C13.1402 9.17857 13.2206 9.11607 13.3099 9.08036C13.3992 9.02679 13.4974 9 13.6045 9H17.4617C17.6759 9 17.8456 9.08929 17.9706 9.26786C18.0956 9.42857 18.1313 9.60714 18.0777 9.80357L16.9527 13.2857H20.0331Z\" fill=\"#6F4BBB\"/>\n</svg>\";s:5:\"title\";s:36:\"See how 37 visitors found your site!\";s:7:\"content\";s:123:\"Your website has been visited by 37 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:77:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"03/17/2021 7:17 pm\";s:3:\"end\";s:10:\"04/14/2021\";}i:28;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20210315\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:557:\"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br><a href=\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\" target=\"_blank\">In this article</a>, we’ll show you how to set up affiliate link tracking in WordPress.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:9:\"read_more\";a:2:{s:3:\"url\";s:200:\"https://www.monsterinsights.com/how-to-set-up-affiliate-link-tracking-in-wordpress/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\";s:4:\"text\";s:9:\"Read More\";}}s:5:\"start\";s:18:\"03/15/2021 4:59 am\";s:3:\"end\";s:10:\"04/07/2021\";}i:29;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20210310\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:46:\"Add More File Extensions to Track as Downloads\";s:7:\"content\";s:548:\"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the <a href=\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_settings#/engagement\">Engagement settings</a> of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights <a href=\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports#/publishers\">Publishers report</a>.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:24:\"add_more_file_extensions\";a:2:{s:3:\"url\";s:90:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_settings#/engagement\";s:4:\"text\";s:19:\"Add File Extensions\";}}s:5:\"start\";s:18:\"03/10/2021 6:18 pm\";s:3:\"end\";s:10:\"03/28/2021\";}i:30;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20210310\";s:4:\"icon\";s:1002:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#FAD1D1\"/>\n<path d=\"M17.3634 19.0714C17.792 19.4821 18.0063 19.9821 18.0063 20.5714C18.0063 21.1607 17.792 21.6607 17.3634 22.0714C16.9527 22.5 16.4527 22.7143 15.8634 22.7143C15.2742 22.7143 14.7652 22.5 14.3367 22.0714C13.9259 21.6607 13.7206 21.1607 13.7206 20.5714C13.7206 19.9821 13.9259 19.4821 14.3367 19.0714C14.7652 18.6429 15.2742 18.4286 15.8634 18.4286C16.4527 18.4286 16.9527 18.6429 17.3634 19.0714ZM13.9617 9.66964C13.9617 9.49107 14.0242 9.33929 14.1492 9.21429C14.2742 9.07143 14.4259 9 14.6045 9H17.1224C17.3009 9 17.4527 9.07143 17.5777 9.21429C17.7027 9.33929 17.7652 9.49107 17.7652 9.66964L17.3902 16.9554C17.3902 17.1339 17.3277 17.2857 17.2027 17.4107C17.0777 17.5179 16.9259 17.5714 16.7474 17.5714H14.9795C14.8009 17.5714 14.6492 17.5179 14.5242 17.4107C14.3992 17.2857 14.3367 17.1339 14.3367 16.9554L13.9617 9.66964Z\" fill=\"#EB5757\"/>\n</svg>\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:721:\"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they’re taking the next step in their customer journey. That’s why it’s so crucial that your WordPress forms are optimized for conversions. Upgrade to <a href=\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\" target=\"_blank\">MonsterInsights Pro</a> to track <a href=\"https://www.monsterinsights.com/addon/forms/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\" target=\"_blank\">form conversions in Google Analytics.</a>\";s:4:\"type\";a:3:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:4:\"plus\";}s:4:\"btns\";a:1:{s:23:\"get_monsterinsights_pro\";a:2:{s:3:\"url\";s:154:\"https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.2\";s:4:\"text\";s:23:\"Get MonsterInsights Pro\";}}s:5:\"start\";s:18:\"03/10/2021 6:18 pm\";s:3:\"end\";s:10:\"03/28/2021\";}i:31;a:8:{s:2:\"id\";s:49:\"monsterinsights_notification_bounce_rate_20210222\";s:4:\"icon\";s:1484:\"<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<circle cx=\"16\" cy=\"16\" r=\"16\" fill=\"#D3F8EA\"/>\n<path d=\"M21.8634 18.6429C21.8634 18.8571 21.7831 19.0268 21.6224 19.1518C21.5688 19.3482 21.542 19.6786 21.542 20.1429C21.542 20.6071 21.5688 20.9375 21.6224 21.1339C21.7831 21.2768 21.8634 21.4464 21.8634 21.6429V22.0714C21.8634 22.25 21.8009 22.4018 21.6759 22.5268C21.5509 22.6518 21.3992 22.7143 21.2206 22.7143H12.4349C11.7206 22.7143 11.1134 22.4643 10.6134 21.9643C10.1134 21.4643 9.86345 20.8571 9.86345 20.1429V11.5714C9.86345 10.8571 10.1134 10.25 10.6134 9.75C11.1134 9.25 11.7206 9 12.4349 9H21.2206C21.3992 9 21.5509 9.0625 21.6759 9.1875C21.8009 9.3125 21.8634 9.46429 21.8634 9.64286V18.6429ZM13.292 12.5893V13.125C13.292 13.2321 13.3456 13.2857 13.4527 13.2857H19.1313C19.2384 13.2857 19.292 13.2321 19.292 13.125V12.5893C19.292 12.4821 19.2384 12.4286 19.1313 12.4286H13.4527C13.3456 12.4286 13.292 12.4821 13.292 12.5893ZM13.292 14.3036V14.8393C13.292 14.9464 13.3456 15 13.4527 15H19.1313C19.2384 15 19.292 14.9464 19.292 14.8393V14.3036C19.292 14.1964 19.2384 14.1429 19.1313 14.1429H13.4527C13.3456 14.1429 13.292 14.1964 13.292 14.3036ZM20.0688 21C20.0152 20.4286 20.0152 19.8571 20.0688 19.2857H12.4349C12.2027 19.2857 11.9974 19.375 11.8188 19.5536C11.6581 19.7143 11.5777 19.9107 11.5777 20.1429C11.5777 20.375 11.6581 20.5804 11.8188 20.7589C11.9974 20.9196 12.2027 21 12.4349 21H20.0688Z\" fill=\"#1EC185\"/>\n</svg>\";s:5:\"title\";s:43:\"Your website bounce rate is higher than 70%\";s:7:\"content\";s:499:\"Your website bounce rate is 75%. High bounce rates can hurt your site’s conversions rates. A high bounce rate might mean that people aren\'t finding what they\'re looking for on your site. <a href=\"https://www.monsterinsights.com/how-to-reduce-bounce-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.1\" target=\"_blank\">Here</a> are some points to remember and steps to follow to get your bounce rates back to manageable levels.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:2:{s:11:\"view_report\";a:2:{s:3:\"url\";s:77:\"https://inspirewithangela.com/wp-admin/admin.php?page=monsterinsights_reports\";s:4:\"text\";s:11:\"View Report\";}s:10:\"learn_more\";a:2:{s:3:\"url\";s:175:\"https://www.monsterinsights.com/how-to-reduce-bounce-rate/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=7.16.1\";s:4:\"text\";s:10:\"Learn More\";}}s:5:\"start\";s:18:\"02/22/2021 5:39 pm\";s:3:\"end\";s:10:\"02/27/2021\";}}s:9:\"dismissed\";a:0:{}}','yes'),(10114,'monsterinsights_notifications_run','a:14:{s:37:\"monsterinsights_notification_visitors\";i:1622648045;s:37:\"monsterinsights_notification_audience\";i:1622648195;s:42:\"monsterinsights_notification_mobile_device\";i:1622648208;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1622648240;s:40:\"monsterinsights_notification_bounce_rate\";i:1622648256;s:47:\"monsterinsights_notification_returning_visitors\";i:1622648269;s:45:\"monsterinsights_notification_traffic_dropping\";i:1622648384;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1622648402;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1622649226;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1622649247;s:56:\"monsterinsights_notification_upgrade_for_google_optimize\";i:1622649440;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1622649468;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1620759462;s:46:\"monsterinsights_notification_headline_analyzer\";i:1619640675;}','yes'),(10117,'monsterinsights_site_tt','e36efb94b185814922654b32c083b0b626173b4d7dcb9e0910d81bbe3ffa8e1073b11c33ca8efc612b88c0cfab0093c2ae6aef2f153501cae332b4b32acfdb83','yes'),(10214,'monsterinsights_site_profile','a:9:{s:3:\"key\";s:128:\"417c0a3dd07d6f900433311ac21c30d6ee2816ec2de107747815da368c65889e1ab14de9441d5c6e72949795ff29a5c84482b460994e8069a16c132ffb5fb277\";s:5:\"token\";s:128:\"51fb7bf7db77189985fd606b9d1cd4719f1fad189714d39b9ba10d3e30a352e0255c2ab87a893c9ab79cb0034d038263930779e65032d026f934519573a52c94\";s:2:\"ua\";s:14:\"UA-189827452-1\";s:8:\"viewname\";s:14:\"UA-189827452-1\";s:1:\"a\";s:9:\"189827452\";s:1:\"w\";s:9:\"262370310\";s:1:\"p\";s:9:\"237487699\";s:7:\"siteurl\";s:29:\"https://inspirewithangela.com\";s:6:\"neturl\";s:39:\"https://inspirewithangela.com/wp-admin/\";}','yes'),(10218,'monsterinsights_report_data_overview','a:3:{s:7:\"expires\";i:1622651645;s:1:\"p\";s:9:\"237487699\";s:4:\"data\";a:9:{s:13:\"overviewgraph\";a:7:{s:5:\"count\";i:30;s:5:\"start\";i:1620000000;s:3:\"end\";i:1622505600;s:8:\"sessions\";a:4:{s:3:\"min\";i:0;s:3:\"max\";s:1:\"7\";s:10:\"datapoints\";a:30:{i:0;s:1:\"4\";i:1;s:1:\"2\";i:2;i:0;i:3;s:1:\"2\";i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;s:1:\"7\";i:9;s:1:\"2\";i:10;s:1:\"6\";i:11;s:1:\"2\";i:12;i:0;i:13;s:1:\"1\";i:14;s:1:\"1\";i:15;s:1:\"1\";i:16;i:0;i:17;s:1:\"1\";i:18;i:0;i:19;s:1:\"1\";i:20;i:0;i:21;s:1:\"1\";i:22;s:1:\"1\";i:23;i:0;i:24;i:0;i:25;i:0;i:26;i:0;i:27;s:1:\"1\";i:28;i:0;i:29;i:0;}s:11:\"trendpoints\";a:30:{i:0;i:0;i:1;i:-50;i:2;i:-100;i:3;i:100;i:4;i:-100;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:100;i:9;i:-72;i:10;i:200;i:11;i:-67;i:12;i:-100;i:13;i:100;i:14;i:0;i:15;i:0;i:16;i:-100;i:17;i:100;i:18;i:-100;i:19;i:100;i:20;i:-100;i:21;i:100;i:22;i:0;i:23;i:-100;i:24;i:0;i:25;i:0;i:26;i:0;i:27;i:100;i:28;i:-100;i:29;i:0;}}s:9:\"pageviews\";a:4:{s:10:\"datapoints\";a:30:{i:0;s:1:\"5\";i:1;s:1:\"2\";i:2;i:0;i:3;s:1:\"2\";i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;s:2:\"15\";i:9;s:1:\"3\";i:10;s:2:\"10\";i:11;s:1:\"6\";i:12;i:0;i:13;s:1:\"1\";i:14;s:1:\"1\";i:15;s:1:\"3\";i:16;i:0;i:17;s:1:\"1\";i:18;i:0;i:19;s:1:\"1\";i:20;i:0;i:21;s:1:\"1\";i:22;s:1:\"1\";i:23;i:0;i:24;i:0;i:25;i:0;i:26;i:0;i:27;s:1:\"1\";i:28;i:0;i:29;i:0;}s:3:\"min\";i:0;s:3:\"max\";s:2:\"15\";s:11:\"trendpoints\";a:30:{i:0;i:0;i:1;i:-60;i:2;i:-100;i:3;i:100;i:4;i:-100;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:100;i:9;i:-80;i:10;i:234;i:11;i:-40;i:12;i:-100;i:13;i:100;i:14;i:0;i:15;i:200;i:16;i:-100;i:17;i:100;i:18;i:-100;i:19;i:100;i:20;i:-100;i:21;i:100;i:22;i:0;i:23;i:-100;i:24;i:0;i:25;i:0;i:26;i:0;i:27;i:100;i:28;i:-100;i:29;i:0;}}s:6:\"labels\";a:30:{i:0;s:5:\"3 May\";i:1;s:5:\"4 May\";i:2;s:5:\"5 May\";i:3;s:5:\"6 May\";i:4;s:5:\"7 May\";i:5;s:5:\"8 May\";i:6;s:5:\"9 May\";i:7;s:6:\"10 May\";i:8;s:6:\"11 May\";i:9;s:6:\"12 May\";i:10;s:6:\"13 May\";i:11;s:6:\"14 May\";i:12;s:6:\"15 May\";i:13;s:6:\"16 May\";i:14;s:6:\"17 May\";i:15;s:6:\"18 May\";i:16;s:6:\"19 May\";i:17;s:6:\"20 May\";i:18;s:6:\"21 May\";i:19;s:6:\"22 May\";i:20;s:6:\"23 May\";i:21;s:6:\"24 May\";i:22;s:6:\"25 May\";i:23;s:6:\"26 May\";i:24;s:6:\"27 May\";i:25;s:6:\"28 May\";i:26;s:6:\"29 May\";i:27;s:6:\"30 May\";i:28;s:6:\"31 May\";i:29;s:5:\"1 Jun\";}s:10:\"timestamps\";a:30:{i:0;i:1620000000;i:1;i:1620086400;i:2;i:1620172800;i:3;i:1620259200;i:4;i:1620345600;i:5;i:1620432000;i:6;i:1620518400;i:7;i:1620604800;i:8;i:1620691200;i:9;i:1620777600;i:10;i:1620864000;i:11;i:1620950400;i:12;i:1621036800;i:13;i:1621123200;i:14;i:1621209600;i:15;i:1621296000;i:16;i:1621382400;i:17;i:1621468800;i:18;i:1621555200;i:19;i:1621641600;i:20;i:1621728000;i:21;i:1621814400;i:22;i:1621900800;i:23;i:1621987200;i:24;i:1622073600;i:25;i:1622160000;i:26;i:1622246400;i:27;i:1622332800;i:28;i:1622419200;i:29;i:1622505600;}}s:7:\"infobox\";a:7:{s:5:\"range\";i:30;s:7:\"current\";a:2:{s:7:\"endDate\";s:10:\"2021-06-01\";s:9:\"startDate\";s:10:\"2021-05-03\";}s:8:\"previous\";a:2:{s:7:\"endDate\";s:10:\"2021-05-02\";s:9:\"startDate\";s:10:\"2021-04-03\";}s:8:\"sessions\";a:2:{s:5:\"value\";s:2:\"33\";s:4:\"prev\";i:-11;}s:9:\"pageviews\";a:2:{s:5:\"value\";s:2:\"53\";s:4:\"prev\";i:-54;}s:6:\"bounce\";a:2:{s:5:\"value\";d:72.7300000000000039790393202565610408782958984375;s:4:\"prev\";i:18;}s:8:\"duration\";a:2:{s:5:\"value\";s:3:\"24s\";s:4:\"prev\";i:-88;}}s:11:\"newvsreturn\";a:2:{s:3:\"new\";i:58;s:9:\"returning\";i:42;}s:7:\"devices\";a:3:{s:7:\"desktop\";i:21;s:6:\"mobile\";i:79;s:6:\"tablet\";i:0;}s:9:\"countries\";a:4:{i:0;a:2:{s:3:\"iso\";s:2:\"US\";s:8:\"sessions\";s:2:\"31\";}i:1;a:2:{s:3:\"iso\";s:2:\"HK\";s:8:\"sessions\";s:1:\"1\";}i:2;a:2:{s:3:\"iso\";s:2:\"SG\";s:8:\"sessions\";s:1:\"1\";}i:3;a:2:{s:3:\"iso\";s:2:\"NL\";s:8:\"sessions\";i:0;}}s:9:\"referrals\";a:4:{i:0;a:2:{s:3:\"url\";s:12:\"facebook.com\";s:8:\"sessions\";s:1:\"4\";}i:1;a:2:{s:3:\"url\";s:14:\"m.facebook.com\";s:8:\"sessions\";s:1:\"2\";}i:2;a:2:{s:3:\"url\";s:14:\"l.facebook.com\";s:8:\"sessions\";s:1:\"1\";}i:3;a:2:{s:3:\"url\";s:10:\"paypal.com\";s:8:\"sessions\";i:0;}}s:8:\"toppages\";a:29:{i:0;a:4:{s:3:\"url\";s:1:\"/\";s:5:\"title\";s:102:\"Inspire With Angela – Challenging you to be Inspired, Encouraged, and Ignited in your daily Purpose!\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:2:\"28\";}i:1;a:4:{s:3:\"url\";s:7:\"/about/\";s:5:\"title\";s:29:\"About – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"4\";}i:2;a:4:{s:3:\"url\";s:9:\"/gallery/\";s:5:\"title\";s:31:\"Gallery – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"4\";}i:3;a:4:{s:3:\"url\";s:24:\"/product-category/books/\";s:5:\"title\";s:29:\"Books – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"3\";}i:4;a:4:{s:3:\"url\";s:27:\"/product-category/t-shirts/\";s:5:\"title\";s:32:\"T-Shirts – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"2\";}i:5;a:4:{s:3:\"url\";s:45:\"/product/defeating-the-dime-a-30-day-journey/\";s:5:\"title\";s:60:\"Defeating The Dime: A 30 Day Journey – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"2\";}i:6;a:4:{s:3:\"url\";s:26:\"/product/dont-color-me-in/\";s:5:\"title\";s:43:\"Don’t Color Me In – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"2\";}i:7;a:4:{s:3:\"url\";s:70:\"/?fbclid=IwAR1MmYXy7C-PwgnUyF-5LdARfGdvhS-C73Cs2Q8EP6Wg9zUTelo-Z-X3nSQ\";s:5:\"title\";s:102:\"Inspire With Angela – Challenging you to be Inspired, Encouraged, and Ignited in your daily Purpose!\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"1\";}i:8;a:4:{s:3:\"url\";s:70:\"/?fbclid=IwAR1q9dacHZp6ruI1xLlL2SKEjf1oGD6E2ixYvjPbSaO6-rBEu0rCCpgJP_8\";s:5:\"title\";s:102:\"Inspire With Angela – Challenging you to be Inspired, Encouraged, and Ignited in your daily Purpose!\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"1\";}i:9;a:4:{s:3:\"url\";s:70:\"/?fbclid=IwAR1VPcfn1i0WZfaCSnB0C0K4Vpg4VZIL6uD71Xxk4PM5ZC_qMjll0vRtI1E\";s:5:\"title\";s:102:\"Inspire With Angela – Challenging you to be Inspired, Encouraged, and Ignited in your daily Purpose!\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"1\";}i:10;a:4:{s:3:\"url\";s:70:\"/?fbclid=IwAR3hYjaNnjku6qmt1Z-OwRrimOL89ApWoR77S-TtxKLEggRf4zJiKGo4oS4\";s:5:\"title\";s:102:\"Inspire With Angela – Challenging you to be Inspired, Encouraged, and Ignited in your daily Purpose!\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"1\";}i:11;a:4:{s:3:\"url\";s:70:\"/?fbclid=IwAR3IATk3sSKuJjiXKX_Ku8RBkziTy8OANnoxa8pUsNo2Exp2rBWAVFcJZg8\";s:5:\"title\";s:102:\"Inspire With Angela – Challenging you to be Inspired, Encouraged, and Ignited in your daily Purpose!\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"1\";}i:12;a:4:{s:3:\"url\";s:8:\"/events/\";s:5:\"title\";s:39:\"Upcoming Events – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"1\";}i:13;a:4:{s:3:\"url\";s:19:\"/my-account/orders/\";s:5:\"title\";s:34:\"My account – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"1\";}i:14;a:4:{s:3:\"url\";s:22:\"/product/words-matter/\";s:5:\"title\";s:36:\"Words Matter – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";s:1:\"1\";}i:15;a:4:{s:3:\"url\";s:70:\"/?fbclid=IwAR2JKKLklhUnagA6Iuq34NYF37UwWk2kKGVQZuAhNLwj7_hCprspodmN8vc\";s:5:\"title\";s:102:\"Inspire With Angela – Challenging you to be Inspired, Encouraged, and Ignited in your daily Purpose!\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:16;a:4:{s:3:\"url\";s:6:\"/cart/\";s:5:\"title\";s:28:\"Cart – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:17;a:4:{s:3:\"url\";s:10:\"/checkout/\";s:5:\"title\";s:32:\"Checkout – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:18;a:4:{s:3:\"url\";s:9:\"/contact/\";s:5:\"title\";s:31:\"Contact – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:19;a:4:{s:3:\"url\";s:12:\"/my-account/\";s:5:\"title\";s:34:\"My account – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:20;a:4:{s:3:\"url\";s:26:\"/my-account/lost-password/\";s:5:\"title\";s:34:\"My account – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:21;a:4:{s:3:\"url\";s:41:\"/product/inspiration-t-shirt-line-inergy/\";s:5:\"title\";s:62:\"IN•spiration T-shirt line: IN•ergy – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:22;a:4:{s:3:\"url\";s:46:\"/product/inspiration-t-shirt-line-inspiration/\";s:5:\"title\";s:67:\"IN•spiration T-shirt line: IN•spiration – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:23;a:4:{s:3:\"url\";s:46:\"/product/inspiration-t-shirt-line-instoppable/\";s:5:\"title\";s:67:\"IN•spiration T-shirt line: IN•stoppable – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:24;a:4:{s:3:\"url\";s:47:\"/product/inspiration-t-shirt-line-intelligence/\";s:5:\"title\";s:68:\"IN•spiration T-shirt line: IN•telligence – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:25;a:4:{s:3:\"url\";s:44:\"/product/inspiration-t-shirt-line-introvert/\";s:5:\"title\";s:65:\"IN•spiration T-shirt line: IN•trovert – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:26;a:4:{s:3:\"url\";s:43:\"/product/inspiration-t-shirt-line-invision/\";s:5:\"title\";s:64:\"IN•spiration T-shirt line: IN•vision – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:27;a:4:{s:3:\"url\";s:26:\"/product/kinkygirlproverb/\";s:5:\"title\";s:40:\"KinkyGirlProverb – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}i:28;a:4:{s:3:\"url\";s:6:\"/shop/\";s:5:\"title\";s:32:\"Products – Inspire With Angela\";s:8:\"hostname\";s:21:\"inspirewithangela.com\";s:8:\"sessions\";i:0;}}s:18:\"reportcurrentrange\";a:2:{s:7:\"endDate\";s:10:\"2021-06-01\";s:9:\"startDate\";s:10:\"2021-05-03\";}s:15:\"reportprevrange\";a:2:{s:7:\"endDate\";s:10:\"2021-05-02\";s:9:\"startDate\";s:10:\"2021-04-03\";}}}','yes'),(10293,'monsterinsights_frontend_tracking_notice_viewed','1','yes'),(10316,'monsterinsights_notices','a:1:{s:46:\"monsterinsights_woocommerce_tracking_available\";b:1;}','yes'),(10333,'neve_logger_flag','no','yes'),(10939,'_transient_wcc_is_new_label_user','yes','yes'),(10984,'wt_smart_coupon_start_date','1616014162','yes'),(11647,'_transient_timeout_eael_facebook_feed_4vZEPhMPpSQBrYnO6ntt2TT1rNozVYMO6ixtqMOq9ZsXTyUl4TqFkAVqg0beggbCQyIJMPMOkV7yTdDZe8DPFMNrkJBRab0xmd1w3jDKDdlXLCg0YYNCInxMPHLL5JTO5SkbghgE9LmWlY1y8MP2YbEMP','1614056248','no'),(11648,'_transient_eael_facebook_feed_4vZEPhMPpSQBrYnO6ntt2TT1rNozVYMO6ixtqMOq9ZsXTyUl4TqFkAVqg0beggbCQyIJMPMOkV7yTdDZe8DPFMNrkJBRab0xmd1w3jDKDdlXLCg0YYNCInxMPHLL5JTO5SkbghgE9LmWlY1y8MP2YbEMPv3XMN4EM','{\"error\":{\"message\":\"Error validating access token: The session is invalid because the user logged out.\",\"type\":\"OAuthException\",\"code\":190,\"error_subcode\":467,\"fbtrace_id\":\"Az_59XjwXRUu8DpQoy_ilgg\"}}','no'),(12267,'_transient_timeout_eael_facebook_feed_QwMNrdVMNhN7iQBBl94REglWMNMOzL32YL9zqJlxpq11s7iMPwlgz0nhTwaWnl9qr1LWFzcUzpMNMPMPEEYpBE2BczGoAmVbc0WsqmdGyDMPXWMPp0mMPfNVzuxgdJN3lNLukGwYqipsjLUkVUuLJEbPD','1614089254','no'),(12268,'_transient_eael_facebook_feed_QwMNrdVMNhN7iQBBl94REglWMNMOzL32YL9zqJlxpq11s7iMPwlgz0nhTwaWnl9qr1LWFzcUzpMNMPMPEEYpBE2BczGoAmVbc0WsqmdGyDMPXWMPp0mMPfNVzuxgdJN3lNLukGwYqipsjLUkVUuLJEbPDdCe0u7uO','{\"error\":{\"message\":\"Error validating access token: Session has expired on Monday, 22-Feb-21 22:00:00 PST. The current time is Tuesday, 23-Feb-21 05:37:34 PST.\",\"type\":\"OAuthException\",\"code\":190,\"error_subcode\":463,\"fbtrace_id\":\"AvK6eGxELykXn_nv2SOokGe\"}}','no'),(12798,'wcpay_should_redirect_to_onboarding','','yes'),(12913,'neve_review_flag','no','yes'),(14185,'wt_smart_coupon_review_request','3','yes'),(14263,'wt_smart_coupon_options','a:8:{s:25:\"wt_active_coupon_bg_color\";s:7:\"#2890a8\";s:29:\"wt_active_coupon_border_color\";s:7:\"#ffffff\";s:23:\"wt_display_used_coupons\";b:1;s:23:\"wt_used_coupon_bg_color\";s:7:\"#eeeeee\";s:27:\"wt_used_coupon_border_color\";s:7:\"#000000\";s:26:\"wt_display_expired_coupons\";b:1;s:26:\"wt_expired_coupon_bg_color\";s:7:\"#f3dfdf\";s:30:\"wt_expired_coupon_border_color\";s:7:\"#eccaca\";}','yes'),(14434,'woocommerce_woocommerce_payments_settings','a:8:{s:7:\"enabled\";s:3:\"yes\";s:15:\"account_details\";s:0:\"\";s:14:\"account_status\";s:0:\"\";s:12:\"account_fees\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";}','yes'),(14686,'a6ce19fd8_updated_at','1620837585','yes'),(14724,'4fa89cd29_updated_at','1620837585','yes'),(14925,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}','yes'),(14927,'post_by_email_address3','NULL','yes'),(14928,'jetpack_last_connect_url_check','1614707091','no'),(14944,'jetpack_sync_full_status','a:4:{s:7:\"started\";i:1614707386;s:8:\"finished\";i:1614707399;s:8:\"progress\";a:5:{s:7:\"options\";a:1:{s:8:\"finished\";b:1;}s:9:\"functions\";a:1:{s:8:\"finished\";b:1;}s:9:\"constants\";a:1:{s:8:\"finished\";b:1;}s:5:\"users\";a:4:{s:5:\"total\";s:1:\"1\";s:4:\"sent\";i:1;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"3\";}s:15:\"network_options\";a:1:{s:8:\"finished\";b:1;}}s:6:\"config\";a:5:{s:7:\"options\";b:1;s:9:\"functions\";b:1;s:9:\"constants\";b:1;s:5:\"users\";a:1:{i:0;i:3;}s:15:\"network_options\";b:1;}}','no'),(16690,'woocommerce_admin_version','2.0.2','yes'),(16692,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(16825,'rsssl_current_version','4.0.15','yes'),(18275,'monsterinsights_admin_menu_tooltip','1622648211','yes'),(19919,'wc_connect_services_last_result_code','200','yes'),(20657,'widget_tribe-widget-events-list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(23056,'wc_admin_show_legacy_coupon_menu','0','yes'),(25112,'elementor_1_elementor_updater_batch_53d8c44ff3c0a493759110641680','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:42:\"_v_3_2_0_migrate_breakpoints_to_new_system\";}}}','no'),(25120,'_elementor_global_css','a:6:{s:4:\"time\";i:1619095314;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'),(25192,'jp_sync_retry_after_sync','','no'),(27727,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:0;s:3:\"all\";i:0;s:9:\"moderated\";i:0;s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(28218,'17cabf874_updated_at','1620837585','yes'),(28274,'tribe_events_cat_children','a:0:{}','yes'),(28519,'09099b1af_updated_at','1620837585','yes'),(29327,'woocommerce_clear_ces_tracks_queue_for_page','a:2:{s:7:\"pagenow\";s:25:\"woocommerce_page_wc-admin\";s:9:\"adminpage\";s:25:\"woocommerce_page_wc-admin\";}','yes'),(29963,'new_admin_email','a-flake@hotmail.com','yes'),(30263,'jetpack_sync_health_status','a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1620042716.2020609378814697265625;}','yes'),(33637,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.2\";s:7:\"version\";s:5:\"5.7.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1626264733;s:15:\"version_checked\";s:5:\"5.6.4\";s:12:\"translations\";a:0:{}}','no'),(37087,'d9beae7e7_updated_at','1620837585','yes'),(38625,'ac8d49c6d_updated_at','1620837585','yes'),(38628,'a82bad8f2_updated_at','1620837585','yes'),(40590,'_transient_timeout_wc_var_prices_245','1626230694','no'),(40591,'_transient_wc_var_prices_245','{\"version\":\"1620833981\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"301\":\"18.99\",\"302\":\"18.99\",\"303\":\"18.99\",\"304\":\"18.99\"},\"regular_price\":{\"301\":\"18.99\",\"302\":\"18.99\",\"303\":\"18.99\",\"304\":\"18.99\"},\"sale_price\":{\"301\":\"18.99\",\"302\":\"18.99\",\"303\":\"18.99\",\"304\":\"18.99\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"301\":\"18.99\",\"302\":\"18.99\",\"303\":\"18.99\",\"304\":\"18.99\"},\"regular_price\":{\"301\":\"18.99\",\"302\":\"18.99\",\"303\":\"18.99\",\"304\":\"18.99\"},\"sale_price\":{\"301\":\"18.99\",\"302\":\"18.99\",\"303\":\"18.99\",\"304\":\"18.99\"}}}','no'),(40592,'_transient_timeout_wc_product_children_248','1626230694','no'),(40593,'_transient_wc_product_children_248','a:2:{s:3:\"all\";a:4:{i:0;i:309;i:1;i:310;i:2;i:311;i:3;i:312;}s:7:\"visible\";a:4:{i:0;i:309;i:1;i:310;i:2;i:311;i:3;i:312;}}','no'),(40594,'_transient_timeout_wc_var_prices_248','1626230694','no'),(40595,'_transient_wc_var_prices_248','{\"version\":\"1620833981\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"309\":\"18.99\",\"310\":\"18.99\",\"311\":\"18.99\",\"312\":\"18.99\"},\"regular_price\":{\"309\":\"18.99\",\"310\":\"18.99\",\"311\":\"18.99\",\"312\":\"18.99\"},\"sale_price\":{\"309\":\"18.99\",\"310\":\"18.99\",\"311\":\"18.99\",\"312\":\"18.99\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"309\":\"18.99\",\"310\":\"18.99\",\"311\":\"18.99\",\"312\":\"18.99\"},\"regular_price\":{\"309\":\"18.99\",\"310\":\"18.99\",\"311\":\"18.99\",\"312\":\"18.99\"},\"sale_price\":{\"309\":\"18.99\",\"310\":\"18.99\",\"311\":\"18.99\",\"312\":\"18.99\"}}}','no'),(40596,'_transient_timeout_wc_product_children_251','1626230694','no'),(40597,'_transient_wc_product_children_251','a:2:{s:3:\"all\";a:4:{i:0;i:313;i:1;i:314;i:2;i:315;i:3;i:316;}s:7:\"visible\";a:4:{i:0;i:313;i:1;i:314;i:2;i:315;i:3;i:316;}}','no'),(40598,'_transient_timeout_wc_var_prices_251','1626230694','no'),(40599,'_transient_wc_var_prices_251','{\"version\":\"1620833981\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"313\":\"18.99\",\"314\":\"18.99\",\"315\":\"18.99\",\"316\":\"18.99\"},\"regular_price\":{\"313\":\"18.99\",\"314\":\"18.99\",\"315\":\"18.99\",\"316\":\"18.99\"},\"sale_price\":{\"313\":\"18.99\",\"314\":\"18.99\",\"315\":\"18.99\",\"316\":\"18.99\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"313\":\"18.99\",\"314\":\"18.99\",\"315\":\"18.99\",\"316\":\"18.99\"},\"regular_price\":{\"313\":\"18.99\",\"314\":\"18.99\",\"315\":\"18.99\",\"316\":\"18.99\"},\"sale_price\":{\"313\":\"18.99\",\"314\":\"18.99\",\"315\":\"18.99\",\"316\":\"18.99\"}}}','no'),(40600,'_transient_timeout_wc_var_prices_252','1626230694','no'),(40601,'_transient_wc_var_prices_252','{\"version\":\"1620833981\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"253\":\"18.99\",\"254\":\"18.99\",\"255\":\"18.99\",\"256\":\"18.99\"},\"regular_price\":{\"253\":\"18.99\",\"254\":\"18.99\",\"255\":\"18.99\",\"256\":\"18.99\"},\"sale_price\":{\"253\":\"18.99\",\"254\":\"18.99\",\"255\":\"18.99\",\"256\":\"18.99\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"253\":\"18.99\",\"254\":\"18.99\",\"255\":\"18.99\",\"256\":\"18.99\"},\"regular_price\":{\"253\":\"18.99\",\"254\":\"18.99\",\"255\":\"18.99\",\"256\":\"18.99\"},\"sale_price\":{\"253\":\"18.99\",\"254\":\"18.99\",\"255\":\"18.99\",\"256\":\"18.99\"}}}','no'),(40602,'_transient_timeout_wc_var_prices_246','1626230694','no'),(40603,'_transient_wc_var_prices_246','{\"version\":\"1620833981\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"305\":\"18.99\",\"306\":\"18.99\",\"307\":\"18.99\",\"308\":\"18.99\"},\"regular_price\":{\"305\":\"18.99\",\"306\":\"18.99\",\"307\":\"18.99\",\"308\":\"18.99\"},\"sale_price\":{\"305\":\"18.99\",\"306\":\"18.99\",\"307\":\"18.99\",\"308\":\"18.99\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"305\":\"18.99\",\"306\":\"18.99\",\"307\":\"18.99\",\"308\":\"18.99\"},\"regular_price\":{\"305\":\"18.99\",\"306\":\"18.99\",\"307\":\"18.99\",\"308\":\"18.99\"},\"sale_price\":{\"305\":\"18.99\",\"306\":\"18.99\",\"307\":\"18.99\",\"308\":\"18.99\"}}}','no'),(40604,'_transient_timeout_wc_product_children_257','1626230694','no'),(40605,'_transient_wc_product_children_257','a:2:{s:3:\"all\";a:4:{i:0;i:258;i:1;i:259;i:2;i:260;i:3;i:261;}s:7:\"visible\";a:4:{i:0;i:258;i:1;i:259;i:2;i:260;i:3;i:261;}}','no'),(40606,'_transient_timeout_wc_var_prices_257','1626230694','no'),(40607,'_transient_wc_var_prices_257','{\"version\":\"1620833981\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"258\":\"18.99\",\"259\":\"18.99\",\"260\":\"18.99\",\"261\":\"18.99\"},\"regular_price\":{\"258\":\"18.99\",\"259\":\"18.99\",\"260\":\"18.99\",\"261\":\"18.99\"},\"sale_price\":{\"258\":\"18.99\",\"259\":\"18.99\",\"260\":\"18.99\",\"261\":\"18.99\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"258\":\"18.99\",\"259\":\"18.99\",\"260\":\"18.99\",\"261\":\"18.99\"},\"regular_price\":{\"258\":\"18.99\",\"259\":\"18.99\",\"260\":\"18.99\",\"261\":\"18.99\"},\"sale_price\":{\"258\":\"18.99\",\"259\":\"18.99\",\"260\":\"18.99\",\"261\":\"18.99\"}}}','no'),(40608,'_transient_timeout_wc_var_prices_388','1626230694','no'),(40609,'_transient_wc_var_prices_388','{\"version\":\"1620833981\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"389\":\"18.99\",\"390\":\"18.99\",\"391\":\"18.99\",\"392\":\"18.99\"},\"regular_price\":{\"389\":\"18.99\",\"390\":\"18.99\",\"391\":\"18.99\",\"392\":\"18.99\"},\"sale_price\":{\"389\":\"18.99\",\"390\":\"18.99\",\"391\":\"18.99\",\"392\":\"18.99\"}},\"e1b88e1c9a8573a0fff4a38a491fcd6d\":{\"price\":{\"389\":\"18.99\",\"390\":\"18.99\",\"391\":\"18.99\",\"392\":\"18.99\"},\"regular_price\":{\"389\":\"18.99\",\"390\":\"18.99\",\"391\":\"18.99\",\"392\":\"18.99\"},\"sale_price\":{\"389\":\"18.99\",\"390\":\"18.99\",\"391\":\"18.99\",\"392\":\"18.99\"}}}','no'),(42233,'cb70d11b8_eael_elements','a:3:{i:26;s:13:\"facebook-feed\";i:28;s:5:\"ninja\";i:31;s:12:\"creative-btn\";}','no'),(42234,'cb70d11b8_eael_custom_js','','no'),(42235,'cb70d11b8_eael_updated_at','1620837585','no'),(42236,'ea1d43322_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42237,'ea1d43322_eael_custom_js','','no'),(42238,'ea1d43322_eael_updated_at','1620837585','no'),(42239,'746c61ed8_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42240,'746c61ed8_eael_custom_js','','no'),(42241,'746c61ed8_eael_updated_at','1620837585','no'),(42242,'17cabf874_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42243,'17cabf874_eael_custom_js','','no'),(42244,'17cabf874_eael_updated_at','1620837585','no'),(42245,'2be4a9709_eael_elements','a:1:{i:7;s:12:\"creative-btn\";}','no'),(42246,'2be4a9709_eael_custom_js','','no'),(42247,'2be4a9709_eael_updated_at','1620837585','no'),(42249,'a82bad8f2_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42250,'a82bad8f2_eael_custom_js','','no'),(42251,'a82bad8f2_eael_updated_at','1620837585','no'),(42254,'807e989f1_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42255,'807e989f1_eael_custom_js','','no'),(42256,'807e989f1_eael_updated_at','1620837585','no'),(42258,'d9beae7e7_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42259,'d9beae7e7_eael_custom_js','','no'),(42260,'d9beae7e7_eael_updated_at','1620837585','no'),(42262,'96481cb86_eael_elements','a:1:{i:8;s:12:\"creative-btn\";}','no'),(42263,'96481cb86_eael_custom_js','','no'),(42264,'96481cb86_eael_updated_at','1620837585','no'),(42265,'1e24cf93f_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42266,'1e24cf93f_eael_custom_js','','no'),(42267,'1e24cf93f_eael_updated_at','1620837585','no'),(42268,'ac8d49c6d_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42269,'ac8d49c6d_eael_custom_js','','no'),(42270,'ac8d49c6d_eael_updated_at','1620837585','no'),(42273,'aeee718ee_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42274,'aeee718ee_eael_custom_js','','no'),(42275,'aeee718ee_eael_updated_at','1620837585','no'),(42276,'8dfd5ea3b_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42277,'8dfd5ea3b_eael_custom_js','','no'),(42278,'8dfd5ea3b_eael_updated_at','1620837585','no'),(42283,'e632c741a_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42284,'e632c741a_eael_custom_js','','no'),(42285,'e632c741a_eael_updated_at','1620837585','no'),(42286,'_transient_timeout_wc_child_has_weight_248','1626871013','no'),(42287,'_transient_wc_child_has_weight_248','0','no'),(42288,'_transient_timeout_wc_child_has_dimensions_248','1626871013','no'),(42289,'_transient_wc_child_has_dimensions_248','0','no'),(42292,'ad5e36cd2_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42293,'ad5e36cd2_eael_custom_js','','no'),(42294,'ad5e36cd2_eael_updated_at','1620837585','no'),(42314,'09099b1af_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42315,'09099b1af_eael_custom_js','','no'),(42316,'09099b1af_eael_updated_at','1620837585','no'),(42353,'_transient_timeout_wc_child_has_weight_251','1626901617','no'),(42354,'_transient_wc_child_has_weight_251','0','no'),(42355,'_transient_timeout_wc_child_has_dimensions_251','1626901617','no'),(42356,'_transient_wc_child_has_dimensions_251','0','no'),(42359,'1136c320d_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(42360,'1136c320d_eael_custom_js','','no'),(42361,'1136c320d_eael_updated_at','1620837585','no'),(42917,'5a5e174e5_eael_elements','a:1:{i:6;s:12:\"creative-btn\";}','no'),(42918,'5a5e174e5_eael_custom_js','','no'),(42919,'5a5e174e5_eael_updated_at','1620837585','no'),(42945,'f3bccc972_eael_elements','a:2:{i:4;s:5:\"ninja\";i:7;s:12:\"creative-btn\";}','no'),(42946,'f3bccc972_eael_custom_js','','no'),(42947,'f3bccc972_eael_updated_at','1620837585','no'),(43072,'1b7d1ef26_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(43073,'1b7d1ef26_eael_custom_js','','no'),(43074,'1b7d1ef26_eael_updated_at','1620837585','no'),(43523,'ed7f48419_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(43524,'ed7f48419_eael_custom_js','','no'),(43525,'ed7f48419_eael_updated_at','1620837585','no'),(43565,'4fa89cd29_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(43566,'4fa89cd29_eael_custom_js','','no'),(43567,'4fa89cd29_eael_updated_at','1620837585','no'),(43706,'1f1a9ee23_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(43707,'1f1a9ee23_eael_custom_js','','no'),(43708,'1f1a9ee23_eael_updated_at','1620837585','no'),(43735,'cdcb03a3a_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(43736,'cdcb03a3a_eael_custom_js','','no'),(43737,'cdcb03a3a_eael_updated_at','1620837585','no'),(43779,'ec42e06de_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(43780,'ec42e06de_eael_custom_js','','no'),(43781,'ec42e06de_eael_updated_at','1620837585','no'),(44647,'40e314001_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(44648,'40e314001_eael_custom_js','','no'),(44649,'40e314001_eael_updated_at','1620837585','no'),(44991,'106a6c241_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(44992,'106a6c241_eael_custom_js','','no'),(44993,'106a6c241_eael_updated_at','1620837585','no'),(45021,'_transient_timeout_wc_child_has_weight_257','1628016392','no'),(45022,'_transient_wc_child_has_weight_257','0','no'),(45023,'_transient_timeout_wc_child_has_dimensions_257','1628016392','no'),(45024,'_transient_wc_child_has_dimensions_257','0','no'),(45031,'350bd4d96_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(45032,'350bd4d96_eael_custom_js','','no'),(45033,'350bd4d96_eael_updated_at','1620837585','no'),(45050,'9c9e117c0_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(45051,'9c9e117c0_eael_custom_js','','no'),(45052,'9c9e117c0_eael_updated_at','1620837585','no'),(45066,'518cf41c9_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(45067,'518cf41c9_eael_custom_js','','no'),(45068,'518cf41c9_eael_updated_at','1620837585','no'),(45073,'a6ce19fd8_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(45074,'a6ce19fd8_eael_custom_js','','no'),(45075,'a6ce19fd8_eael_updated_at','1620837585','no'),(45746,'_transient_timeout_jetpack_file_data_9.8.1','1628219283','no'),(45747,'_transient_jetpack_file_data_9.8.1','a:50:{s:32:\"b4e9a5f5626396ae8efded39b999b20f\";a:15:{s:4:\"name\";s:8:\"Carousel\";s:11:\"description\";s:75:\"Display images and galleries in a gorgeous, full-screen browsing experience\";s:4:\"sort\";s:2:\"22\";s:20:\"recommendation_order\";s:2:\"12\";s:10:\"introduced\";s:3:\"1.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:80:\"gallery, carousel, diaporama, slideshow, images, lightbox, exif, metadata, image\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"315e0438e16e6c1d203d812a3b18c69c\";a:15:{s:4:\"name\";s:13:\"Comment Likes\";s:11:\"description\";s:64:\"Increase visitor engagement by adding a Like button to comments.\";s:4:\"sort\";s:2:\"39\";s:20:\"recommendation_order\";s:2:\"17\";s:10:\"introduced\";s:3:\"5.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:37:\"like widget, like button, like, likes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8da5706157b35b90236a3012411e33cd\";a:15:{s:4:\"name\";s:8:\"Comments\";s:11:\"description\";s:81:\"Let visitors use a WordPress.com, Twitter, Facebook, or Google account to comment\";s:4:\"sort\";s:2:\"20\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:53:\"comments, comment, facebook, twitter, google+, social\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3c97ce5f3232b4d8cb4c28244be18ddd\";a:15:{s:4:\"name\";s:12:\"Contact Form\";s:11:\"description\";s:81:\"Add a customizable contact form to any post or page using the Jetpack Form Block.\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:3:\"1.3\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:214:\"contact, form, grunion, feedback, submission, contact form, email, feedback, contact form plugin, custom form, custom form plugin, form builder, forms, form maker, survey, contact by jetpack, contact us, forms free\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"dd4d286738e0734141431693af6049b6\";a:15:{s:4:\"name\";s:9:\"Copy Post\";s:11:\"description\";s:77:\"Enable the option to copy entire posts and pages, including tags and settings\";s:4:\"sort\";s:2:\"15\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"7.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:15:\"copy, duplicate\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"9e8668be808903e5e0a9dda081dc151b\";a:15:{s:4:\"name\";s:20:\"Custom content types\";s:11:\"description\";s:74:\"Display different types of content on your site with custom content types.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:72:\"cpt, custom post types, portfolio, portfolios, testimonial, testimonials\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"ad199759d74433df151e36205a63f5fa\";a:15:{s:4:\"name\";s:10:\"Custom CSS\";s:11:\"description\";s:88:\"Adds options for CSS preprocessor use, disabling the theme\'s CSS, or custom image width.\";s:4:\"sort\";s:1:\"2\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.7\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:108:\"css, customize, custom, style, editor, less, sass, preprocessor, font, mobile, appearance, theme, stylesheet\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"cfd56cf00133e9ad58b43ff2a01a9fc4\";a:15:{s:4:\"name\";s:21:\"Enhanced Distribution\";s:11:\"description\";s:27:\"Increase reach and traffic.\";s:4:\"sort\";s:1:\"5\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"google, seo, firehose, search, broadcast, broadcasting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f4838772747d57f51ed14f3fbeb6eb06\";a:15:{s:4:\"name\";s:16:\"Google Analytics\";s:11:\"description\";s:56:\"Set up Google Analytics without touching a line of code.\";s:4:\"sort\";s:2:\"37\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"4.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:37:\"webmaster, google, analytics, console\";s:12:\"plan_classes\";s:37:\"business, premium, security, complete\";}s:32:\"3ae5adaad5b8cb664ad03f80fb6a993c\";a:15:{s:4:\"name\";s:19:\"Gravatar Hovercards\";s:11:\"description\";s:58:\"Enable pop-up business cards over commenters’ Gravatars.\";s:4:\"sort\";s:2:\"11\";s:20:\"recommendation_order\";s:2:\"13\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:20:\"gravatar, hovercards\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"1f4774182cdfd86bead5bcfc463da0fc\";a:15:{s:4:\"name\";s:15:\"Infinite Scroll\";s:11:\"description\";s:53:\"Automatically load new content when a visitor scrolls\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:33:\"scroll, infinite, infinite scroll\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"db87f0a39cda4a79a14c7707b00eb658\";a:15:{s:4:\"name\";s:8:\"JSON API\";s:11:\"description\";s:51:\"Allow applications to securely access your content.\";s:4:\"sort\";s:2:\"19\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:6:\"Public\";s:11:\"module_tags\";s:19:\"Writing, Developers\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:50:\"api, rest, develop, developers, json, klout, oauth\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"44c7e6e1d41c09299dc844e7ce3bf83f\";a:15:{s:4:\"name\";s:14:\"Beautiful Math\";s:11:\"description\";s:74:\"Use the LaTeX markup language to write mathematical equations and formulas\";s:4:\"sort\";s:2:\"12\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:47:\"latex, math, equation, equations, formula, code\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e21fc31f82fd47787f6bd0739131ca12\";a:15:{s:4:\"name\";s:11:\"Lazy Images\";s:11:\"description\";s:137:\"Speed up your site and create a smoother viewing experience by loading images as visitors scroll down the screen, instead of all at once.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:2:\"14\";s:10:\"introduced\";s:5:\"5.6.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:23:\"Appearance, Recommended\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:150:\"mobile, theme, fast images, fast image, image, lazy, lazy load, lazyload, images, lazy images, thumbnail, image lazy load, lazy loading, load, loading\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"c95191a87c6009d09a31ab5fdccba9c6\";a:15:{s:4:\"name\";s:5:\"Likes\";s:11:\"description\";s:63:\"Give visitors an easy way to show they appreciate your content.\";s:4:\"sort\";s:2:\"23\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:26:\"like, likes, wordpress.com\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8f5d7658f757edcd5d32d30a663d02fd\";a:15:{s:4:\"name\";s:8:\"Markdown\";s:11:\"description\";s:50:\"Write posts or pages in plain-text Markdown syntax\";s:4:\"sort\";s:2:\"31\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:12:\"md, markdown\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0cdd9f3a6f281f966355239067c14b77\";a:15:{s:4:\"name\";s:50:\"WordPress.com Toolbar and Dashboard customizations\";s:11:\"description\";s:201:\"Replaces the admin bar with a useful toolbar to quickly manage your site via WordPress.com. Also adds additional customizations to the WPAdmin dashboard experience for better compatibility with WP.com.\";s:4:\"sort\";s:2:\"38\";s:20:\"recommendation_order\";s:2:\"16\";s:10:\"introduced\";s:3:\"4.8\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"General\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:33:\"adminbar, masterbar, colorschemes\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"7f15c83a4b705638a9d0a0dcb1414b29\";a:15:{s:4:\"name\";s:7:\"Monitor\";s:11:\"description\";s:117:\"Jetpack’s downtime monitoring will continuously watch your site and alert you the moment that downtime is detected.\";s:4:\"sort\";s:2:\"28\";s:20:\"recommendation_order\";s:2:\"10\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:123:\"monitor, uptime, downtime, monitoring, maintenance, maintenance mode, offline, site is down, site down, down, repair, error\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"07c394a63a848864459bdc34a84a0238\";a:15:{s:4:\"name\";s:13:\"Notifications\";s:11:\"description\";s:57:\"Receive instant notifications of site comments and likes.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:5:\"Other\";s:7:\"feature\";s:7:\"General\";s:25:\"additional_search_queries\";s:62:\"notification, notifications, toolbar, adminbar, push, comments\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"beea364cf3e8005505b58123a2cd01fe\";a:15:{s:4:\"name\";s:9:\"Asset CDN\";s:11:\"description\";s:154:\"Jetpack’s Site Accelerator loads your site faster by optimizing your images and serving your images and static files from our global network of servers.\";s:4:\"sort\";s:2:\"26\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"6.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:160:\"site accelerator, accelerate, static, assets, javascript, css, files, performance, cdn, bandwidth, content delivery network, pagespeed, combine js, optimize css\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e3ebad9858c7b41e56511f278e21441a\";a:15:{s:4:\"name\";s:9:\"Image CDN\";s:11:\"description\";s:141:\"Mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers.\";s:4:\"sort\";s:2:\"25\";s:20:\"recommendation_order\";s:1:\"1\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:42:\"Photos and Videos, Appearance, Recommended\";s:7:\"feature\";s:23:\"Recommended, Appearance\";s:25:\"additional_search_queries\";s:171:\"photon, photo cdn, image cdn, speed, compression, resize, responsive images, responsive, content distribution network, optimize, page speed, image optimize, photon jetpack\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e41bd4068fef88d49b4d7c49482934e0\";a:15:{s:4:\"name\";s:13:\"Post by email\";s:11:\"description\";s:33:\"Publish posts by sending an email\";s:4:\"sort\";s:2:\"14\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:7:\"Writing\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:20:\"post by email, email\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a09f7a162ee7e13622f061420ff0cc94\";a:15:{s:4:\"name\";s:7:\"Protect\";s:11:\"description\";s:151:\"Enabling brute force protection will prevent bots and hackers from attempting to log in to your website with common username and password combinations.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"4\";s:10:\"introduced\";s:3:\"3.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:173:\"security, jetpack protect, secure, protection, botnet, brute force, protect, login, bot, password, passwords, strong passwords, strong password, wp-login.php, protect admin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"dc0db9387147367323cb9ec01b624db2\";a:15:{s:4:\"name\";s:9:\"Publicize\";s:11:\"description\";s:128:\"Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.\";s:4:\"sort\";s:2:\"10\";s:20:\"recommendation_order\";s:1:\"7\";s:10:\"introduced\";s:3:\"2.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:220:\"facebook, jetpack publicize, twitter, tumblr, linkedin, social, tweet, connections, sharing, social media, automated, automated sharing, auto publish, auto tweet and like, auto tweet, facebook auto post, facebook posting\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b11634e9fe2f0a0aad7aa13305693377\";a:15:{s:4:\"name\";s:13:\"Related posts\";s:11:\"description\";s:113:\"Keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post.\";s:4:\"sort\";s:2:\"29\";s:20:\"recommendation_order\";s:1:\"9\";s:10:\"introduced\";s:3:\"2.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:11:\"Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:360:\"related, jetpack related posts, related posts for wordpress, related posts, popular posts, popular, related content, related post, contextual, context, contextual related posts, related articles, similar posts, easy related posts, related page, simple related posts, free related posts, related thumbnails, similar, engagement, yet another related posts plugin\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"5bf78f1b69b0512642fcc28fea9aeb95\";a:15:{s:4:\"name\";s:6:\"Search\";s:11:\"description\";s:102:\"Help visitors quickly find answers with highly relevant instant search results and powerful filtering.\";s:4:\"sort\";s:2:\"34\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:6:\"Search\";s:25:\"additional_search_queries\";s:110:\"search, elastic, elastic search, elasticsearch, fast search, search results, search performance, google search\";s:12:\"plan_classes\";s:18:\"business, complete\";}s:32:\"a2f5d9ca6672b89855e7bc0683ec1198\";a:15:{s:4:\"name\";s:9:\"SEO Tools\";s:11:\"description\";s:50:\"Better results on search engines and social media.\";s:4:\"sort\";s:2:\"35\";s:20:\"recommendation_order\";s:2:\"15\";s:10:\"introduced\";s:3:\"4.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:2:\"No\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:7:\"Traffic\";s:25:\"additional_search_queries\";s:81:\"search engine optimization, social preview, meta description, custom title format\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8a92acd5901d1b21c37f41ce30ffb5a4\";a:15:{s:4:\"name\";s:7:\"Sharing\";s:11:\"description\";s:120:\"Add Twitter, Facebook and Google+ buttons at the bottom of each post, making it easy for visitors to share your content.\";s:4:\"sort\";s:1:\"7\";s:20:\"recommendation_order\";s:1:\"6\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Social, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:229:\"share, sharing, sharedaddy, social buttons, buttons, share facebook, share twitter, social media sharing, social media share, social share, icons, email, facebook, twitter, linkedin, pinterest, pocket, social widget, social media\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"fe741f32e4de9f52f748a0b08251b7af\";a:15:{s:4:\"name\";s:16:\"Shortcode Embeds\";s:11:\"description\";s:177:\"Shortcodes are WordPress-specific markup that let you add media from popular sites. This feature is no longer necessary as the editor now handles media embeds rather gracefully.\";s:4:\"sort\";s:1:\"3\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:3:\"1.2\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:46:\"Photos and Videos, Social, Writing, Appearance\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:236:\"shortcodes, shortcode, embeds, media, bandcamp, dailymotion, facebook, flickr, google calendars, google maps, google+, polldaddy, recipe, recipes, scribd, slideshare, slideshow, slideshows, soundcloud, ted, twitter, vimeo, vine, youtube\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3d96b89408b861b2916b98805e1d9293\";a:15:{s:4:\"name\";s:16:\"WP.me Shortlinks\";s:11:\"description\";s:47:\"Generates shorter links using the wp.me domain.\";s:4:\"sort\";s:1:\"8\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:17:\"shortlinks, wp.me\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"8614ee3ff40a27c741f2e4152cf1f667\";a:15:{s:4:\"name\";s:8:\"Sitemaps\";s:11:\"description\";s:50:\"Make it easy for search engines to find your site.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.9\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:20:\"Recommended, Traffic\";s:7:\"feature\";s:11:\"Recommended\";s:25:\"additional_search_queries\";s:39:\"sitemap, traffic, search, site map, seo\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"eea3d62deb65febcbc5adf24eb14c6d6\";a:15:{s:4:\"name\";s:14:\"Secure Sign On\";s:11:\"description\";s:63:\"Allow users to log in to this site using WordPress.com accounts\";s:4:\"sort\";s:2:\"30\";s:20:\"recommendation_order\";s:1:\"5\";s:10:\"introduced\";s:3:\"2.6\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Developers\";s:7:\"feature\";s:8:\"Security\";s:25:\"additional_search_queries\";s:51:\"sso, single sign on, login, log in, 2fa, two-factor\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e988708e43e715599ff8b9bc1b40c0ec\";a:15:{s:4:\"name\";s:10:\"Site Stats\";s:11:\"description\";s:44:\"Collect valuable traffic stats and insights.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:1:\"2\";s:10:\"introduced\";s:3:\"1.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:23:\"Site Stats, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:54:\"statistics, tracking, analytics, views, traffic, stats\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bc40d64d2ebd075278dca7070dd7a6fe\";a:15:{s:4:\"name\";s:13:\"Subscriptions\";s:11:\"description\";s:58:\"Let visitors subscribe to new posts and comments via email\";s:4:\"sort\";s:1:\"9\";s:20:\"recommendation_order\";s:1:\"8\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:3:\"Yes\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:6:\"Social\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:74:\"subscriptions, subscription, email, follow, followers, subscribers, signup\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"de59d81c4ba28b4205fed8c9f77a2c5b\";a:15:{s:4:\"name\";s:15:\"Tiled Galleries\";s:11:\"description\";s:61:\"Display image galleries in a variety of elegant arrangements.\";s:4:\"sort\";s:2:\"24\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.1\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:43:\"gallery, tiles, tiled, grid, mosaic, images\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"507b07a5a4bc70ea43f9c5b745972375\";a:15:{s:4:\"name\";s:20:\"Backups and Scanning\";s:11:\"description\";s:100:\"Protect your site with daily or real-time backups and automated virus scanning and threat detection.\";s:4:\"sort\";s:2:\"32\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"0:1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:5:\"false\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:16:\"Security, Health\";s:25:\"additional_search_queries\";s:386:\"backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security\";s:12:\"plan_classes\";s:47:\"personal, business, premium, security, complete\";}s:32:\"451f780279914f5210e3f215dfe540b7\";a:15:{s:4:\"name\";s:17:\"Site verification\";s:11:\"description\";s:58:\"Establish your site\'s authenticity with external services.\";s:4:\"sort\";s:2:\"33\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"3.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:56:\"webmaster, seo, google, bing, pinterest, search, console\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"a8200f00376967e321378d944b4efad3\";a:15:{s:4:\"name\";s:10:\"VideoPress\";s:11:\"description\";s:101:\"Save on hosting storage and bandwidth costs by streaming fast, ad-free video from our global network.\";s:4:\"sort\";s:2:\"27\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.5\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:5:\"false\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:17:\"Photos and Videos\";s:7:\"feature\";s:7:\"Writing\";s:25:\"additional_search_queries\";s:118:\"video, videos, videopress, video gallery, video player, videoplayer, mobile video, vimeo, youtube, html5 video, stream\";s:12:\"plan_classes\";s:37:\"business, premium, security, complete\";}s:32:\"1aad30db7b3b7fbe3c2fa984b5e8bc0e\";a:15:{s:4:\"name\";s:17:\"Widget Visibility\";s:11:\"description\";s:42:\"Control where widgets appear on your site.\";s:4:\"sort\";s:2:\"17\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"2.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:10:\"Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:54:\"widget visibility, logic, conditional, widgets, widget\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"bcb5bf28dee709b6b1ae569d93625b96\";a:15:{s:4:\"name\";s:21:\"Extra Sidebar Widgets\";s:11:\"description\";s:49:\"Provides additional widgets for use on your site.\";s:4:\"sort\";s:1:\"4\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"1.2\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:2:\"No\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:18:\"Social, Appearance\";s:7:\"feature\";s:10:\"Appearance\";s:25:\"additional_search_queries\";s:65:\"widget, widgets, facebook, gallery, twitter, gravatar, image, rss\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"0a780422c1baaddf2b0afe87b79757d5\";a:15:{s:4:\"name\";s:21:\"WooCommerce Analytics\";s:11:\"description\";s:53:\"Enhanced analytics for WooCommerce and Jetpack users.\";s:4:\"sort\";s:2:\"13\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:3:\"8.4\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:3:\"Yes\";s:11:\"module_tags\";s:18:\"Other, Recommended\";s:7:\"feature\";s:10:\"Engagement\";s:25:\"additional_search_queries\";s:69:\"woocommerce, analytics, stats, statistics, tracking, analytics, views\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"45887c064794d00d3af99ce2dede9d3c\";a:15:{s:4:\"name\";s:3:\"Ads\";s:11:\"description\";s:60:\"Earn income by allowing Jetpack to display high quality ads.\";s:4:\"sort\";s:1:\"1\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:5:\"4.5.0\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:3:\"Yes\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:2:\"No\";s:11:\"module_tags\";s:19:\"Traffic, Appearance\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:26:\"advertising, ad codes, ads\";s:12:\"plan_classes\";s:37:\"premium, business, security, complete\";}s:32:\"0727072a8660e4512caca3fbcc6c7c49\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"568683ae399e327797985bb946dd706e\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"2032024dda2c21b45d57d4a087be0cef\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"e61073423be48175d33c16470e74f8db\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"f8dc0916926e6d68d5089a0d9d812b4e\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"b6e799d617758b3e3989a07c41077e89\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}s:32:\"dcc1f2fdce302d06aca29b5eb2c5da12\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','no'),(46243,'_transient_timeout_wc_term_counts','1628616854','no'),(46244,'_transient_wc_term_counts','a:2:{i:19;s:1:\"3\";i:18;s:1:\"7\";}','no'),(46444,'_transient_timeout_jetpack_https_test_message','1626298347','no'),(46445,'_transient_jetpack_https_test_message','','no'),(46476,'_site_transient_timeout_php_check_d48825f8e9bd4d8f43457d50e9cb3d90','1626749537','no'),(46477,'_site_transient_php_check_d48825f8e9bd4d8f43457d50e9cb3d90','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(46577,'_transient_timeout_jetpack_woocommerce_analytics_cart_checkout_info_cache','1626276725','no'),(46578,'_transient_jetpack_woocommerce_analytics_cart_checkout_info_cache','a:4:{s:29:\"cart_page_contains_cart_block\";i:0;s:33:\"cart_page_contains_cart_shortcode\";i:1;s:37:\"checkout_page_contains_checkout_block\";i:0;s:41:\"checkout_page_contains_checkout_shortcode\";i:1;}','no'),(46605,'_transient_timeout_jetpack_https_test','1626298347','no'),(46606,'_transient_jetpack_https_test','1','no'),(46627,'_transient_timeout_tribe_feature_detection','1626818399','no'),(46628,'_transient_tribe_feature_detection','a:1:{s:22:\"supports_async_process\";b:0;}','no'),(46648,'_transient_timeout__woocommerce_helper_updates','1626266131','no'),(46649,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1626222931;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(46685,'_transient_timeout_wc_onboarding_product_data','1626321819','no'); INSERT INTO `wp_options` VALUES (46686,'_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:\"Wed, 14 Jul 2021 04:03:39 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"11668\";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:13:\"sea2 0 4 9980\";s:3:\"age\";s:2:\"13\";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:48378:\"{\"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\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"Securely accept payments, track cash flow, and manage recurring revenue from your dashboard \\u2014 all without setup costs or monthly fees.\",\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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 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 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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"PayPal\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\\u2019s latest, most complete payment processing solution. Accept PayPal exclusives, credit\\/debit cards and local payment methods. Turn on only PayPal options or process a full suite of payment methods. Enable global transactions with extensive currency and country coverage. Built and supported by WooCommerce and PayPal.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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 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 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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"Opayo Payment Suite\",\"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\":\"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\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/marketplace-card.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Integrate HubSpot with WooCommerce to connect your store with HubSpot\'s CRM, abandoned cart tracking, marketing automation & more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079},{\"title\":\"Customer\\/Order\\/Coupon CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Thumbnail-Customer-Order-Coupon-CSV-Import-Suite-updated.png\",\"excerpt\":\"Import both customers and orders into WooCommerce from a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/customerorder-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"eb00ca8317a0f64dbe185c995e5ea3df\",\"slug\":\"woocommerce-customer-order-csv-import\",\"id\":18709}]}\";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:48378:\"{\"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\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"Securely accept payments, track cash flow, and manage recurring revenue from your dashboard \\u2014 all without setup costs or monthly fees.\",\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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 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 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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"PayPal\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\\u2019s latest, most complete payment processing solution. Accept PayPal exclusives, credit\\/debit cards and local payment methods. Turn on only PayPal options or process a full suite of payment methods. Enable global transactions with extensive currency and country coverage. Built and supported by WooCommerce and PayPal.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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 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 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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"Opayo Payment Suite\",\"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\":\"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\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/marketplace-card.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Integrate HubSpot with WooCommerce to connect your store with HubSpot\'s CRM, abandoned cart tracking, marketing automation & more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079},{\"title\":\"Customer\\/Order\\/Coupon CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Thumbnail-Customer-Order-Coupon-CSV-Import-Suite-updated.png\",\"excerpt\":\"Import both customers and orders into WooCommerce from a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/customerorder-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"eb00ca8317a0f64dbe185c995e5ea3df\",\"slug\":\"woocommerce-customer-order-csv-import\",\"id\":18709}]}\";s:3:\"raw\";s:49013:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Wed, 14 Jul 2021 04:03:39 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 11668\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 0 4 9980\r\nAge: 13\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\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"Securely accept payments, track cash flow, and manage recurring revenue from your dashboard \\u2014 all without setup costs or monthly fees.\",\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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 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 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\":\"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\":\"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 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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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 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\":\"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\":\"PayPal\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\\u2019s latest, most complete payment processing solution. Accept PayPal exclusives, credit\\/debit cards and local payment methods. Turn on only PayPal options or process a full suite of payment methods. Enable global transactions with extensive currency and country coverage. Built and supported by WooCommerce and PayPal.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/wc-paid-courses.png\",\"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\":\"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\":\"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 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\":\"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\":\"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\":\"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 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 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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"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\":\"Opayo Payment Suite\",\"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\":\"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\":\"Google Listings & Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/marketplace-card.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Integrate HubSpot with WooCommerce to connect your store with HubSpot\'s CRM, abandoned cart tracking, marketing automation & more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079},{\"title\":\"Customer\\/Order\\/Coupon CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/Thumbnail-Customer-Order-Coupon-CSV-Import-Suite-updated.png\",\"excerpt\":\"Import both customers and orders into WooCommerce from a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/customerorder-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"eb00ca8317a0f64dbe185c995e5ea3df\",\"slug\":\"woocommerce-customer-order-csv-import\",\"id\":18709}]}\";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:\"Wed, 14 Jul 2021 04:03:39 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:\"11668\";}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:13:\"sea2 0 4 9980\";}s:3:\"age\";a:1:{i:0;s:2:\"13\";}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'),(46690,'40e4f8434_eael_elements','a:1:{i:5;s:12:\"creative-btn\";}','no'),(46691,'40e4f8434_eael_custom_js','','no'),(46692,'40e4f8434_eael_updated_at','1620837585','no'),(46710,'_transient_timeout__woocommerce_helper_subscriptions','1626265632','no'),(46711,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(46712,'_site_transient_timeout_theme_roots','1626266532','no'),(46713,'_site_transient_theme_roots','a:1:{s:4:\"neve\";s:7:\"/themes\";}','no'),(46719,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1626264736;s:7:\"checked\";a:1:{s:4:\"neve\";s:6:\"2.10.0\";}s:8:\"response\";a:1:{s:4:\"neve\";a:6:{s:5:\"theme\";s:4:\"neve\";s:11:\"new_version\";s:6:\"2.11.6\";s:3:\"url\";s:34:\"https://wordpress.org/themes/neve/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/neve.2.11.6.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.4.0\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(46726,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1626351137','no'),(46727,'_transient_jetpack_plugin_api_action_links_refresh','1626264737','no'),(46728,'eael_remove_old_cache','1','yes'),(46732,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1626264745;s:8:\"response\";a:3:{s:52:\"wt-smart-coupons-for-woocommerce/wt-smart-coupon.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:46:\"w.org/plugins/wt-smart-coupons-for-woocommerce\";s:4:\"slug\";s:32:\"wt-smart-coupons-for-woocommerce\";s:6:\"plugin\";s:52:\"wt-smart-coupons-for-woocommerce/wt-smart-coupon.php\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/wt-smart-coupons-for-woocommerce/\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/plugin/wt-smart-coupons-for-woocommerce.1.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/wt-smart-coupons-for-woocommerce/assets/icon-256x256.png?rev=2560939\";s:2:\"1x\";s:85:\"https://ps.w.org/wt-smart-coupons-for-woocommerce/assets/icon-256x256.png?rev=2560939\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:87:\"https://ps.w.org/wt-smart-coupons-for-woocommerce/assets/banner-772x250.png?rev=2560939\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:14:\"upgrade_notice\";s:415:\"<ul>\n<li>Tested OK with WC 5.4</li>\n<li>[Bug fix] Coupon still showing in <code>My account</code> when <code>Show in My account</code> option disabled.</li>\n<li>[Bug fix] Giveaway product is added repeatedly when logged in back to the site.</li>\n<li>[Bug fix] Buy Giveaway products individually</li>\n<li>[Bug fix] Removes any free products from the cart if their related coupon is not present in the cart</li>\n</ul>\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"5.5.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2366418\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2366418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"5.7.2\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:45:\"woocommerce-payments/woocommerce-payments.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-payments\";s:4:\"slug\";s:20:\"woocommerce-payments\";s:6:\"plugin\";s:45:\"woocommerce-payments/woocommerce-payments.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-payments/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/woocommerce-payments.2.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-payments/assets/icon-256x256.png?rev=2429229\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-payments/assets/icon-128x128.png?rev=2429229\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-payments/assets/banner-1544x500.png?rev=2429229\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-payments/assets/banner-772x250.png?rev=2429229\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"5.7.2\";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:16:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:6:\"4.1.10\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/akismet.4.1.10.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:8:\"requires\";s:3:\"4.6\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.3.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.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:8:\"requires\";s:3:\"5.0\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":10:{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.6.3\";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.6.3.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:8:\"requires\";s:3:\"4.4\";}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":10:{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.8.0\";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.8.0.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=2518133\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=2518133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:6:\"7.17.0\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.7.17.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.8.0\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a: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:8:\"requires\";s:3:\"4.6\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:3:\"9.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/jetpack.9.9.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2394525\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2394525\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2394525\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=1791404\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=1791404\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:3:\"5.8\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:5:\"3.5.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ninja-forms.3.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";O:8:\"stdClass\":10:{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.4.1\";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:8:\"requires\";s:3:\"5.0\";}s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/really-simple-ssl\";s:4:\"slug\";s:17:\"really-simple-ssl\";s:6:\"plugin\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:11:\"new_version\";s:5:\"5.0.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.5.0.2.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=1782452\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=2320223\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=2320228\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:31:\"simple-banner/simple-banner.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/simple-banner\";s:4:\"slug\";s:13:\"simple-banner\";s:6:\"plugin\";s:31:\"simple-banner/simple-banner.php\";s:11:\"new_version\";s:6:\"2.10.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/simple-banner/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/simple-banner.2.10.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/simple-banner/assets/icon-256x256.png?rev=1198700\";s:2:\"1x\";s:66:\"https://ps.w.org/simple-banner/assets/icon-128x128.png?rev=1198700\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/simple-banner/assets/banner-1544x500.png?rev=1198696\";s:2:\"1x\";s:68:\"https://ps.w.org/simple-banner/assets/banner-772x250.png?rev=1198699\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:45:\"custom-facebook-feed/custom-facebook-feed.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/custom-facebook-feed\";s:4:\"slug\";s:20:\"custom-facebook-feed\";s:6:\"plugin\";s:45:\"custom-facebook-feed/custom-facebook-feed.php\";s:11:\"new_version\";s:6:\"2.19.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/custom-facebook-feed/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/custom-facebook-feed.2.19.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/custom-facebook-feed/assets/icon-256x256.png?rev=2313063\";s:2:\"1x\";s:73:\"https://ps.w.org/custom-facebook-feed/assets/icon-128x128.png?rev=2123286\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/custom-facebook-feed/assets/banner-1544x500.png?rev=2313063\";s:2:\"1x\";s:75:\"https://ps.w.org/custom-facebook-feed/assets/banner-772x250.png?rev=2137679\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:43:\"the-events-calendar/the-events-calendar.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/the-events-calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:43:\"the-events-calendar/the-events-calendar.php\";s:11:\"new_version\";s:5:\"5.8.0\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/the-events-calendar/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.8.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:72:\"https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440\";s:2:\"1x\";s:64:\"https://ps.w.org/the-events-calendar/assets/icon.svg?rev=2259343\";s:3:\"svg\";s:64:\"https://ps.w.org/the-events-calendar/assets/icon.svg?rev=2259343\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/the-events-calendar/assets/banner-1544x500.png?rev=2257622\";s:2:\"1x\";s:74:\"https://ps.w.org/the-events-calendar/assets/banner-772x250.png?rev=2257622\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:6:\"4.9.16\";}s:46:\"under-construction-page/under-construction.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/under-construction-page\";s:4:\"slug\";s:23:\"under-construction-page\";s:6:\"plugin\";s:46:\"under-construction-page/under-construction.php\";s:11:\"new_version\";s:4:\"3.88\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/under-construction-page/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.88.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-256x256.gif?rev=2284849\";s:2:\"1x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-128x128.gif?rev=2284852\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/under-construction-page/assets/banner-1544x500.png?rev=1628376\";s:2:\"1x\";s:78:\"https://ps.w.org/under-construction-page/assets/banner-772x250.png?rev=1575797\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-services\";s:4:\"slug\";s:20:\"woocommerce-services\";s:6:\"plugin\";s:45:\"woocommerce-services/woocommerce-services.php\";s:11:\"new_version\";s:7:\"1.25.17\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/woocommerce-services.1.25.17.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=2398959\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-128x128.png?rev=2398959\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-services/assets/banner-1544x500.png?rev=2398959\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-services/assets/banner-772x250.png?rev=2398959\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";O:8:\"stdClass\":10:{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.3\";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:{}s:8:\"requires\";s:3:\"4.0\";}}}','no'),(46753,'_transient_timeout_jetpack_is_single_user','1626335791','no'),(46754,'_transient_jetpack_is_single_user','2','no'),(46765,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1626295645','no'),(46766,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;i:0;}','no'),(46769,'jetpack_site_products','a:0:{}','yes'),(46776,'_transient_timeout_wcpay_account_data','1626313331','no'),(46777,'_transient_wcpay_account_data','a:19:{s:10:\"account_id\";s:21:\"acct_1IQIyr2EAXz1JePe\";s:5:\"email\";s:19:\"a-flake@hotmail.com\";s:20:\"live_publishable_key\";s:42:\"pk_live_iBIpeqzKOOx2Y8PFCRBfyMU000Q7xVG4Sn\";s:20:\"test_publishable_key\";s:107:\"pk_test_51ETDmyFuiXB5oUVxwSobQMW5Tno1GclIq7ePZWzLeW4q8oa7Zb8hI5VfwI5sNT5nXuKYinLukNvGCXmsQXAoDGHG00MqHqlYHR\";s:7:\"is_live\";b:1;s:24:\"has_pending_requirements\";b:0;s:24:\"has_overdue_requirements\";b:0;s:16:\"current_deadline\";N;s:6:\"status\";s:8:\"complete\";s:16:\"payments_enabled\";b:1;s:15:\"deposits_status\";s:5:\"daily\";s:20:\"statement_descriptor\";s:21:\"INSPIREWITHANGELA.COM\";s:20:\"latest_tos_agreement\";a:3:{s:4:\"date\";s:19:\"2021-03-01 21:13:44\";s:6:\"source\";s:6:\"signup\";s:18:\"is_current_version\";b:1;}s:4:\"fees\";a:2:{s:4:\"base\";a:3:{s:15:\"percentage_rate\";d:0.0290000000000000014710455076283324160613119602203369140625;s:10:\"fixed_rate\";i:30;s:8:\"currency\";s:3:\"usd\";}s:8:\"discount\";a:0:{}}s:14:\"fraud_services\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"affbdadb36\";s:18:\"sandbox_beacon_key\";s:10:\"6ad0ad748b\";}}s:16:\"store_currencies\";a:2:{s:7:\"default\";s:3:\"usd\";s:9:\"supported\";a:1:{i:0;s:3:\"usd\";}}s:7:\"country\";s:2:\"US\";s:25:\"instant_deposits_eligible\";b:0;s:21:\"card_present_eligible\";b:0;}','no'),(46779,'_transient_timeout_jetpack_sync_constants_await','1626309734','no'),(46780,'_transient_jetpack_sync_constants_await','1626306134.5563','no'),(46784,'_transient_timeout_jetpack_sync_callables_await','1626306314','no'),(46785,'_transient_jetpack_sync_callables_await','1626306254.2254','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=4114 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'),(8,12,'_edit_lock','1618416138:3'),(9,12,'_edit_last','1'),(10,12,'_elementor_edit_mode','builder'),(11,14,'_elementor_edit_mode','builder'),(12,14,'_elementor_template_type','kit'),(13,14,'_elementor_version','3.0.15'),(14,12,'_elementor_template_type','wp-page'),(15,12,'_elementor_version','3.1.1'),(17,12,'_wp_page_template','elementor_header_footer'),(18,12,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(19,12,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\\\">Read More...<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAF5wQ2KbxsBACCtDjZAeqIZAuA7vDOOy94ERtyJZAZBmY32LY9mdWykcd11f7vZCjytm0auGjnJay9de1YJSmpHmcZAZCZCRRLcOR2OpmTbNzIop0JfdzqTlQZCKJZCc0zZCsAImhktqWA3yAYhxTjLdvcfwYHxIHhYWRoCQqPr0h7hBK187rSZA7arFRpOaKNotN8ZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\",\"eael_facebook_feed_is_show_preview_thumbnail\":\"\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(20,15,'_edit_lock','1611515484:1'),(21,15,'_edit_last','1'),(23,15,'_elementor_template_type','wp-page'),(24,15,'_elementor_version','3.0.16'),(25,18,'_edit_lock','1611515615:1'),(26,18,'_edit_last','1'),(27,18,'_elementor_edit_mode','builder'),(28,18,'_elementor_template_type','wp-page'),(29,18,'_elementor_version','3.0.16'),(30,20,'_elementor_edit_mode','builder'),(31,20,'_elementor_template_type','wp-page'),(32,20,'_elementor_version','3.0.15'),(33,21,'_elementor_edit_mode','builder'),(34,21,'_elementor_template_type','wp-page'),(35,21,'_elementor_version','3.0.15'),(36,18,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(37,18,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(38,18,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f99e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(39,22,'_elementor_edit_mode','builder'),(40,22,'_elementor_template_type','wp-page'),(41,22,'_elementor_version','3.0.15'),(42,22,'_wp_page_template','default'),(43,22,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(44,22,'_elementor_data','[]'),(51,24,'_wp_attached_file','2021/01/homepage_slider1.png'),(52,24,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1242;s:6:\"height\";i:714;s:4:\"file\";s:28:\"2021/01/homepage_slider1.png\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"homepage_slider1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"homepage_slider1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"homepage_slider1-600x345.png\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"homepage_slider1-300x172.png\";s:5:\"width\";i:300;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"homepage_slider1-1024x589.png\";s:5:\"width\";i:1024;s:6:\"height\";i:589;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"homepage_slider1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"homepage_slider1-768x442.png\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"homepage_slider1-1200x690.png\";s:5:\"width\";i:1200;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"homepage_slider1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"homepage_slider1-600x345.png\";s:5:\"width\";i:600;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"homepage_slider1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,28,'_wp_attached_file','2021/01/About-Me.jpeg'),(56,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:640;s:4:\"file\";s:21:\"2021/01/About-Me.jpeg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"About-Me-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"About-Me-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"About-Me-211x300.jpeg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"About-Me-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"About-Me-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"About-Me-100x100.jpeg\";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:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1607609199\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"27\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(57,29,'_wp_attached_file','2021/01/lets-read-inspire-with-angela-scaled.jpg'),(58,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1709;s:6:\"height\";i:2560;s:4:\"file\";s:48:\"2021/01/lets-read-inspire-with-angela-scaled.jpg\";s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:48:\"lets-read-inspire-with-angela-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:48:\"lets-read-inspire-with-angela-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:48:\"lets-read-inspire-with-angela-scaled-600x899.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"lets-read-inspire-with-angela-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"lets-read-inspire-with-angela-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"lets-read-inspire-with-angela-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"lets-read-inspire-with-angela-768x1150.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"lets-read-inspire-with-angela-1025x1536.jpg\";s:5:\"width\";i:1025;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:43:\"lets-read-inspire-with-angela-1367x2048.jpg\";s:5:\"width\";i:1367;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"lets-read-inspire-with-angela-1200x1798.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1798;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"twentytwenty-fullscreen\";a:4:{s:4:\"file\";s:43:\"lets-read-inspire-with-angela-1980x2966.jpg\";s:5:\"width\";i:1980;s:6:\"height\";i:2966;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:48:\"lets-read-inspire-with-angela-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:48:\"lets-read-inspire-with-angela-scaled-600x899.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:48:\"lets-read-inspire-with-angela-scaled-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:{}}}'),(63,30,'_wp_attached_file','2021/01/t-shirts-inspire-with-angela.jpeg'),(64,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:41:\"2021/01/t-shirts-inspire-with-angela.jpeg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"t-shirts-inspire-with-angela-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"t-shirts-inspire-with-angela-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"t-shirts-inspire-with-angela-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"t-shirts-inspire-with-angela-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"t-shirts-inspire-with-angela-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"t-shirts-inspire-with-angela-100x100.jpeg\";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:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1607610788\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"31\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(66,31,'_wp_attached_file','2021/01/events-inspire-with-angela-scaled.jpg'),(67,32,'_wp_attached_file','2021/01/events-inspire-with-angela-1.jpg'),(68,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:4:\"file\";s:40:\"2021/01/events-inspire-with-angela-1.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"events-inspire-with-angela-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"events-inspire-with-angela-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"events-inspire-with-angela-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"events-inspire-with-angela-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"events-inspire-with-angela-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"events-inspire-with-angela-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"events-inspire-with-angela-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:40:\"events-inspire-with-angela-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"events-inspire-with-angela-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"events-inspire-with-angela-1-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:{}}}'),(70,33,'_wp_attached_file','2021/01/gallery-inspire-with-angela-scaled.jpg'),(71,34,'_wp_attached_file','2021/01/gallery-inspire-with-angela-1.jpg'),(72,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2252;s:4:\"file\";s:41:\"2021/01/gallery-inspire-with-angela-1.jpg\";s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"gallery-inspire-with-angela-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"gallery-inspire-with-angela-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"gallery-inspire-with-angela-1-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"gallery-inspire-with-angela-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"gallery-inspire-with-angela-1-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"gallery-inspire-with-angela-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"gallery-inspire-with-angela-1-768x1153.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1153;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"gallery-inspire-with-angela-1-1023x1536.jpg\";s:5:\"width\";i:1023;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:43:\"gallery-inspire-with-angela-1-1364x2048.jpg\";s:5:\"width\";i:1364;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"gallery-inspire-with-angela-1-1200x1802.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1802;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"gallery-inspire-with-angela-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"gallery-inspire-with-angela-1-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"gallery-inspire-with-angela-1-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:{}}}'),(78,12,'_cff_oembed_done_checking','1'),(82,36,'_elementor_edit_mode','builder'),(83,36,'_elementor_template_type','wp-page'),(84,36,'_elementor_version','3.0.15'),(85,36,'_wp_page_template','elementor_header_footer'),(86,36,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(87,36,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false}]'),(89,37,'_elementor_edit_mode','builder'),(90,37,'_elementor_template_type','wp-page'),(91,37,'_elementor_version','3.0.15'),(92,37,'_wp_page_template','elementor_header_footer'),(93,37,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(94,37,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false}]'),(96,38,'_elementor_edit_mode','builder'),(97,38,'_elementor_template_type','wp-page'),(98,38,'_elementor_version','3.0.15'),(99,38,'_wp_page_template','elementor_header_footer'),(100,38,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(101,38,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false}]'),(105,39,'_elementor_edit_mode','builder'),(106,39,'_elementor_template_type','wp-page'),(107,39,'_elementor_version','3.0.15'),(108,39,'_wp_page_template','elementor_header_footer'),(109,39,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(110,39,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false}]'),(112,40,'_elementor_edit_mode','builder'),(113,40,'_elementor_template_type','wp-page'),(114,40,'_elementor_version','3.0.15'),(115,40,'_wp_page_template','elementor_header_footer'),(116,40,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(117,40,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false}]'),(119,41,'_elementor_edit_mode','builder'),(120,41,'_elementor_template_type','wp-page'),(121,41,'_elementor_version','3.0.15'),(122,41,'_wp_page_template','elementor_header_footer'),(123,41,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(124,41,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false}]'),(128,42,'_edit_last','1'),(129,42,'_edit_lock','1611270580:1'),(130,42,'_elementor_edit_mode','builder'),(131,42,'_elementor_template_type','wp-post'),(132,42,'_elementor_version','3.0.16'),(133,42,'_cff_oembed_done_checking','1'),(134,42,'_wp_page_template','default'),(135,42,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(136,42,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(146,44,'_menu_item_type','post_type'),(147,44,'_menu_item_menu_item_parent','0'),(148,44,'_menu_item_object_id','12'),(149,44,'_menu_item_object','page'),(150,44,'_menu_item_target',''),(151,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(152,44,'_menu_item_xfn',''),(153,44,'_menu_item_url',''),(155,45,'_menu_item_type','post_type'),(156,45,'_menu_item_menu_item_parent','0'),(157,45,'_menu_item_object_id','18'),(158,45,'_menu_item_object','page'),(159,45,'_menu_item_target',''),(160,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(161,45,'_menu_item_xfn',''),(162,45,'_menu_item_url',''),(164,46,'_menu_item_type','post_type'),(165,46,'_menu_item_menu_item_parent','0'),(166,46,'_menu_item_object_id','15'),(167,46,'_menu_item_object','page'),(168,46,'_menu_item_target',''),(169,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(170,46,'_menu_item_xfn',''),(171,46,'_menu_item_url',''),(173,47,'_elementor_edit_mode','builder'),(174,47,'_elementor_template_type','wp-post'),(175,47,'_elementor_version','3.0.15'),(176,47,'_wp_page_template','default'),(177,47,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(178,47,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25},\"elements\":[],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(179,48,'_elementor_edit_mode','builder'),(180,48,'_elementor_template_type','wp-post'),(181,48,'_elementor_version','3.0.15'),(182,48,'_wp_page_template','default'),(183,48,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(184,48,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25},\"elements\":[],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(185,49,'_elementor_edit_mode','builder'),(186,49,'_elementor_template_type','wp-post'),(187,49,'_elementor_version','3.0.15'),(188,49,'_wp_page_template','default'),(189,49,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(190,49,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25},\"elements\":[],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"flyout\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(202,51,'_wp_attached_file','2021/01/inspire-with-angela-logo.png'),(203,51,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:50;s:6:\"height\";i:60;s:4:\"file\";s:36:\"2021/01/inspire-with-angela-logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(205,52,'_elementor_edit_mode','builder'),(206,52,'_elementor_template_type','wp-post'),(207,52,'_elementor_version','3.0.15'),(208,52,'_wp_page_template','default'),(209,52,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(210,52,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25},\"elements\":[],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"flyout\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(212,53,'_elementor_edit_mode','builder'),(213,53,'_elementor_template_type','wp-post'),(214,53,'_elementor_version','3.0.15'),(215,53,'_wp_page_template','default'),(216,53,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(217,53,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\"},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":25},\"elements\":[],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":75},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"layout\":\"flyout\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(219,54,'_elementor_edit_mode','builder'),(220,54,'_elementor_template_type','wp-post'),(221,54,'_elementor_version','3.0.15'),(222,54,'_wp_page_template','default'),(223,54,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(224,54,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":48.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(228,42,'rs_page_bg_color',''),(229,42,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(230,42,'ehf_target_exclude_locations','a:0:{}'),(231,42,'ehf_target_user_roles','a:1:{i:0;s:3:\"all\";}'),(232,42,'ehf_template_type','type_header'),(234,55,'_edit_lock','1610052409:1'),(235,55,'_cff_oembed_done_checking','1'),(236,55,'_edit_last','1'),(237,57,'_edit_lock','1622648110:3'),(238,57,'_cff_oembed_done_checking','1'),(239,57,'_edit_last','1'),(240,59,'_edit_lock','1610052935:1'),(241,59,'_cff_oembed_done_checking','1'),(242,59,'_edit_last','1'),(243,61,'_menu_item_type','post_type'),(244,61,'_menu_item_menu_item_parent','0'),(245,61,'_menu_item_object_id','57'),(246,61,'_menu_item_object','page'),(247,61,'_menu_item_target',''),(248,61,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(249,61,'_menu_item_xfn',''),(250,61,'_menu_item_url',''),(261,63,'_edit_lock','1620837580:3'),(262,63,'_cff_oembed_done_checking','1'),(263,63,'_edit_last','1'),(264,65,'_menu_item_type','post_type'),(265,65,'_menu_item_menu_item_parent','0'),(266,65,'_menu_item_object_id','63'),(267,65,'_menu_item_object','page'),(268,65,'_menu_item_target',''),(269,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(270,65,'_menu_item_xfn',''),(271,65,'_menu_item_url',''),(273,66,'_elementor_edit_mode','builder'),(274,66,'_elementor_template_type','wp-post'),(275,66,'_elementor_version','3.0.15'),(276,66,'_wp_page_template','default'),(277,66,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(278,66,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":48.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(280,67,'_elementor_edit_mode','builder'),(281,67,'_elementor_template_type','wp-post'),(282,67,'_elementor_version','3.0.15'),(283,67,'_wp_page_template','default'),(284,67,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(285,67,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":44},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":48.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(287,68,'_elementor_edit_mode','builder'),(288,68,'_elementor_template_type','wp-post'),(289,68,'_elementor_version','3.0.15'),(290,68,'_wp_page_template','default'),(291,68,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(292,68,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(316,71,'_edit_last','1'),(317,71,'_edit_lock','1620769268:3'),(318,71,'rs_page_bg_color',''),(322,71,'_cff_oembed_done_checking','1'),(325,72,'_edit_last','3'),(326,72,'_edit_lock','1620769348:3'),(329,72,'rs_page_bg_color',''),(330,73,'_edit_last','3'),(331,73,'_edit_lock','1620769161:3'),(334,73,'rs_page_bg_color',''),(335,74,'_elementor_edit_mode','builder'),(336,74,'_elementor_template_type','wp-page'),(337,74,'_elementor_version','3.0.15'),(338,74,'_wp_page_template','elementor_header_footer'),(339,74,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(340,74,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false}]'),(342,75,'_elementor_edit_mode','builder'),(343,75,'_elementor_template_type','wp-page'),(344,75,'_elementor_version','3.0.15'),(345,75,'_wp_page_template','elementor_header_footer'),(346,75,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(347,75,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false}]'),(349,76,'_elementor_edit_mode','builder'),(350,76,'_elementor_template_type','wp-page'),(351,76,'_elementor_version','3.0.15'),(352,76,'_wp_page_template','elementor_header_footer'),(353,76,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(354,76,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(358,73,'_cff_oembed_done_checking','1'),(359,72,'_cff_oembed_done_checking','1'),(373,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1705;s:6:\"height\";i:2560;s:4:\"file\";s:46:\"2021/01/gallery-inspire-with-angela-scaled.jpg\";s:5:\"sizes\";a:3:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:46:\"gallery-inspire-with-angela-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:46:\"gallery-inspire-with-angela-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:46:\"gallery-inspire-with-angela-scaled-600x901.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:901;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:{}}}'),(374,79,'_elementor_edit_mode','builder'),(375,79,'_elementor_template_type','wp-page'),(376,79,'_elementor_version','3.0.15'),(377,79,'_wp_page_template','elementor_header_footer'),(378,79,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(379,79,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(380,80,'_elementor_edit_mode','builder'),(381,80,'_elementor_template_type','wp-page'),(382,80,'_elementor_version','3.0.15'),(383,80,'_wp_page_template','elementor_header_footer'),(384,80,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(385,80,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(386,81,'_elementor_edit_mode','builder'),(387,81,'_elementor_template_type','wp-page'),(388,81,'_elementor_version','3.0.15'),(389,81,'_wp_page_template','elementor_header_footer'),(390,81,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(391,81,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(402,83,'_elementor_edit_mode','builder'),(403,83,'_elementor_template_type','wp-page'),(404,83,'_elementor_version','3.0.16'),(405,83,'_wp_page_template','elementor_header_footer'),(406,83,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(407,83,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(408,84,'_elementor_edit_mode','builder'),(409,84,'_elementor_template_type','wp-page'),(410,84,'_elementor_version','3.0.16'),(411,84,'_wp_page_template','elementor_header_footer'),(412,84,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(413,84,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(414,85,'_elementor_edit_mode','builder'),(415,85,'_elementor_template_type','wp-page'),(416,85,'_elementor_version','3.0.16'),(417,85,'_wp_page_template','elementor_header_footer'),(418,85,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(419,85,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(421,86,'_elementor_edit_mode','builder'),(422,86,'_elementor_template_type','wp-page'),(423,86,'_elementor_version','3.0.16'),(424,86,'_wp_page_template','elementor_header_footer'),(425,86,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(426,86,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(427,87,'_elementor_edit_mode','builder'),(428,87,'_elementor_template_type','wp-page'),(429,87,'_elementor_version','3.0.16'),(430,87,'_wp_page_template','elementor_header_footer'),(431,87,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(432,87,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(433,88,'_elementor_edit_mode','builder'),(434,88,'_elementor_template_type','wp-page'),(435,88,'_elementor_version','3.0.16'),(436,88,'_wp_page_template','elementor_header_footer'),(437,88,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(438,88,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(441,89,'_elementor_edit_mode','builder'),(442,89,'_elementor_template_type','wp-page'),(443,89,'_elementor_version','3.0.16'),(444,89,'_wp_page_template','elementor_header_footer'),(445,89,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(446,89,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(448,90,'_elementor_edit_mode','builder'),(449,90,'_elementor_template_type','wp-page'),(450,90,'_elementor_version','3.0.16'),(451,90,'_wp_page_template','elementor_header_footer'),(452,90,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(453,90,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(455,91,'_elementor_edit_mode','builder'),(456,91,'_elementor_template_type','wp-page'),(457,91,'_elementor_version','3.0.16'),(458,91,'_wp_page_template','elementor_header_footer'),(459,91,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(460,91,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(463,92,'_elementor_edit_mode','builder'),(464,92,'_elementor_template_type','wp-page'),(465,92,'_elementor_version','3.0.16'),(466,92,'_wp_page_template','elementor_header_footer'),(467,92,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(468,92,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(469,93,'_elementor_edit_mode','builder'),(470,93,'_elementor_template_type','wp-page'),(471,93,'_elementor_version','3.0.16'),(472,93,'_wp_page_template','elementor_header_footer'),(473,93,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(474,93,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-220\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(475,94,'_elementor_edit_mode','builder'),(476,94,'_elementor_template_type','wp-page'),(477,94,'_elementor_version','3.0.16'),(478,94,'_wp_page_template','elementor_header_footer'),(479,94,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(480,94,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(483,95,'_elementor_edit_mode','builder'),(484,95,'_elementor_template_type','wp-page'),(485,95,'_elementor_version','3.0.16'),(486,95,'_wp_page_template','elementor_header_footer'),(487,95,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(488,95,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(490,96,'_elementor_edit_mode','builder'),(491,96,'_elementor_template_type','wp-page'),(492,96,'_elementor_version','3.0.16'),(493,96,'_wp_page_template','elementor_header_footer'),(494,96,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(495,96,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"-110\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"-140\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(497,97,'_elementor_edit_mode','builder'),(498,97,'_elementor_template_type','wp-page'),(499,97,'_elementor_version','3.0.16'),(500,97,'_wp_page_template','elementor_header_footer'),(501,97,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(502,97,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(506,98,'_elementor_edit_mode','builder'),(507,98,'_elementor_template_type','wp-post'),(508,98,'_elementor_version','3.0.15'),(509,98,'_wp_page_template','default'),(510,98,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(511,98,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(513,99,'_elementor_edit_mode','builder'),(514,99,'_elementor_template_type','wp-post'),(515,99,'_elementor_version','3.0.15'),(516,99,'_wp_page_template','default'),(517,99,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(518,99,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(520,100,'_elementor_edit_mode','builder'),(521,100,'_elementor_template_type','wp-post'),(522,100,'_elementor_version','3.0.15'),(523,100,'_wp_page_template','default'),(524,100,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(525,100,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(539,102,'_wp_attached_file','2021/01/contact-us-banner-inspire-with-angela.jpg'),(540,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:49:\"2021/01/contact-us-banner-inspire-with-angela.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:49:\"contact-us-banner-inspire-with-angela-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:49:\"contact-us-banner-inspire-with-angela-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:49:\"contact-us-banner-inspire-with-angela-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"contact-us-banner-inspire-with-angela-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:50:\"contact-us-banner-inspire-with-angela-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:49:\"contact-us-banner-inspire-with-angela-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"contact-us-banner-inspire-with-angela-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:50:\"contact-us-banner-inspire-with-angela-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:49:\"contact-us-banner-inspire-with-angela-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"contact-us-banner-inspire-with-angela-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:49:\"contact-us-banner-inspire-with-angela-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:{}}}'),(541,103,'_elementor_edit_mode','builder'),(542,103,'_elementor_template_type','wp-page'),(543,103,'_elementor_version','3.0.16'),(544,103,'_wp_page_template','elementor_header_footer'),(545,103,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(546,103,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(548,104,'_elementor_edit_mode','builder'),(549,104,'_elementor_template_type','wp-page'),(550,104,'_elementor_version','3.0.16'),(551,104,'_wp_page_template','elementor_header_footer'),(552,104,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(553,104,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(555,105,'_elementor_edit_mode','builder'),(556,105,'_elementor_template_type','wp-page'),(557,105,'_elementor_version','3.0.16'),(558,105,'_wp_page_template','elementor_header_footer'),(559,105,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(560,105,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(575,107,'_elementor_edit_mode','builder'),(576,107,'_elementor_template_type','wp-page'),(577,107,'_elementor_version','3.0.16'),(578,107,'_wp_page_template','elementor_header_footer'),(579,107,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(580,107,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(582,108,'_elementor_edit_mode','builder'),(583,108,'_elementor_template_type','wp-page'),(584,108,'_elementor_version','3.0.16'),(585,108,'_wp_page_template','elementor_header_footer'),(586,108,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(587,108,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(589,109,'_elementor_edit_mode','builder'),(590,109,'_elementor_template_type','wp-page'),(591,109,'_elementor_version','3.0.16'),(592,109,'_wp_page_template','elementor_header_footer'),(593,109,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(594,109,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(704,123,'_edit_last','1'),(705,123,'_edit_lock','1611693282:1'),(706,123,'_wp_page_template','default'),(707,123,'rs_page_bg_color',''),(708,123,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(709,123,'ehf_target_exclude_locations','a:0:{}'),(710,123,'ehf_target_user_roles','a:1:{i:0;s:3:\"all\";}'),(711,123,'ehf_template_type','type_footer'),(712,123,'_elementor_edit_mode','builder'),(713,123,'_elementor_template_type','wp-post'),(714,123,'_elementor_version','3.1.0'),(716,123,'_cff_oembed_done_checking','1'),(724,126,'_wp_page_template','default'),(725,126,'_elementor_edit_mode','builder'),(726,126,'_elementor_template_type','wp-post'),(727,126,'_elementor_version','3.0.16'),(728,127,'_wp_page_template','default'),(729,127,'_elementor_edit_mode','builder'),(730,127,'_elementor_template_type','wp-post'),(731,127,'_elementor_version','3.0.16'),(732,123,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(733,123,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5e5912e\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"92a26af\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FF7415\"},\"elements\":[{\"id\":\"26ac5a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2accd33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Website built by <a style=\\\"color:white\\\" href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(734,128,'_wp_page_template','default'),(735,128,'_elementor_edit_mode','builder'),(736,128,'_elementor_template_type','wp-post'),(737,128,'_elementor_version','3.0.16'),(738,128,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(739,128,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(741,129,'_wp_page_template','default'),(742,129,'_elementor_edit_mode','builder'),(743,129,'_elementor_template_type','wp-post'),(744,129,'_elementor_version','3.0.16'),(745,129,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(746,129,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(747,130,'_wp_page_template','default'),(748,130,'_elementor_edit_mode','builder'),(749,130,'_elementor_template_type','wp-post'),(750,130,'_elementor_version','3.0.16'),(751,130,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(752,130,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(753,131,'_wp_page_template','default'),(754,131,'_elementor_edit_mode','builder'),(755,131,'_elementor_template_type','wp-post'),(756,131,'_elementor_version','3.0.16'),(757,131,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(758,131,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(760,132,'_elementor_edit_mode','builder'),(761,132,'_elementor_template_type','wp-page'),(762,132,'_elementor_version','3.0.16'),(763,132,'_wp_page_template','elementor_header_footer'),(764,132,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(765,132,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(767,133,'_elementor_edit_mode','builder'),(768,133,'_elementor_template_type','wp-page'),(769,133,'_elementor_version','3.0.16'),(770,133,'_wp_page_template','elementor_header_footer'),(771,133,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(772,133,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(774,134,'_elementor_edit_mode','builder'),(775,134,'_elementor_template_type','wp-page'),(776,134,'_elementor_version','3.0.16'),(777,134,'_wp_page_template','elementor_header_footer'),(778,134,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(779,134,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebadaf5\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"top\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(793,136,'_elementor_edit_mode','builder'),(794,136,'_elementor_template_type','wp-post'),(795,136,'_elementor_version','3.0.16'),(796,136,'_wp_page_template','default'),(797,136,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(798,136,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(800,137,'_elementor_edit_mode','builder'),(801,137,'_elementor_template_type','wp-post'),(802,137,'_elementor_version','3.0.16'),(803,137,'_wp_page_template','default'),(804,137,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(805,137,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(807,138,'_elementor_edit_mode','builder'),(808,138,'_elementor_template_type','wp-post'),(809,138,'_elementor_version','3.0.16'),(810,138,'_wp_page_template','default'),(811,138,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(812,138,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"6d292dd\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"top\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(816,139,'_wp_page_template','default'),(817,139,'_elementor_edit_mode','builder'),(818,139,'_elementor_template_type','wp-post'),(819,139,'_elementor_version','3.0.16'),(820,139,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(821,139,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(823,140,'_wp_page_template','default'),(824,140,'_elementor_edit_mode','builder'),(825,140,'_elementor_template_type','wp-post'),(826,140,'_elementor_version','3.0.16'),(827,140,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(828,140,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(830,141,'_wp_page_template','default'),(831,141,'_elementor_edit_mode','builder'),(832,141,'_elementor_template_type','wp-post'),(833,141,'_elementor_version','3.0.16'),(834,141,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(835,141,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(838,142,'_wp_page_template','default'),(839,142,'_elementor_edit_mode','builder'),(840,142,'_elementor_template_type','wp-post'),(841,142,'_elementor_version','3.0.16'),(842,142,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(843,142,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(844,143,'_wp_page_template','default'),(845,143,'_elementor_edit_mode','builder'),(846,143,'_elementor_template_type','wp-post'),(847,143,'_elementor_version','3.0.16'),(848,143,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(849,143,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(850,144,'_wp_page_template','default'),(851,144,'_elementor_edit_mode','builder'),(852,144,'_elementor_template_type','wp-post'),(853,144,'_elementor_version','3.0.16'),(854,144,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(855,144,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(857,145,'_wp_page_template','default'),(858,145,'_elementor_edit_mode','builder'),(859,145,'_elementor_template_type','wp-post'),(860,145,'_elementor_version','3.0.16'),(861,145,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(862,145,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(863,146,'_wp_page_template','default'),(864,146,'_elementor_edit_mode','builder'),(865,146,'_elementor_template_type','wp-post'),(866,146,'_elementor_version','3.0.16'),(867,146,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(868,146,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"ba82aa3\"}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(869,147,'_wp_page_template','default'),(870,147,'_elementor_edit_mode','builder'),(871,147,'_elementor_template_type','wp-post'),(872,147,'_elementor_version','3.0.16'),(873,147,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(874,147,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5e5912e\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(886,11,'_cff_oembed_done_checking','1'),(887,149,'_elementor_edit_mode','builder'),(888,149,'_elementor_template_type','wp-post'),(889,149,'_elementor_version','3.0.16'),(890,149,'_wp_page_template','default'),(891,149,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(892,149,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"6d292dd\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"top\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(894,150,'_elementor_edit_mode','builder'),(895,150,'_elementor_template_type','wp-post'),(896,150,'_elementor_version','3.0.16'),(897,150,'_wp_page_template','default'),(898,150,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(899,150,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"6d292dd\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"top\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(901,151,'_elementor_edit_mode','builder'),(902,151,'_elementor_template_type','wp-post'),(903,151,'_elementor_version','3.0.16'),(904,151,'_wp_page_template','default'),(905,151,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(906,151,'_elementor_data','[{\"id\":\"79f1d25\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b433de2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.8940000000000001278976924368180334568023681640625},\"elements\":[{\"id\":\"61d34f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/my-account\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5291a38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":2.92499999999999982236431605997495353221893310546875},\"elements\":[{\"id\":\"b13982a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>|<\\/p>\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"19a20f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":16.910000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"6227f99\",\"elType\":\"widget\",\"settings\":{\"title\":\"My orders\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/my-account\\/orders\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1ef0c5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":66.2710000000000007958078640513122081756591796875},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(919,153,'_elementor_edit_mode','builder'),(920,153,'_elementor_template_type','wp-post'),(921,153,'_elementor_version','3.0.16'),(922,153,'_wp_page_template','default'),(923,153,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(924,153,'_elementor_data','[{\"id\":\"79f1d25\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b433de2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.8940000000000001278976924368180334568023681640625},\"elements\":[{\"id\":\"61d34f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/my-account\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5291a38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":2.92499999999999982236431605997495353221893310546875},\"elements\":[{\"id\":\"b13982a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>|<\\/p>\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"19a20f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":16.910000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"6227f99\",\"elType\":\"widget\",\"settings\":{\"title\":\"My orders\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/my-account\\/orders\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1ef0c5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":66.2710000000000007958078640513122081756591796875},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(926,154,'_elementor_edit_mode','builder'),(927,154,'_elementor_template_type','wp-post'),(928,154,'_elementor_version','3.0.16'),(929,154,'_wp_page_template','default'),(930,154,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(931,154,'_elementor_data','[{\"id\":\"79f1d25\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b433de2\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":13.8940000000000001278976924368180334568023681640625},\"elements\":[{\"id\":\"61d34f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"My Account\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/my-account\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"5291a38\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":2.92499999999999982236431605997495353221893310546875},\"elements\":[{\"id\":\"b13982a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>|<\\/p>\",\"text_color\":\"#FFFFFF\",\"_margin\":{\"unit\":\"px\",\"top\":\"-5\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"19a20f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":16.910000000000000142108547152020037174224853515625},\"elements\":[{\"id\":\"6227f99\",\"elType\":\"widget\",\"settings\":{\"title\":\"My orders\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/my-account\\/orders\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"header_size\":\"h6\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1ef0c5a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":66.2710000000000007958078640513122081756591796875},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(933,155,'_elementor_edit_mode','builder'),(934,155,'_elementor_template_type','wp-post'),(935,155,'_elementor_version','3.0.16'),(936,155,'_wp_page_template','default'),(937,155,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(938,155,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(970,15,'_cff_oembed_done_checking','1'),(976,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:45:\"2021/01/events-inspire-with-angela-scaled.jpg\";s:5:\"sizes\";a:3:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"events-inspire-with-angela-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"events-inspire-with-angela-scaled-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:45:\"events-inspire-with-angela-scaled-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;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:{}}}'),(978,18,'_cff_oembed_done_checking','1'),(979,161,'_wp_attached_file','woocommerce-placeholder.png'),(980,161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s: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:{}}}'),(981,9,'_cff_oembed_done_checking','1'),(982,162,'_wp_attached_file','2021/01/Gallery.jpg'),(983,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:602;s:4:\"file\";s:19:\"2021/01/Gallery.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Gallery-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Gallery-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Gallery-600x564.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Gallery-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Gallery-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"Gallery-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Gallery-600x564.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Gallery-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(984,163,'_wp_attached_file','2021/01/T-shirt-Inspire-with-Angela.jpg'),(985,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:428;s:6:\"height\";i:640;s:4:\"file\";s:39:\"2021/01/T-shirt-Inspire-with-Angela.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"T-shirt-Inspire-with-Angela-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"T-shirt-Inspire-with-Angela-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"T-shirt-Inspire-with-Angela-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"T-shirt-Inspire-with-Angela-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"T-shirt-Inspire-with-Angela-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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"T-shirt-Inspire-with-Angela-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(986,164,'_wp_attached_file','2021/01/Contact-Inspire-with-Angela-1.jpg'),(987,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:2048;s:4:\"file\";s:41:\"2021/01/Contact-Inspire-with-Angela-1.jpg\";s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"Contact-Inspire-with-Angela-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"Contact-Inspire-with-Angela-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"Contact-Inspire-with-Angela-1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Contact-Inspire-with-Angela-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Contact-Inspire-with-Angela-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Contact-Inspire-with-Angela-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"Contact-Inspire-with-Angela-1-768x1151.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"Contact-Inspire-with-Angela-1-1025x1536.jpg\";s:5:\"width\";i:1025;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Contact-Inspire-with-Angela-1-1200x1799.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:1799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"Contact-Inspire-with-Angela-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"Contact-Inspire-with-Angela-1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"Contact-Inspire-with-Angela-1-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(990,166,'_wp_attached_file','2021/01/Events-Inspire-with-angela-2.jpg'),(991,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:40:\"2021/01/Events-Inspire-with-angela-2.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Events-Inspire-with-angela-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Events-Inspire-with-angela-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Events-Inspire-with-angela-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Events-Inspire-with-angela-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Events-Inspire-with-angela-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:40:\"Events-Inspire-with-angela-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Events-Inspire-with-angela-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Events-Inspire-with-angela-2-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:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566488093\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"30\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(992,167,'_wp_attached_file','2021/01/Lets-Read-Inspire-with-Angela-1.jpg'),(993,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:427;s:4:\"file\";s:43:\"2021/01/Lets-Read-Inspire-with-Angela-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"Lets-Read-Inspire-with-Angela-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"Lets-Read-Inspire-with-Angela-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Lets-Read-Inspire-with-Angela-1-281x300.jpg\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Lets-Read-Inspire-with-Angela-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Lets-Read-Inspire-with-Angela-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"Lets-Read-Inspire-with-Angela-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1611022572\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(995,168,'_elementor_edit_mode','builder'),(996,168,'_elementor_template_type','wp-page'),(997,168,'_elementor_version','3.0.16'),(998,168,'_wp_page_template','elementor_header_footer'),(999,168,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1000,168,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebadaf5\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"top\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1001,169,'_elementor_edit_mode','builder'),(1002,169,'_elementor_template_type','wp-page'),(1003,169,'_elementor_version','3.0.16'),(1004,169,'_wp_page_template','elementor_header_footer'),(1005,169,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1006,169,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ebadaf5\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"top\"},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/lets-read-inspire-with-angela-scaled.jpg\",\"id\":29},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1353\",\"height\":\"1920\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"400\",\"height\":\"565\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/events-inspire-with-angela-1.jpg\",\"id\":32},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/gallery-inspire-with-angela-1.jpg\",\"id\":34},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela.jpg\",\"id\":35}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1007,170,'_elementor_edit_mode','builder'),(1008,170,'_elementor_template_type','wp-page'),(1009,170,'_elementor_version','3.0.16'),(1010,170,'_wp_page_template','elementor_header_footer'),(1011,170,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1012,170,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1021,172,'_elementor_edit_mode','builder'),(1022,172,'_elementor_template_type','wp-page'),(1023,172,'_elementor_version','3.0.16'),(1024,172,'_wp_page_template','elementor_header_footer'),(1025,172,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1026,172,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1027,173,'_elementor_edit_mode','builder'),(1028,173,'_elementor_template_type','wp-page'),(1029,173,'_elementor_version','3.0.16'),(1030,173,'_wp_page_template','elementor_header_footer'),(1031,173,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1032,173,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1033,174,'_elementor_edit_mode','builder'),(1034,174,'_elementor_template_type','wp-page'),(1035,174,'_elementor_version','3.0.16'),(1036,174,'_wp_page_template','elementor_header_footer'),(1037,174,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1038,174,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1040,175,'_edit_last','1'),(1041,175,'rs_page_bg_color',''),(1042,175,'_edit_lock','1610998703:1'),(1043,176,'_edit_last','1'),(1044,176,'rs_page_bg_color',''),(1045,176,'_edit_lock','1610998767:1'),(1046,177,'_edit_last','1'),(1047,177,'_edit_lock','1620769102:3'),(1048,177,'rs_page_bg_color',''),(1049,178,'_edit_last','3'),(1050,178,'rs_page_bg_color',''),(1051,178,'_edit_lock','1620769195:3'),(1053,178,'_cff_oembed_done_checking','1'),(1054,177,'_cff_oembed_done_checking','1'),(1055,176,'_cff_oembed_done_checking','1'),(1056,175,'_cff_oembed_done_checking','1'),(1065,180,'_elementor_edit_mode','builder'),(1066,180,'_elementor_template_type','wp-page'),(1067,180,'_elementor_version','3.0.16'),(1068,180,'_wp_page_template','elementor_header_footer'),(1069,180,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1070,180,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1071,181,'_elementor_edit_mode','builder'),(1072,181,'_elementor_template_type','wp-page'),(1073,181,'_elementor_version','3.0.16'),(1074,181,'_wp_page_template','elementor_header_footer'),(1075,181,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1076,181,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"640\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1077,182,'_elementor_edit_mode','builder'),(1078,182,'_elementor_template_type','wp-page'),(1079,182,'_elementor_version','3.0.16'),(1080,182,'_wp_page_template','elementor_header_footer'),(1081,182,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1082,182,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1085,183,'_elementor_edit_mode','builder'),(1086,183,'_elementor_template_type','wp-page'),(1087,183,'_elementor_version','3.0.16'),(1088,183,'_wp_page_template','elementor_header_footer'),(1089,183,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1090,183,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1092,184,'_elementor_edit_mode','builder'),(1093,184,'_elementor_template_type','wp-page'),(1094,184,'_elementor_version','3.0.16'),(1095,184,'_wp_page_template','elementor_header_footer'),(1096,184,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1097,184,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"medium_large\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1099,185,'_elementor_edit_mode','builder'),(1100,185,'_elementor_template_type','wp-page'),(1101,185,'_elementor_version','3.0.16'),(1102,185,'_wp_page_template','elementor_header_footer'),(1103,185,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1104,185,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1107,186,'_elementor_edit_mode','builder'),(1108,186,'_elementor_template_type','wp-page'),(1109,186,'_elementor_version','3.0.16'),(1110,186,'_wp_page_template','elementor_header_footer'),(1111,186,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1112,186,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1113,187,'_elementor_edit_mode','builder'),(1114,187,'_elementor_template_type','wp-page'),(1115,187,'_elementor_version','3.0.16'),(1116,187,'_wp_page_template','elementor_header_footer'),(1117,187,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1118,187,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"1300\",\"height\":\"700\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1119,188,'_elementor_edit_mode','builder'),(1120,188,'_elementor_template_type','wp-page'),(1121,188,'_elementor_version','3.0.16'),(1122,188,'_wp_page_template','elementor_header_footer'),(1123,188,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1124,188,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1127,189,'_elementor_edit_mode','builder'),(1128,189,'_elementor_template_type','wp-page'),(1129,189,'_elementor_version','3.0.16'),(1130,189,'_wp_page_template','elementor_header_footer'),(1131,189,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1132,189,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1134,190,'_elementor_edit_mode','builder'),(1135,190,'_elementor_template_type','wp-page'),(1136,190,'_elementor_version','3.0.16'),(1137,190,'_wp_page_template','elementor_header_footer'),(1138,190,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1139,190,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"455\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1141,191,'_elementor_edit_mode','builder'),(1142,191,'_elementor_template_type','wp-page'),(1143,191,'_elementor_version','3.0.16'),(1144,191,'_wp_page_template','elementor_header_footer'),(1145,191,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1146,191,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1157,193,'_elementor_edit_mode','builder'),(1158,193,'_elementor_template_type','wp-page'),(1159,193,'_elementor_version','3.0.16'),(1161,194,'_elementor_edit_mode','builder'),(1162,194,'_elementor_template_type','wp-page'),(1163,194,'_elementor_version','3.0.16'),(1165,15,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(1166,15,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(1167,15,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aa57eec\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fbd29d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0848af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac3f68c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela-1.jpeg\",\"id\":249},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"200\",\"bottom\":\"200\",\"left\":\"200\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62b94b1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5c418b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d33ce6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\u00a0<\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Love and blessings,\\u00a0<\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Angela<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1168,195,'_elementor_edit_mode','builder'),(1169,195,'_elementor_template_type','wp-page'),(1170,195,'_elementor_version','3.0.16'),(1172,195,'_wp_page_template','elementor_header_footer'),(1173,195,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1174,195,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4f5bd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.<\\/p><p>\\u00a0<\\/p><p>Love and blessings,<\\/p><p>Angela<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1177,196,'_elementor_edit_mode','builder'),(1178,196,'_elementor_template_type','wp-page'),(1179,196,'_elementor_version','3.0.16'),(1180,196,'_wp_page_template','elementor_header_footer'),(1181,196,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1182,196,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4f5bd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.<\\/p><p>\\u00a0<\\/p><p>Love and blessings,<\\/p><p>Angela<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1184,197,'_elementor_edit_mode','builder'),(1185,197,'_elementor_template_type','wp-page'),(1186,197,'_elementor_version','3.0.16'),(1187,197,'_wp_page_template','elementor_header_footer'),(1188,197,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1189,197,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4f5bd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.<\\/p><p>\\u00a0<\\/p><p>Love and blessings,<\\/p><p>Angela<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1191,198,'_elementor_edit_mode','builder'),(1192,198,'_elementor_template_type','wp-page'),(1193,198,'_elementor_version','3.0.16'),(1194,198,'_wp_page_template','templates/template-full-width.php'),(1195,198,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1196,198,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4f5bd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.<\\/p><p>\\u00a0<\\/p><p>Love and blessings,<\\/p><p>Angela<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1209,200,'_elementor_edit_mode','builder'),(1210,200,'_elementor_template_type','wp-page'),(1211,200,'_elementor_version','3.0.16'),(1212,200,'_wp_page_template','templates/template-full-width.php'),(1213,200,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1214,200,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4f5bd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.<\\/p><p>\\u00a0<\\/p><p>Love and blessings,<\\/p><p>Angela<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1216,201,'_elementor_edit_mode','builder'),(1217,201,'_elementor_template_type','wp-page'),(1218,201,'_elementor_version','3.0.16'),(1219,201,'_wp_page_template','templates/template-full-width.php'),(1220,201,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1221,201,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"c4f5bd0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.<\\/p><p>\\u00a0<\\/p><p>Love and blessings,<\\/p><p>Angela<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1223,202,'_elementor_edit_mode','builder'),(1224,202,'_elementor_template_type','wp-page'),(1225,202,'_elementor_version','3.0.16'),(1226,202,'_wp_page_template','templates/template-full-width.php'),(1227,202,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1228,202,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18f97b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"title_text\":\"\",\"description_text\":\"Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\n\\nLove and blessings,\\n\\nAngela\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1232,203,'_elementor_edit_mode','builder'),(1233,203,'_elementor_template_type','wp-page'),(1234,203,'_elementor_version','3.0.16'),(1235,203,'_wp_page_template','templates/template-full-width.php'),(1236,203,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1237,203,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18f97b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"title_text\":\"\",\"description_text\":\"Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\n\\nLove and blessings,\\n\\nAngela\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1239,204,'_elementor_edit_mode','builder'),(1240,204,'_elementor_template_type','wp-page'),(1241,204,'_elementor_version','3.0.16'),(1242,204,'_wp_page_template','templates/template-full-width.php'),(1243,204,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1244,204,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18f97b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"title_text\":\"\",\"description_text\":\"Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\n\\nLove and blessings,\\n\\nAngela\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1246,205,'_elementor_edit_mode','builder'),(1247,205,'_elementor_template_type','wp-page'),(1248,205,'_elementor_version','3.0.16'),(1249,205,'_wp_page_template','elementor_header_footer'),(1250,205,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1251,205,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18f97b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"title_text\":\"\",\"description_text\":\"Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\n\\nLove and blessings,\\n\\nAngela\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1264,207,'_elementor_edit_mode','builder'),(1265,207,'_elementor_template_type','wp-page'),(1266,207,'_elementor_version','3.0.16'),(1267,207,'_wp_page_template','elementor_header_footer'),(1268,207,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1269,207,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1271,208,'_elementor_edit_mode','builder'),(1272,208,'_elementor_template_type','wp-page'),(1273,208,'_elementor_version','3.0.16'),(1274,208,'_wp_page_template','elementor_header_footer'),(1275,208,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1276,208,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-2\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1278,209,'_elementor_edit_mode','builder'),(1279,209,'_elementor_template_type','wp-page'),(1280,209,'_elementor_version','3.0.16'),(1281,209,'_wp_page_template','elementor_header_footer'),(1282,209,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1283,209,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-1\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1287,210,'_elementor_edit_mode','builder'),(1288,210,'_elementor_template_type','wp-page'),(1289,210,'_elementor_version','3.0.16'),(1290,210,'_wp_page_template','elementor_header_footer'),(1291,210,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1292,210,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-1\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1294,211,'_elementor_edit_mode','builder'),(1295,211,'_elementor_template_type','wp-page'),(1296,211,'_elementor_version','3.0.16'),(1297,211,'_wp_page_template','elementor_header_footer'),(1298,211,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1299,211,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-1\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1301,212,'_elementor_edit_mode','builder'),(1302,212,'_elementor_template_type','wp-page'),(1303,212,'_elementor_version','3.0.16'),(1304,212,'_wp_page_template','elementor_header_footer'),(1305,212,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1306,212,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-3\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1311,213,'_elementor_edit_mode','builder'),(1312,213,'_elementor_template_type','wp-page'),(1313,213,'_elementor_version','3.0.16'),(1314,213,'_wp_page_template','elementor_header_footer'),(1315,213,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1316,213,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18f97b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"title_text\":\"\",\"description_text\":\"Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\n\\nLove and blessings,\\n\\nAngela\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(1317,213,'_elementor_controls_usage','a:3:{s:9:\"image-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:1;s:10:\"title_text\";i:1;s:16:\"description_text\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(1319,2,'_cff_oembed_done_checking','1'),(1320,10,'_cff_oembed_done_checking','1'),(1321,8,'_cff_oembed_done_checking','1'),(1322,217,'_elementor_edit_mode','builder'),(1323,217,'_elementor_template_type','wp-page'),(1324,217,'_elementor_version','3.0.16'),(1325,217,'_wp_page_template','default'),(1326,217,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1327,217,'_elementor_data','[]'),(1328,218,'_elementor_edit_mode','builder'),(1329,218,'_elementor_template_type','wp-page'),(1330,218,'_elementor_version','3.0.16'),(1331,218,'_wp_page_template','default'),(1332,218,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1333,218,'_elementor_data','[]'),(1334,219,'_elementor_edit_mode','builder'),(1335,219,'_elementor_template_type','wp-page'),(1336,219,'_elementor_version','3.0.16'),(1337,219,'_wp_page_template','templates/template-full-width.php'),(1338,219,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1339,219,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1342,220,'_elementor_edit_mode','builder'),(1343,220,'_elementor_template_type','wp-page'),(1344,220,'_elementor_version','3.0.16'),(1345,220,'_wp_page_template','templates/template-full-width.php'),(1346,220,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1347,220,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1349,221,'_elementor_edit_mode','builder'),(1350,221,'_elementor_template_type','wp-page'),(1351,221,'_elementor_version','3.0.16'),(1352,221,'_wp_page_template','templates/template-full-width.php'),(1353,221,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1354,221,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1356,222,'_elementor_edit_mode','builder'),(1357,222,'_elementor_template_type','wp-page'),(1358,222,'_elementor_version','3.0.16'),(1359,222,'_wp_page_template','templates/template-full-width.php'),(1360,222,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1361,222,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1365,30,'_cff_oembed_done_checking','1'),(1366,227,'_elementor_edit_mode','builder'),(1367,227,'_elementor_template_type','wp-page'),(1368,227,'_elementor_version','3.0.16'),(1369,227,'_wp_page_template','elementor_header_footer'),(1370,227,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1371,227,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-3\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1373,228,'_elementor_edit_mode','builder'),(1374,228,'_elementor_template_type','wp-page'),(1375,228,'_elementor_version','3.0.16'),(1376,228,'_wp_page_template','elementor_header_footer'),(1377,228,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1378,228,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-3\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1380,229,'_elementor_edit_mode','builder'),(1381,229,'_elementor_template_type','wp-page'),(1382,229,'_elementor_version','3.0.16'),(1383,229,'_wp_page_template','elementor_header_footer'),(1384,229,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1385,229,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-3\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1389,232,'_edit_last','1'),(1390,232,'_edit_lock','1611003025:1'),(1391,232,'rs_page_bg_color',''),(1405,234,'_elementor_edit_mode','builder'),(1406,234,'_elementor_template_type','wp-page'),(1407,234,'_elementor_version','3.0.16'),(1408,234,'_wp_page_template','elementor_header_footer'),(1409,234,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1410,234,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-3\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1412,235,'_elementor_edit_mode','builder'),(1413,235,'_elementor_template_type','wp-page'),(1414,235,'_elementor_version','3.0.16'),(1415,235,'_wp_page_template','elementor_header_footer'),(1416,235,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1417,235,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"835e44d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials design=\\u201ddesign-3\\u2033]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1419,236,'_elementor_edit_mode','builder'),(1420,236,'_elementor_template_type','wp-page'),(1421,236,'_elementor_version','3.0.16'),(1422,236,'_wp_page_template','elementor_header_footer'),(1423,236,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1424,236,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1437,238,'_elementor_edit_mode','builder'),(1438,238,'_elementor_template_type','wp-page'),(1439,238,'_elementor_version','3.0.16'),(1440,238,'_wp_page_template','elementor_header_footer'),(1441,238,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1442,238,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1444,239,'_elementor_edit_mode','builder'),(1445,239,'_elementor_template_type','wp-page'),(1446,239,'_elementor_version','3.0.16'),(1447,239,'_wp_page_template','elementor_header_footer'),(1448,239,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1449,239,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1451,240,'_elementor_edit_mode','builder'),(1452,240,'_elementor_template_type','wp-page'),(1453,240,'_elementor_version','3.0.16'),(1454,240,'_wp_page_template','elementor_header_footer'),(1455,240,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1456,240,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1460,241,'_EventOrigin','events-calendar'),(1461,241,'_tribe_modified_fields','a:22:{s:12:\"_EventOrigin\";i:1611012486;s:10:\"_edit_last\";i:1611012508;s:10:\"post_title\";i:1611012508;s:11:\"post_status\";i:1611012625;s:16:\"tribe_events_cat\";i:1611012625;s:16:\"rs_page_bg_color\";i:1611012625;s:17:\"_EventShowMapLink\";i:1611012625;s:13:\"_EventShowMap\";i:1611012625;s:17:\"_EventOrganizerID\";i:1611012625;s:12:\"_EventAllDay\";i:1611012625;s:15:\"_EventStartDate\";i:1611012625;s:13:\"_EventEndDate\";i:1611012625;s:18:\"_EventStartDateUTC\";i:1611012625;s:16:\"_EventEndDateUTC\";i:1611012625;s:20:\"_EventCurrencySymbol\";i:1611012625;s:22:\"_EventCurrencyPosition\";i:1611012625;s:10:\"_EventCost\";i:1611012625;s:9:\"_EventURL\";i:1611012625;s:14:\"_EventTimezone\";i:1611012625;s:18:\"_EventTimezoneAbbr\";i:1611012625;s:25:\"_cff_oembed_done_checking\";i:1611012653;s:12:\"post_content\";i:1611012756;}'),(1462,241,'_edit_last','1'),(1463,241,'_edit_lock','1611068459:1'),(1464,241,'rs_page_bg_color',''),(1465,242,'_EventShowMapLink',''),(1466,242,'_EventShowMap',''),(1467,242,'_EventAllDay','yes'),(1468,242,'_EventStartDate','2021-01-18 00:00:00'),(1469,242,'_EventEndDate','2021-01-18 23:59:59'),(1470,242,'_EventStartDateUTC','2021-01-18 00:00:00'),(1471,242,'_EventEndDateUTC','2021-01-18 23:59:59'),(1472,242,'_EventCurrencySymbol',''),(1473,242,'_EventCurrencyPosition','prefix'),(1474,242,'_EventCost',''),(1475,242,'_EventURL','inspirewithangela'),(1476,242,'_EventTimezone','UTC+0'),(1477,242,'_EventTimezoneAbbr','UTC+0'),(1478,241,'_EventShowMapLink',''),(1479,241,'_EventShowMap',''),(1480,243,'_OrganizerOrigin','events-calendar'),(1481,243,'_tribe_modified_fields','a:5:{s:16:\"_OrganizerOrigin\";i:1611012625;s:21:\"_OrganizerOrganizerID\";i:1611012625;s:15:\"_OrganizerPhone\";i:1611012625;s:17:\"_OrganizerWebsite\";i:1611012625;s:15:\"_OrganizerEmail\";i:1611012625;}'),(1482,243,'_OrganizerOrganizerID','0'),(1483,243,'_OrganizerPhone',''),(1484,243,'_OrganizerWebsite','inspirewithangela.com'),(1485,243,'_OrganizerEmail',''),(1486,241,'_EventOrganizerID','243'),(1487,241,'_EventAllDay','yes'),(1488,241,'_EventStartDate','2021-01-18 00:00:00'),(1489,241,'_EventEndDate','2021-01-18 23:59:59'),(1490,241,'_EventStartDateUTC','2021-01-18 00:00:00'),(1491,241,'_EventEndDateUTC','2021-01-18 23:59:59'),(1492,241,'_EventCurrencySymbol',''),(1493,241,'_EventCurrencyPosition','prefix'),(1494,241,'_EventCost',''),(1495,241,'_EventURL','inspirewithangela'),(1496,241,'_EventTimezone','UTC+0'),(1497,241,'_EventTimezoneAbbr','UTC+0'),(1498,241,'_cff_oembed_done_checking','1'),(1499,244,'_EventShowMapLink',''),(1500,244,'_EventShowMap',''),(1501,244,'_EventAllDay','yes'),(1502,244,'_EventStartDate','2021-01-18 00:00:00'),(1503,244,'_EventEndDate','2021-01-18 23:59:59'),(1504,244,'_EventStartDateUTC','2021-01-18 00:00:00'),(1505,244,'_EventEndDateUTC','2021-01-18 23:59:59'),(1506,244,'_EventCurrencySymbol',''),(1507,244,'_EventCurrencyPosition','prefix'),(1508,244,'_EventCost',''),(1509,244,'_EventURL','inspirewithangela'),(1510,244,'_EventTimezone','UTC+0'),(1511,244,'_EventTimezoneAbbr','UTC+0'),(1512,245,'_edit_last','1'),(1513,245,'_edit_lock','1619638143:3'),(1514,245,'_thumbnail_id','163'),(1516,245,'total_sales','0'),(1517,245,'_tax_status','taxable'),(1518,245,'_tax_class',''),(1519,245,'_manage_stock','no'),(1520,245,'_backorders','no'),(1521,245,'_sold_individually','no'),(1522,245,'_virtual','no'),(1523,245,'_downloadable','no'),(1524,245,'_download_limit','-1'),(1525,245,'_download_expiry','-1'),(1526,245,'_stock',NULL),(1527,245,'_stock_status','instock'),(1528,245,'_wc_average_rating','0'),(1529,245,'_wc_review_count','0'),(1530,245,'_product_version','5.1.0'),(1532,245,'rs_page_bg_color',''),(1533,246,'_edit_last','1'),(1534,246,'_edit_lock','1619641091:3'),(1535,247,'_wp_attached_file','2021/01/image5.jpeg'),(1536,247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1423;s:6:\"height\";i:1017;s:4:\"file\";s:19:\"2021/01/image5.jpeg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"image5-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"image5-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"image5-600x429.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image5-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"image5-1024x732.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image5-150x150.jpeg\";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:19:\"image5-768x549.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image5-1200x858.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"image5-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"image5-600x429.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"image5-100x100.jpeg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1537,246,'total_sales','1'),(1538,246,'_tax_status','taxable'),(1539,246,'_tax_class',''),(1540,246,'_manage_stock','no'),(1541,246,'_backorders','no'),(1542,246,'_sold_individually','no'),(1543,246,'_virtual','no'),(1544,246,'_downloadable','no'),(1545,246,'_download_limit','-1'),(1546,246,'_download_expiry','-1'),(1547,246,'_stock',NULL),(1548,246,'_stock_status','instock'),(1549,246,'_wc_average_rating','0'),(1550,246,'_wc_review_count','0'),(1551,246,'_product_version','5.1.0'),(1552,246,'_product_attributes','a:1:{s:12:\"t-shirt-size\";a:6:{s:4:\"name\";s:12:\"T-Shirt Size\";s:5:\"value\";s:31:\"Small | Medium | Large | XLarge\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1553,245,'_cff_oembed_done_checking','1'),(1554,246,'_thumbnail_id','247'),(1557,246,'rs_page_bg_color',''),(1558,246,'_cff_oembed_done_checking','1'),(1559,248,'_edit_last','1'),(1560,248,'_edit_lock','1619640832:3'),(1561,249,'_wp_attached_file','2021/01/t-shirts-inspire-with-angela-1.jpeg'),(1562,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:640;s:4:\"file\";s:43:\"2021/01/t-shirts-inspire-with-angela-1.jpeg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"t-shirts-inspire-with-angela-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"t-shirts-inspire-with-angela-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"t-shirts-inspire-with-angela-1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"t-shirts-inspire-with-angela-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:43:\"t-shirts-inspire-with-angela-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"t-shirts-inspire-with-angela-1-100x100.jpeg\";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:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1607610788\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"31\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1563,250,'_wp_attached_file','2021/01/image10.jpeg'),(1564,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:20:\"2021/01/image10.jpeg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image10-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image10-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image10-600x338.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image10-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image10-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image10-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image10-600x338.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image10-100x100.jpeg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1565,248,'total_sales','0'),(1566,248,'_tax_status','taxable'),(1567,248,'_tax_class',''),(1568,248,'_manage_stock','no'),(1569,248,'_backorders','no'),(1570,248,'_sold_individually','no'),(1571,248,'_virtual','no'),(1572,248,'_downloadable','no'),(1573,248,'_download_limit','-1'),(1574,248,'_download_expiry','-1'),(1575,248,'_stock',NULL),(1576,248,'_stock_status','instock'),(1577,248,'_wc_average_rating','0'),(1578,248,'_wc_review_count','0'),(1579,248,'_product_attributes','a:1:{s:13:\"t-shirt-sizes\";a:6:{s:4:\"name\";s:13:\"T-Shirt Sizes\";s:5:\"value\";s:31:\"Small | Medium | Large | XLarge\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1580,248,'_product_version','5.1.0'),(1581,248,'_thumbnail_id','164'),(1584,248,'rs_page_bg_color',''),(1585,251,'_edit_last','3'),(1586,251,'_edit_lock','1620833934:3'),(1587,251,'total_sales','0'),(1588,251,'_tax_status','taxable'),(1589,251,'_tax_class',''),(1590,251,'_manage_stock','no'),(1591,251,'_backorders','no'),(1592,251,'_sold_individually','no'),(1593,251,'_virtual','no'),(1594,251,'_downloadable','no'),(1595,251,'_download_limit','-1'),(1596,251,'_download_expiry','-1'),(1597,251,'_stock',NULL),(1598,251,'_stock_status','instock'),(1599,251,'_wc_average_rating','0'),(1600,251,'_wc_review_count','0'),(1601,251,'_product_version','5.1.0'),(1602,251,'_thumbnail_id','298'),(1604,251,'_product_attributes','a:1:{s:13:\"t-shirt-sizes\";a:6:{s:4:\"name\";s:13:\"T-Shirt Sizes\";s:5:\"value\";s:31:\"Small | Medium | Large | XLarge\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1606,251,'rs_page_bg_color',''),(1607,248,'_cff_oembed_done_checking','1'),(1608,251,'_cff_oembed_done_checking','1'),(1609,252,'_edit_last','1'),(1610,252,'_edit_lock','1619641210:3'),(1611,252,'total_sales','0'),(1612,252,'_tax_status','taxable'),(1613,252,'_tax_class',''),(1614,252,'_manage_stock','no'),(1615,252,'_backorders','no'),(1616,252,'_sold_individually','no'),(1617,252,'_virtual','no'),(1618,252,'_downloadable','no'),(1619,252,'_download_limit','-1'),(1620,252,'_download_expiry','-1'),(1621,252,'_stock',NULL),(1622,252,'_stock_status','instock'),(1623,252,'_wc_average_rating','0'),(1624,252,'_wc_review_count','0'),(1625,252,'_product_attributes','a:1:{s:13:\"t-shirt-sizes\";a:6:{s:4:\"name\";s:13:\"T-Shirt Sizes\";s:5:\"value\";s:31:\"Small | Medium | Large | XLarge\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1626,252,'_product_version','5.1.0'),(1627,253,'_variation_description',''),(1628,253,'total_sales','0'),(1629,253,'_tax_status','taxable'),(1630,253,'_tax_class','parent'),(1631,253,'_manage_stock','yes'),(1632,253,'_backorders','no'),(1633,253,'_sold_individually','no'),(1634,253,'_virtual','no'),(1635,253,'_downloadable','no'),(1636,253,'_download_limit','-1'),(1637,253,'_download_expiry','-1'),(1638,253,'_stock','3'),(1639,253,'_stock_status','instock'),(1640,253,'_wc_average_rating','0'),(1641,253,'_wc_review_count','0'),(1642,253,'attribute_t-shirt-sizes','Small'),(1643,253,'_product_version','5.1.0'),(1644,254,'_variation_description',''),(1645,254,'total_sales','0'),(1646,254,'_tax_status','taxable'),(1647,254,'_tax_class','parent'),(1648,254,'_manage_stock','yes'),(1649,254,'_backorders','no'),(1650,254,'_sold_individually','no'),(1651,254,'_virtual','no'),(1652,254,'_downloadable','no'),(1653,254,'_download_limit','-1'),(1654,254,'_download_expiry','-1'),(1655,254,'_stock','2'),(1656,254,'_stock_status','instock'),(1657,254,'_wc_average_rating','0'),(1658,254,'_wc_review_count','0'),(1659,254,'attribute_t-shirt-sizes','Medium'),(1660,254,'_product_version','5.1.0'),(1661,255,'_variation_description',''),(1662,255,'total_sales','0'),(1663,255,'_tax_status','taxable'),(1664,255,'_tax_class','parent'),(1665,255,'_manage_stock','yes'),(1666,255,'_backorders','no'),(1667,255,'_sold_individually','no'),(1668,255,'_virtual','no'),(1669,255,'_downloadable','no'),(1670,255,'_download_limit','-1'),(1671,255,'_download_expiry','-1'),(1672,255,'_stock','4'),(1673,255,'_stock_status','instock'),(1674,255,'_wc_average_rating','0'),(1675,255,'_wc_review_count','0'),(1676,255,'attribute_t-shirt-sizes','Large'),(1677,255,'_product_version','5.1.0'),(1678,256,'_variation_description',''),(1679,256,'total_sales','0'),(1680,256,'_tax_status','taxable'),(1681,256,'_tax_class','parent'),(1682,256,'_manage_stock','yes'),(1683,256,'_backorders','no'),(1684,256,'_sold_individually','no'),(1685,256,'_virtual','no'),(1686,256,'_downloadable','no'),(1687,256,'_download_limit','-1'),(1688,256,'_download_expiry','-1'),(1689,256,'_stock','2'),(1690,256,'_stock_status','instock'),(1691,256,'_wc_average_rating','0'),(1692,256,'_wc_review_count','0'),(1693,256,'attribute_t-shirt-sizes','XLarge'),(1694,256,'_product_version','5.1.0'),(1695,253,'_regular_price','18.99'),(1696,253,'_thumbnail_id','0'),(1697,253,'_price','18.99'),(1698,254,'_thumbnail_id','0'),(1699,255,'_thumbnail_id','0'),(1700,256,'_thumbnail_id','0'),(1702,252,'_thumbnail_id','249'),(1704,252,'rs_page_bg_color',''),(1705,252,'_cff_oembed_done_checking','1'),(1706,254,'_regular_price','18.99'),(1707,254,'_price','18.99'),(1708,255,'_regular_price','18.99'),(1709,255,'_price','18.99'),(1710,256,'_regular_price','18.99'),(1711,256,'_price','18.99'),(1713,257,'_edit_last','1'),(1714,257,'_edit_lock','1619640290:3'),(1715,257,'total_sales','0'),(1716,257,'_tax_status','taxable'),(1717,257,'_tax_class',''),(1718,257,'_manage_stock','no'),(1719,257,'_backorders','no'),(1720,257,'_sold_individually','no'),(1721,257,'_virtual','no'),(1722,257,'_downloadable','no'),(1723,257,'_download_limit','-1'),(1724,257,'_download_expiry','-1'),(1725,257,'_stock',NULL),(1726,257,'_stock_status','instock'),(1727,257,'_wc_average_rating','0'),(1728,257,'_wc_review_count','0'),(1729,257,'_product_attributes','a:1:{s:13:\"t-shirt-sizes\";a:6:{s:4:\"name\";s:13:\"T-Shirt Sizes\";s:5:\"value\";s:31:\"Small | Medium | Large | XLarge\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1730,257,'_product_version','5.1.0'),(1731,258,'_variation_description',''),(1732,258,'total_sales','0'),(1733,258,'_tax_status','taxable'),(1734,258,'_tax_class','parent'),(1735,258,'_manage_stock','yes'),(1736,258,'_backorders','no'),(1737,258,'_sold_individually','no'),(1738,258,'_virtual','no'),(1739,258,'_downloadable','no'),(1740,258,'_download_limit','-1'),(1741,258,'_download_expiry','-1'),(1742,258,'_stock','0'),(1743,258,'_stock_status','outofstock'),(1744,258,'_wc_average_rating','0'),(1745,258,'_wc_review_count','0'),(1746,258,'attribute_t-shirt-sizes','Small'),(1747,258,'_product_version','5.1.0'),(1748,259,'_variation_description',''),(1749,259,'total_sales','0'),(1750,259,'_tax_status','taxable'),(1751,259,'_tax_class','parent'),(1752,259,'_manage_stock','yes'),(1753,259,'_backorders','no'),(1754,259,'_sold_individually','no'),(1755,259,'_virtual','no'),(1756,259,'_downloadable','no'),(1757,259,'_download_limit','-1'),(1758,259,'_download_expiry','-1'),(1759,259,'_stock','6'),(1760,259,'_stock_status','instock'),(1761,259,'_wc_average_rating','0'),(1762,259,'_wc_review_count','0'),(1763,259,'attribute_t-shirt-sizes','Medium'),(1764,259,'_product_version','5.1.0'),(1765,260,'_variation_description',''),(1766,260,'total_sales','0'),(1767,260,'_tax_status','taxable'),(1768,260,'_tax_class','parent'),(1769,260,'_manage_stock','yes'),(1770,260,'_backorders','no'),(1771,260,'_sold_individually','no'),(1772,260,'_virtual','no'),(1773,260,'_downloadable','no'),(1774,260,'_download_limit','-1'),(1775,260,'_download_expiry','-1'),(1776,260,'_stock','7'),(1777,260,'_stock_status','instock'),(1778,260,'_wc_average_rating','0'),(1779,260,'_wc_review_count','0'),(1780,260,'attribute_t-shirt-sizes','Large'),(1781,260,'_product_version','5.1.0'),(1782,261,'_variation_description',''),(1783,261,'total_sales','0'),(1784,261,'_tax_status','taxable'),(1785,261,'_tax_class','parent'),(1786,261,'_manage_stock','yes'),(1787,261,'_backorders','no'),(1788,261,'_sold_individually','no'),(1789,261,'_virtual','no'),(1790,261,'_downloadable','no'),(1791,261,'_download_limit','-1'),(1792,261,'_download_expiry','-1'),(1793,261,'_stock','1'),(1794,261,'_stock_status','instock'),(1795,261,'_wc_average_rating','0'),(1796,261,'_wc_review_count','0'),(1797,261,'attribute_t-shirt-sizes','XLarge'),(1798,261,'_product_version','5.1.0'),(1799,258,'_regular_price','18.99'),(1800,258,'_thumbnail_id','0'),(1801,258,'_price','18.99'),(1802,259,'_regular_price','18.99'),(1803,259,'_thumbnail_id','0'),(1804,259,'_price','18.99'),(1805,260,'_regular_price','18.99'),(1806,260,'_thumbnail_id','0'),(1807,260,'_price','18.99'),(1808,261,'_regular_price','18.99'),(1809,261,'_thumbnail_id','0'),(1810,261,'_price','18.99'),(1812,262,'_wp_attached_file','2021/01/image13.jpeg'),(1813,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:1144;s:4:\"file\";s:20:\"2021/01/image13.jpeg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image13-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image13-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image13-600x503.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image13-300x251.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image13-1024x858.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image13-150x150.jpeg\";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:20:\"image13-768x644.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"image13-1200x1006.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:1006;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image13-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image13-600x503.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"image13-100x100.jpeg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1814,257,'_thumbnail_id','262'),(1815,257,'rs_page_bg_color',''),(1816,257,'_cff_oembed_done_checking','1'),(1817,263,'_menu_item_type','taxonomy'),(1818,263,'_menu_item_menu_item_parent','0'),(1819,263,'_menu_item_object_id','18'),(1820,263,'_menu_item_object','product_cat'),(1821,263,'_menu_item_target',''),(1822,263,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1823,263,'_menu_item_xfn',''),(1824,263,'_menu_item_url',''),(1826,264,'_edit_last','1'),(1827,264,'_edit_lock','1611076361:1'),(1828,264,'gs_t_client_company',''),(1829,264,'gs_t_client_design',''),(1830,264,'rs_page_bg_color',''),(1840,264,'_cff_oembed_done_checking','1'),(1844,266,'_elementor_edit_mode','builder'),(1845,266,'_elementor_template_type','wp-page'),(1846,266,'_elementor_version','3.0.16'),(1847,266,'_wp_page_template','elementor_header_footer'),(1848,266,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1849,266,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1851,267,'_elementor_edit_mode','builder'),(1852,267,'_elementor_template_type','wp-page'),(1853,267,'_elementor_version','3.0.16'),(1854,267,'_wp_page_template','elementor_header_footer'),(1855,267,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1856,267,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1858,268,'_elementor_edit_mode','builder'),(1859,268,'_elementor_template_type','wp-page'),(1860,268,'_elementor_version','3.0.16'),(1861,268,'_wp_page_template','elementor_header_footer'),(1862,268,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'); INSERT INTO `wp_postmeta` VALUES (1863,268,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1867,269,'_elementor_edit_mode','builder'),(1868,269,'_elementor_template_type','wp-page'),(1869,269,'_elementor_version','3.0.16'),(1870,269,'_wp_page_template','elementor_header_footer'),(1871,269,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1872,269,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1874,270,'_elementor_edit_mode','builder'),(1875,270,'_elementor_template_type','wp-page'),(1876,270,'_elementor_version','3.0.16'),(1877,270,'_wp_page_template','elementor_header_footer'),(1878,270,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1879,270,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1881,271,'_elementor_edit_mode','builder'),(1882,271,'_elementor_template_type','wp-page'),(1883,271,'_elementor_version','3.0.16'),(1884,271,'_wp_page_template','elementor_header_footer'),(1885,271,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1886,271,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1890,272,'_elementor_edit_mode','builder'),(1891,272,'_elementor_template_type','wp-page'),(1892,272,'_elementor_version','3.0.16'),(1893,272,'_wp_page_template','elementor_header_footer'),(1894,272,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1895,272,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1897,273,'_elementor_edit_mode','builder'),(1898,273,'_elementor_template_type','wp-page'),(1899,273,'_elementor_version','3.0.16'),(1900,273,'_wp_page_template','elementor_header_footer'),(1901,273,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1902,273,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/lets-read\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1904,274,'_elementor_edit_mode','builder'),(1905,274,'_elementor_template_type','wp-page'),(1906,274,'_elementor_version','3.0.16'),(1907,274,'_wp_page_template','elementor_header_footer'),(1908,274,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1909,274,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(1913,275,'_menu_item_type','taxonomy'),(1914,275,'_menu_item_menu_item_parent','0'),(1915,275,'_menu_item_object_id','19'),(1916,275,'_menu_item_object','product_cat'),(1917,275,'_menu_item_target',''),(1918,275,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1919,275,'_menu_item_xfn',''),(1920,275,'_menu_item_url',''),(1922,63,'_elementor_edit_mode','builder'),(1923,63,'_elementor_template_type','wp-page'),(1924,63,'_elementor_version','3.2.3'),(1925,276,'_wp_attached_file','2021/01/IMG_2116.jpg'),(1926,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:429;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_2116.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2116-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2116-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2116-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2116-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_2116-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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2116-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(1927,277,'_wp_attached_file','2021/01/IMG_2100.jpg'),(1928,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_2100.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_2100-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2100-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_2100-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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2100-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605370557\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1929,278,'_wp_attached_file','2021/01/IMG_2097.jpg'),(1930,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_2097.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2097-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2097-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"IMG_2097-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2097-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2097-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"IMG_2097-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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2097-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605369900\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1931,279,'_wp_attached_file','2021/01/IMG_2089-rotated.jpg'),(1932,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2021/01/IMG_2089-rotated.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_2089-rotated-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"IMG_2089-rotated-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"IMG_2089-rotated-450x600.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_2089-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_2089-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"IMG_2089-rotated-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:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"IMG_2089-rotated-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605369832\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:17:\"0.041666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1933,280,'_elementor_edit_mode','builder'),(1934,280,'_elementor_template_type','wp-page'),(1935,280,'_elementor_version','3.0.16'),(1936,281,'_elementor_edit_mode','builder'),(1937,281,'_elementor_template_type','wp-page'),(1938,281,'_elementor_version','3.0.16'),(1939,63,'_wp_page_template','elementor_header_footer'),(1940,63,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1941,63,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8b92770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":277,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":528,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_3476.jpg\"},{\"id\":279,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"},{\"id\":409,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_0641.jpg\"},{\"id\":410,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_0643.jpg\"},{\"id\":411,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_1500.jpg\"},{\"id\":412,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3726-rotated.jpg\"},{\"id\":276,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3741.jpg\"},{\"id\":414,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3742.jpg\"},{\"id\":415,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5328.jpg\"},{\"id\":278,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":416,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5662-rotated.jpg\"},{\"id\":417,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5728.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5903.jpg\"},{\"id\":428,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6782-rotated.jpg\"},{\"id\":419,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5928-rotated.jpg\"},{\"id\":420,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5953.jpg\"},{\"id\":421,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6011.jpg\"},{\"id\":537,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_3630-1-scaled.jpg\"},{\"id\":422,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6014.jpg\"},{\"id\":535,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_3478-1-rotated.jpg\"},{\"id\":423,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6027.jpg\"},{\"id\":429,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_7009.jpg\"},{\"id\":540,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_E3470-2-scaled.jpg\"},{\"id\":424,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6080.jpg\"},{\"id\":425,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6085.jpg\"},{\"id\":538,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_E3451-1-scaled.jpg\"},{\"id\":426,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6245.jpg\"},{\"id\":427,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6670.jpg\"},{\"id\":430,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_7049-rotated.jpg\"},{\"id\":533,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_3454-scaled.jpg\"},{\"id\":536,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_3611-scaled.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1942,282,'_elementor_edit_mode','builder'),(1943,282,'_elementor_template_type','wp-page'),(1944,282,'_elementor_version','3.0.16'),(1945,282,'_wp_page_template','default'),(1946,282,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1947,282,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1949,283,'_elementor_edit_mode','builder'),(1950,283,'_elementor_template_type','wp-page'),(1951,283,'_elementor_version','3.0.16'),(1952,283,'_wp_page_template','default'),(1953,283,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1954,283,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1955,284,'_elementor_edit_mode','builder'),(1956,284,'_elementor_template_type','wp-page'),(1957,284,'_elementor_version','3.0.16'),(1958,284,'_wp_page_template','default'),(1959,284,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1960,284,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1961,285,'_elementor_edit_mode','builder'),(1962,285,'_elementor_template_type','wp-page'),(1963,285,'_elementor_version','3.0.16'),(1964,285,'_wp_page_template','templates/template-full-width.php'),(1965,285,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1966,285,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(1969,286,'_edit_last','3'),(1970,286,'_edit_lock','1619717669:3'),(1971,287,'_wp_attached_file','2021/01/dontcolorin-1.png'),(1972,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:975;s:6:\"height\";i:546;s:4:\"file\";s:25:\"2021/01/dontcolorin-1.png\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"dontcolorin-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"dontcolorin-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"dontcolorin-1-600x336.png\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"dontcolorin-1-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"dontcolorin-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"dontcolorin-1-768x430.png\";s:5:\"width\";i:768;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"dontcolorin-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"dontcolorin-1-600x336.png\";s:5:\"width\";i:600;s:6:\"height\";i:336;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"dontcolorin-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1973,288,'_wp_attached_file','2021/01/Dont-Color-Me-In.png'),(1974,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:349;s:6:\"height\";i:524;s:4:\"file\";s:28:\"2021/01/Dont-Color-Me-In.png\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"Dont-Color-Me-In-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Dont-Color-Me-In-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Dont-Color-Me-In-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Dont-Color-Me-In-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"Dont-Color-Me-In-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Dont-Color-Me-In-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1975,286,'_thumbnail_id','288'),(1976,286,'_regular_price','10.00'),(1977,286,'total_sales','1'),(1978,286,'_tax_status','taxable'),(1979,286,'_tax_class',''),(1980,286,'_manage_stock','no'),(1981,286,'_backorders','no'),(1982,286,'_sold_individually','no'),(1983,286,'_virtual','no'),(1984,286,'_downloadable','no'),(1985,286,'_download_limit','-1'),(1986,286,'_download_expiry','-1'),(1987,286,'_stock',NULL),(1988,286,'_stock_status','instock'),(1989,286,'_wc_average_rating','0'),(1990,286,'_wc_review_count','0'),(1991,286,'_product_version','5.1.0'),(1992,286,'_price','10.00'),(1994,286,'rs_page_bg_color',''),(1995,286,'_cff_oembed_done_checking','1'),(1996,289,'_edit_last','1'),(1997,289,'_edit_lock','1611521752:1'),(1998,290,'_wp_attached_file','2021/01/Defeating-The-Dime.png'),(1999,290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:317;s:6:\"height\";i:524;s:4:\"file\";s:30:\"2021/01/Defeating-The-Dime.png\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"Defeating-The-Dime-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:30:\"Defeating-The-Dime-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Defeating-The-Dime-181x300.png\";s:5:\"width\";i:181;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Defeating-The-Dime-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:30:\"Defeating-The-Dime-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Defeating-The-Dime-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2000,289,'_thumbnail_id','434'),(2001,289,'_regular_price','13.00'),(2002,289,'total_sales','0'),(2003,289,'_tax_status','taxable'),(2004,289,'_tax_class',''),(2005,289,'_manage_stock','no'),(2006,289,'_backorders','no'),(2007,289,'_sold_individually','no'),(2008,289,'_virtual','no'),(2009,289,'_downloadable','no'),(2010,289,'_download_limit','-1'),(2011,289,'_download_expiry','-1'),(2012,289,'_stock',NULL),(2013,289,'_stock_status','instock'),(2014,289,'_wc_average_rating','0'),(2015,289,'_wc_review_count','0'),(2016,289,'_product_version','4.9.1'),(2017,289,'_price','13.00'),(2018,289,'rs_page_bg_color',''),(2019,291,'_edit_last','1'),(2020,291,'_edit_lock','1611112906:1'),(2021,292,'_wp_attached_file','2021/01/His-Words-Matter.png'),(2022,292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:736;s:4:\"file\";s:28:\"2021/01/His-Words-Matter.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"His-Words-Matter-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"His-Words-Matter-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"His-Words-Matter-450x690.png\";s:5:\"width\";i:450;s:6:\"height\";i:690;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"His-Words-Matter-196x300.png\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"His-Words-Matter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"His-Words-Matter-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"His-Words-Matter-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2023,291,'_thumbnail_id','292'),(2024,291,'_regular_price','14.99'),(2025,291,'total_sales','0'),(2026,291,'_tax_status','taxable'),(2027,291,'_tax_class',''),(2028,291,'_manage_stock','no'),(2029,291,'_backorders','no'),(2030,291,'_sold_individually','no'),(2031,291,'_virtual','no'),(2032,291,'_downloadable','no'),(2033,291,'_download_limit','-1'),(2034,291,'_download_expiry','-1'),(2035,291,'_stock',NULL),(2036,291,'_stock_status','instock'),(2037,291,'_wc_average_rating','0'),(2038,291,'_wc_review_count','0'),(2039,291,'_product_version','4.9.0'),(2040,291,'_price','14.99'),(2041,291,'rs_page_bg_color',''),(2042,293,'_wp_attached_file','2021/01/cropped-inspire-with-angela-logo.png'),(2043,293,'_wp_attachment_context','site-icon'),(2044,293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:44:\"2021/01/cropped-inspire-with-angela-logo.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"cropped-inspire-with-angela-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-inspire-with-angela-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:44:\"cropped-inspire-with-angela-logo-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-inspire-with-angela-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"cropped-inspire-with-angela-logo-450x450.png\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"cropped-inspire-with-angela-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:44:\"cropped-inspire-with-angela-logo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:44:\"cropped-inspire-with-angela-logo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:44:\"cropped-inspire-with-angela-logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:42:\"cropped-inspire-with-angela-logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2047,289,'_cff_oembed_done_checking','1'),(2048,291,'_cff_oembed_done_checking','1'),(2049,295,'_wp_attached_file','2021/01/image12.jpeg'),(2050,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1366;s:6:\"height\";i:911;s:4:\"file\";s:20:\"2021/01/image12.jpeg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"image12-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"image12-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"image12-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image12-300x200.jpeg\";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:21:\"image12-1024x683.jpeg\";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:20:\"image12-150x150.jpeg\";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:20:\"image12-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"image12-1200x800.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:20:\"image12-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"image12-600x400.jpeg\";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:20:\"image12-100x100.jpeg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2051,296,'_wp_attached_file','2021/01/image5-1.jpeg'),(2052,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1423;s:6:\"height\";i:1017;s:4:\"file\";s:21:\"2021/01/image5-1.jpeg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"image5-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"image5-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"image5-1-600x429.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"image5-1-300x214.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"image5-1-1024x732.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"image5-1-150x150.jpeg\";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:21:\"image5-1-768x549.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"image5-1-1200x858.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:21:\"image5-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"image5-1-600x429.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"image5-1-100x100.jpeg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2053,297,'_wp_attached_file','2021/01/image13-1.jpeg'),(2054,297,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:1144;s:4:\"file\";s:22:\"2021/01/image13-1.jpeg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"image13-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"image13-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"image13-1-600x503.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"image13-1-300x251.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"image13-1-1024x858.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"image13-1-150x150.jpeg\";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:22:\"image13-1-768x644.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"image13-1-1200x1006.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:1006;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"image13-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"image13-1-600x503.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"image13-1-100x100.jpeg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2055,298,'_wp_attached_file','2021/01/image10-1.jpeg'),(2056,298,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:22:\"2021/01/image10-1.jpeg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"image10-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"image10-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"image10-1-600x338.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"image10-1-300x169.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"image10-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:22:\"image10-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"image10-1-600x338.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"image10-1-100x100.jpeg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2057,299,'_wp_attached_file','2021/01/image1.jpeg'),(2058,299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1494;s:6:\"height\";i:996;s:4:\"file\";s:19:\"2021/01/image1.jpeg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"image1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"image1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"image1-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image1-300x200.jpeg\";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:20:\"image1-1024x683.jpeg\";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:19:\"image1-150x150.jpeg\";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:19:\"image1-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-1200x800.jpeg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"image1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"image1-600x400.jpeg\";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:19:\"image1-100x100.jpeg\";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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2059,300,'_wp_attached_file','2021/01/image3.jpeg'),(2060,300,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:458;s:4:\"file\";s:19:\"2021/01/image3.jpeg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"image3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"image3-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"image3-600x429.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image3-300x215.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"image3-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"image3-600x429.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"image3-100x100.jpeg\";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:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1607610484\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2061,288,'_wp_old_slug','dont-color-me-in'),(2062,245,'_product_attributes','a:1:{s:13:\"t-shirt-sizes\";a:6:{s:4:\"name\";s:13:\"T-Shirt Sizes\";s:5:\"value\";s:31:\"Small | Medium | Large | XLarge\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2063,301,'_variation_description',''),(2064,301,'total_sales','0'),(2065,301,'_tax_status','taxable'),(2066,301,'_tax_class','parent'),(2067,301,'_manage_stock','no'),(2068,301,'_backorders','no'),(2069,301,'_sold_individually','no'),(2070,301,'_virtual','no'),(2071,301,'_downloadable','no'),(2072,301,'_download_limit','-1'),(2073,301,'_download_expiry','-1'),(2074,301,'_stock',NULL),(2075,301,'_stock_status','outofstock'),(2076,301,'_wc_average_rating','0'),(2077,301,'_wc_review_count','0'),(2078,301,'attribute_t-shirt-sizes','Small'),(2079,301,'_product_version','5.1.0'),(2080,302,'_variation_description',''),(2081,302,'total_sales','0'),(2082,302,'_tax_status','taxable'),(2083,302,'_tax_class','parent'),(2084,302,'_manage_stock','yes'),(2085,302,'_backorders','no'),(2086,302,'_sold_individually','no'),(2087,302,'_virtual','no'),(2088,302,'_downloadable','no'),(2089,302,'_download_limit','-1'),(2090,302,'_download_expiry','-1'),(2091,302,'_stock','1'),(2092,302,'_stock_status','instock'),(2093,302,'_wc_average_rating','0'),(2094,302,'_wc_review_count','0'),(2095,302,'attribute_t-shirt-sizes','Medium'),(2096,302,'_product_version','5.1.0'),(2097,303,'_variation_description',''),(2098,303,'total_sales','0'),(2099,303,'_tax_status','taxable'),(2100,303,'_tax_class','parent'),(2101,303,'_manage_stock','yes'),(2102,303,'_backorders','no'),(2103,303,'_sold_individually','no'),(2104,303,'_virtual','no'),(2105,303,'_downloadable','no'),(2106,303,'_download_limit','-1'),(2107,303,'_download_expiry','-1'),(2108,303,'_stock','3'),(2109,303,'_stock_status','instock'),(2110,303,'_wc_average_rating','0'),(2111,303,'_wc_review_count','0'),(2112,303,'attribute_t-shirt-sizes','Large'),(2113,303,'_product_version','5.1.0'),(2114,304,'_variation_description',''),(2115,304,'total_sales','0'),(2116,304,'_tax_status','taxable'),(2117,304,'_tax_class','parent'),(2118,304,'_manage_stock','no'),(2119,304,'_backorders','no'),(2120,304,'_sold_individually','no'),(2121,304,'_virtual','no'),(2122,304,'_downloadable','no'),(2123,304,'_download_limit','-1'),(2124,304,'_download_expiry','-1'),(2125,304,'_stock',NULL),(2126,304,'_stock_status','outofstock'),(2127,304,'_wc_average_rating','0'),(2128,304,'_wc_review_count','0'),(2129,304,'attribute_t-shirt-sizes','XLarge'),(2130,304,'_product_version','5.1.0'),(2131,301,'_regular_price','18.99'),(2132,301,'_thumbnail_id','0'),(2133,301,'_price','18.99'),(2134,302,'_regular_price','18.99'),(2135,302,'_thumbnail_id','0'),(2136,302,'_price','18.99'),(2137,303,'_regular_price','18.99'),(2138,303,'_thumbnail_id','0'),(2139,303,'_price','18.99'),(2140,304,'_regular_price','18.99'),(2141,304,'_thumbnail_id','0'),(2142,304,'_price','18.99'),(2145,305,'_variation_description',''),(2146,305,'total_sales','0'),(2147,305,'_tax_status','taxable'),(2148,305,'_tax_class','parent'),(2149,305,'_manage_stock','yes'),(2150,305,'_backorders','no'),(2151,305,'_sold_individually','no'),(2152,305,'_virtual','no'),(2153,305,'_downloadable','no'),(2154,305,'_download_limit','-1'),(2155,305,'_download_expiry','-1'),(2156,305,'_stock','0'),(2157,305,'_stock_status','outofstock'),(2158,305,'_wc_average_rating','0'),(2159,305,'_wc_review_count','0'),(2160,305,'attribute_t-shirt-size','Small'),(2161,305,'_product_version','5.1.0'),(2162,306,'_variation_description',''),(2163,306,'total_sales','0'),(2164,306,'_tax_status','taxable'),(2165,306,'_tax_class','parent'),(2166,306,'_manage_stock','no'),(2167,306,'_backorders','no'),(2168,306,'_sold_individually','no'),(2169,306,'_virtual','no'),(2170,306,'_downloadable','no'),(2171,306,'_download_limit','-1'),(2172,306,'_download_expiry','-1'),(2173,306,'_stock',NULL),(2174,306,'_stock_status','outofstock'),(2175,306,'_wc_average_rating','0'),(2176,306,'_wc_review_count','0'),(2177,306,'attribute_t-shirt-size','Medium'),(2178,306,'_product_version','5.1.0'),(2179,307,'_variation_description',''),(2180,307,'total_sales','0'),(2181,307,'_tax_status','taxable'),(2182,307,'_tax_class','parent'),(2183,307,'_manage_stock','yes'),(2184,307,'_backorders','no'),(2185,307,'_sold_individually','no'),(2186,307,'_virtual','no'),(2187,307,'_downloadable','no'),(2188,307,'_download_limit','-1'),(2189,307,'_download_expiry','-1'),(2190,307,'_stock','1'),(2191,307,'_stock_status','instock'),(2192,307,'_wc_average_rating','0'),(2193,307,'_wc_review_count','0'),(2194,307,'attribute_t-shirt-size','Large'),(2195,307,'_product_version','5.1.0'),(2196,308,'_variation_description',''),(2197,308,'total_sales','0'),(2198,308,'_tax_status','taxable'),(2199,308,'_tax_class','parent'),(2200,308,'_manage_stock','yes'),(2201,308,'_backorders','no'),(2202,308,'_sold_individually','no'),(2203,308,'_virtual','no'),(2204,308,'_downloadable','no'),(2205,308,'_download_limit','-1'),(2206,308,'_download_expiry','-1'),(2207,308,'_stock','1'),(2208,308,'_stock_status','instock'),(2209,308,'_wc_average_rating','0'),(2210,308,'_wc_review_count','0'),(2211,308,'attribute_t-shirt-size','XLarge'),(2212,308,'_product_version','5.1.0'),(2213,305,'_regular_price','18.99'),(2214,305,'_thumbnail_id','0'),(2215,305,'_price','18.99'),(2216,306,'_regular_price','18.99'),(2217,306,'_thumbnail_id','0'),(2218,306,'_price','18.99'),(2219,307,'_regular_price','18.99'),(2220,307,'_thumbnail_id','0'),(2221,307,'_price','18.99'),(2222,308,'_regular_price','18.99'),(2223,308,'_thumbnail_id','0'),(2224,308,'_price','18.99'),(2227,309,'_variation_description',''),(2228,309,'total_sales','0'),(2229,309,'_tax_status','taxable'),(2230,309,'_tax_class','parent'),(2231,309,'_manage_stock','yes'),(2232,309,'_backorders','no'),(2233,309,'_sold_individually','no'),(2234,309,'_virtual','no'),(2235,309,'_downloadable','no'),(2236,309,'_download_limit','-1'),(2237,309,'_download_expiry','-1'),(2238,309,'_stock','1'),(2239,309,'_stock_status','instock'),(2240,309,'_wc_average_rating','0'),(2241,309,'_wc_review_count','0'),(2242,309,'attribute_t-shirt-sizes','Small'),(2243,309,'_product_version','5.1.0'),(2244,310,'_variation_description',''),(2245,310,'total_sales','0'),(2246,310,'_tax_status','taxable'),(2247,310,'_tax_class','parent'),(2248,310,'_manage_stock','yes'),(2249,310,'_backorders','no'),(2250,310,'_sold_individually','no'),(2251,310,'_virtual','no'),(2252,310,'_downloadable','no'),(2253,310,'_download_limit','-1'),(2254,310,'_download_expiry','-1'),(2255,310,'_stock','1'),(2256,310,'_stock_status','instock'),(2257,310,'_wc_average_rating','0'),(2258,310,'_wc_review_count','0'),(2259,310,'attribute_t-shirt-sizes','Medium'),(2260,310,'_product_version','5.1.0'),(2261,311,'_variation_description',''),(2262,311,'total_sales','0'),(2263,311,'_tax_status','taxable'),(2264,311,'_tax_class','parent'),(2265,311,'_manage_stock','yes'),(2266,311,'_backorders','no'),(2267,311,'_sold_individually','no'),(2268,311,'_virtual','no'),(2269,311,'_downloadable','no'),(2270,311,'_download_limit','-1'),(2271,311,'_download_expiry','-1'),(2272,311,'_stock','2'),(2273,311,'_stock_status','instock'),(2274,311,'_wc_average_rating','0'),(2275,311,'_wc_review_count','0'),(2276,311,'attribute_t-shirt-sizes','Large'),(2277,311,'_product_version','5.1.0'),(2278,312,'_variation_description',''),(2279,312,'total_sales','0'),(2280,312,'_tax_status','taxable'),(2281,312,'_tax_class','parent'),(2282,312,'_manage_stock','yes'),(2283,312,'_backorders','no'),(2284,312,'_sold_individually','no'),(2285,312,'_virtual','no'),(2286,312,'_downloadable','no'),(2287,312,'_download_limit','-1'),(2288,312,'_download_expiry','-1'),(2289,312,'_stock','1'),(2290,312,'_stock_status','instock'),(2291,312,'_wc_average_rating','0'),(2292,312,'_wc_review_count','0'),(2293,312,'attribute_t-shirt-sizes','XLarge'),(2294,312,'_product_version','5.1.0'),(2295,309,'_regular_price','18.99'),(2296,309,'_thumbnail_id','0'),(2297,309,'_price','18.99'),(2298,310,'_regular_price','18.99'),(2299,310,'_thumbnail_id','0'),(2300,310,'_price','18.99'),(2301,311,'_regular_price','18.99'),(2302,311,'_thumbnail_id','0'),(2303,311,'_price','18.99'),(2304,312,'_regular_price','18.99'),(2305,312,'_thumbnail_id','0'),(2306,312,'_price','18.99'),(2308,313,'_variation_description',''),(2309,313,'total_sales','0'),(2310,313,'_tax_status','taxable'),(2311,313,'_tax_class','parent'),(2312,313,'_manage_stock','yes'),(2313,313,'_backorders','no'),(2314,313,'_sold_individually','no'),(2315,313,'_virtual','no'),(2316,313,'_downloadable','no'),(2317,313,'_download_limit','-1'),(2318,313,'_download_expiry','-1'),(2319,313,'_stock','2'),(2320,313,'_stock_status','instock'),(2321,313,'_wc_average_rating','0'),(2322,313,'_wc_review_count','0'),(2323,313,'attribute_t-shirt-sizes','Small'),(2324,313,'_product_version','5.1.0'),(2325,314,'_variation_description',''),(2326,314,'total_sales','0'),(2327,314,'_tax_status','taxable'),(2328,314,'_tax_class','parent'),(2329,314,'_manage_stock','yes'),(2330,314,'_backorders','no'),(2331,314,'_sold_individually','no'),(2332,314,'_virtual','no'),(2333,314,'_downloadable','no'),(2334,314,'_download_limit','-1'),(2335,314,'_download_expiry','-1'),(2336,314,'_stock','5'),(2337,314,'_stock_status','instock'),(2338,314,'_wc_average_rating','0'),(2339,314,'_wc_review_count','0'),(2340,314,'attribute_t-shirt-sizes','Medium'),(2341,314,'_product_version','5.1.0'),(2342,315,'_variation_description',''),(2343,315,'total_sales','0'),(2344,315,'_tax_status','taxable'),(2345,315,'_tax_class','parent'),(2346,315,'_manage_stock','yes'),(2347,315,'_backorders','no'),(2348,315,'_sold_individually','no'),(2349,315,'_virtual','no'),(2350,315,'_downloadable','no'),(2351,315,'_download_limit','-1'),(2352,315,'_download_expiry','-1'),(2353,315,'_stock','6'),(2354,315,'_stock_status','instock'),(2355,315,'_wc_average_rating','0'),(2356,315,'_wc_review_count','0'),(2357,315,'attribute_t-shirt-sizes','Large'),(2358,315,'_product_version','5.1.0'),(2359,316,'_variation_description',''),(2360,316,'total_sales','0'),(2361,316,'_tax_status','taxable'),(2362,316,'_tax_class','parent'),(2363,316,'_manage_stock','yes'),(2364,316,'_backorders','no'),(2365,316,'_sold_individually','no'),(2366,316,'_virtual','no'),(2367,316,'_downloadable','no'),(2368,316,'_download_limit','-1'),(2369,316,'_download_expiry','-1'),(2370,316,'_stock','2'),(2371,316,'_stock_status','instock'),(2372,316,'_wc_average_rating','0'),(2373,316,'_wc_review_count','0'),(2374,316,'attribute_t-shirt-sizes','XLarge'),(2375,316,'_product_version','5.1.0'),(2376,313,'_regular_price','18.99'),(2377,313,'_thumbnail_id','0'),(2378,313,'_price','18.99'),(2379,314,'_regular_price','18.99'),(2380,314,'_thumbnail_id','0'),(2381,314,'_price','18.99'),(2382,315,'_regular_price','18.99'),(2383,315,'_thumbnail_id','0'),(2384,315,'_price','18.99'),(2385,316,'_regular_price','18.99'),(2386,316,'_thumbnail_id','0'),(2387,316,'_price','18.99'),(2389,317,'_order_key','wc_order_BsbAKz9nChXPK'),(2390,317,'_customer_user','1'),(2391,317,'_payment_method','paypal'),(2392,317,'_payment_method_title','PayPal'),(2393,317,'_customer_ip_address','69.222.196.79'),(2394,317,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36'),(2395,317,'_created_via','checkout'),(2396,317,'_cart_hash','51fcc85612e03c2f101818ee08787399'),(2397,317,'_billing_first_name','Ekow'),(2398,317,'_billing_last_name','Essel'),(2399,317,'_billing_address_1','7 Sherman Cove'),(2400,317,'_billing_city','Maumelle'),(2401,317,'_billing_state','AR'),(2402,317,'_billing_postcode','72113'),(2403,317,'_billing_country','US'),(2404,317,'_billing_email','ekow.m.essel@gmail.com'),(2405,317,'_billing_phone','2106851230'),(2406,317,'_order_currency','USD'),(2407,317,'_cart_discount','0'),(2408,317,'_cart_discount_tax','0'),(2409,317,'_order_shipping','0.00'),(2410,317,'_order_shipping_tax','0'),(2411,317,'_order_tax','0'),(2412,317,'_order_total','18.99'),(2413,317,'_order_version','4.9.1'),(2414,317,'_prices_include_tax','no'),(2415,317,'_billing_address_index','Ekow Essel 7 Sherman Cove Maumelle AR 72113 US ekow.m.essel@gmail.com 2106851230'),(2416,317,'_shipping_address_index',' '),(2417,317,'is_vat_exempt','no'),(2443,337,'_elementor_edit_mode','builder'),(2444,337,'_elementor_template_type','wp-page'),(2445,337,'_elementor_version','3.0.16'),(2446,337,'_wp_page_template','default'),(2447,337,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2448,337,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2450,338,'_elementor_edit_mode','builder'),(2451,338,'_elementor_template_type','wp-page'),(2452,338,'_elementor_version','3.0.16'),(2453,338,'_wp_page_template','default'),(2454,338,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2455,338,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2457,339,'_elementor_edit_mode','builder'),(2458,339,'_elementor_template_type','wp-page'),(2459,339,'_elementor_version','3.0.16'),(2460,339,'_wp_page_template','fullwidth.php'),(2461,339,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2462,339,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2466,340,'_elementor_edit_mode','builder'),(2467,340,'_elementor_template_type','wp-page'),(2468,340,'_elementor_version','3.0.16'),(2469,340,'_wp_page_template','fullwidth.php'),(2470,340,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2471,340,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2473,341,'_elementor_edit_mode','builder'),(2474,341,'_elementor_template_type','wp-page'),(2475,341,'_elementor_version','3.0.16'),(2476,341,'_wp_page_template','fullwidth.php'),(2477,341,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2478,341,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2480,342,'_elementor_edit_mode','builder'),(2481,342,'_elementor_template_type','wp-page'),(2482,342,'_elementor_version','3.0.16'),(2483,342,'_wp_page_template','fullwidth.php'),(2484,342,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2485,342,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2499,344,'_elementor_edit_mode','builder'),(2500,344,'_elementor_template_type','wp-page'),(2501,344,'_elementor_version','3.0.16'),(2502,344,'_wp_page_template','fullwidth.php'),(2503,344,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2504,344,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2506,345,'_elementor_edit_mode','builder'),(2507,345,'_elementor_template_type','wp-page'),(2508,345,'_elementor_version','3.0.16'),(2509,345,'_wp_page_template','fullwidth.php'),(2510,345,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2511,345,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2513,346,'_elementor_edit_mode','builder'),(2514,346,'_elementor_template_type','wp-page'),(2515,346,'_elementor_version','3.0.16'),(2516,346,'_wp_page_template','fullwidth.php'),(2517,346,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2518,346,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f99e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2522,15,'_elementor_edit_mode','builder'),(2523,347,'_elementor_template_type','wp-page'),(2524,347,'_elementor_version','3.0.16'),(2525,347,'_wp_page_template','fullwidth.php'),(2526,347,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2527,347,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18f97b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"title_text\":\"\",\"description_text\":\"Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\n\\nLove and blessings,\\n\\nAngela\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2529,347,'_elementor_edit_mode','builder'),(2530,348,'_elementor_template_type','wp-page'),(2531,348,'_elementor_version','3.0.16'),(2532,348,'_wp_page_template','fullwidth.php'),(2533,348,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2534,348,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"18f97b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"title_text\":\"\",\"description_text\":\"Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\n\\nLove and blessings,\\n\\nAngela\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2536,348,'_elementor_edit_mode','builder'),(2537,349,'_elementor_template_type','wp-page'),(2538,349,'_elementor_version','3.0.16'),(2539,349,'_wp_page_template','fullwidth.php'),(2540,349,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2541,349,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aa57eec\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18f97b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"title_text\":\"\",\"description_text\":\"Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\n\\nLove and blessings,\\n\\nAngela\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2543,349,'_elementor_edit_mode','builder'),(2556,351,'_elementor_template_type','wp-page'),(2557,351,'_elementor_version','3.0.16'),(2558,351,'_wp_page_template','fullwidth.php'),(2559,351,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2560,351,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aa57eec\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18f97b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"title_text\":\"\",\"description_text\":\"Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\n\\nLove and blessings,\\n\\nAngela\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2561,351,'_elementor_edit_mode','builder'),(2563,352,'_elementor_template_type','wp-page'),(2564,352,'_elementor_version','3.0.16'),(2565,352,'_wp_page_template','fullwidth.php'),(2566,352,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2567,352,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aa57eec\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"18f97b0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela.jpeg\",\"id\":30},\"title_text\":\"\",\"description_text\":\"Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\n\\nLove and blessings,\\n\\nAngela\"},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false}]'),(2568,352,'_elementor_edit_mode','builder'),(2570,353,'_elementor_template_type','wp-page'),(2571,353,'_elementor_version','3.0.16'),(2572,353,'_wp_page_template','fullwidth.php'),(2573,353,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2574,353,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aa57eec\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fbd29d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0848af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac3f68c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela-1.jpeg\",\"id\":249},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"200\",\"bottom\":\"200\",\"left\":\"200\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62b94b1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5c418b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d33ce6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\u00a0<\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Love and blessings,\\u00a0<\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Angela<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2575,353,'_elementor_edit_mode','builder'),(2591,355,'_elementor_edit_mode','builder'),(2592,355,'_elementor_template_type','wp-page'),(2593,355,'_elementor_version','3.0.16'),(2594,355,'_wp_page_template','default'),(2595,355,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2596,355,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2598,356,'_elementor_edit_mode','builder'),(2599,356,'_elementor_template_type','wp-page'),(2600,356,'_elementor_version','3.0.16'),(2601,356,'_wp_page_template','default'),(2602,356,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2603,356,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2605,357,'_elementor_edit_mode','builder'),(2606,357,'_elementor_template_type','wp-page'),(2607,357,'_elementor_version','3.0.16'),(2608,357,'_wp_page_template','elementor_header_footer'),(2609,357,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2610,357,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8b92770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(2615,358,'_elementor_edit_mode','builder'),(2616,358,'_elementor_template_type','wp-post'),(2617,358,'_elementor_version','3.0.16'),(2618,358,'_wp_page_template','default'),(2619,358,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2620,358,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2622,359,'_elementor_edit_mode','builder'),(2623,359,'_elementor_template_type','wp-post'),(2624,359,'_elementor_version','3.0.16'),(2625,359,'_wp_page_template','default'),(2626,359,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2627,359,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"38c7c30\",\"elType\":\"widget\",\"settings\":{\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_weight\":\"600\",\"heading_color\":\"#000000\",\"_padding\":{\"unit\":\"px\",\"top\":\"11\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":37,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"hfe-site-title\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2629,360,'_elementor_edit_mode','builder'),(2630,360,'_elementor_template_type','wp-post'),(2631,360,'_elementor_version','3.0.16'),(2632,360,'_wp_page_template','default'),(2633,360,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2634,360,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2638,9,'_edit_lock','1611514960:1'),(2639,9,'_wp_page_template','elementor_theme'),(2640,9,'_edit_last','1'),(2641,10,'_edit_lock','1611262655:1'),(2642,10,'_wp_page_template','elementor_header_footer'),(2643,10,'_edit_last','1'),(2644,11,'_edit_lock','1618414820:3'),(2645,11,'_wp_page_template','elementor_theme'),(2646,11,'_edit_last','1'),(2647,364,'_elementor_edit_mode','builder'),(2648,364,'_elementor_template_type','wp-page'),(2649,364,'_elementor_version','3.0.16'),(2650,364,'_wp_page_template','elementor_header_footer'),(2651,364,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2652,364,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2654,365,'_elementor_edit_mode','builder'),(2655,365,'_elementor_template_type','wp-page'),(2656,365,'_elementor_version','3.0.16'),(2657,365,'_wp_page_template','elementor_header_footer'),(2658,365,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2659,365,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2661,366,'_elementor_edit_mode','builder'),(2662,366,'_elementor_template_type','wp-page'),(2663,366,'_elementor_version','3.0.16'),(2664,366,'_wp_page_template','elementor_header_footer'),(2665,366,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2666,366,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2679,368,'_wp_page_template','default'),(2680,368,'_elementor_edit_mode','builder'),(2681,368,'_elementor_template_type','wp-post'),(2682,368,'_elementor_version','3.0.16'),(2683,368,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2684,368,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5e5912e\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(2686,369,'_wp_page_template','default'),(2687,369,'_elementor_edit_mode','builder'),(2688,369,'_elementor_template_type','wp-post'),(2689,369,'_elementor_version','3.0.16'),(2690,369,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2691,369,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5e5912e\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(2693,370,'_wp_page_template','default'),(2694,370,'_elementor_edit_mode','builder'),(2695,370,'_elementor_template_type','wp-post'),(2696,370,'_elementor_version','3.0.16'),(2697,370,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2698,370,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5e5912e\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"92a26af\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FF7415\"},\"elements\":[{\"id\":\"26ac5a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2accd33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2702,371,'_elementor_edit_mode','builder'),(2703,371,'_elementor_template_type','wp-post'),(2704,371,'_elementor_version','3.0.16'),(2705,371,'_wp_page_template','default'),(2706,371,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2707,371,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2709,372,'_elementor_edit_mode','builder'),(2710,372,'_elementor_template_type','wp-post'),(2711,372,'_elementor_version','3.0.16'),(2712,372,'_wp_page_template','default'),(2713,372,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2714,372,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2716,373,'_elementor_edit_mode','builder'),(2717,373,'_elementor_template_type','wp-post'),(2718,373,'_elementor_version','3.0.16'),(2719,373,'_wp_page_template','default'),(2720,373,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2721,373,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2725,374,'_elementor_edit_mode','builder'),(2726,374,'_elementor_template_type','wp-post'),(2727,374,'_elementor_version','3.0.16'),(2728,374,'_wp_page_template','default'),(2729,374,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2730,374,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2732,375,'_elementor_edit_mode','builder'),(2733,375,'_elementor_template_type','wp-post'),(2734,375,'_elementor_version','3.0.16'),(2735,375,'_wp_page_template','default'),(2736,375,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2737,375,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2739,376,'_elementor_edit_mode','builder'),(2740,376,'_elementor_template_type','wp-post'),(2741,376,'_elementor_version','3.0.16'),(2742,376,'_wp_page_template','default'),(2743,376,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2744,376,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2748,377,'_elementor_edit_mode','builder'),(2749,377,'_elementor_template_type','wp-post'),(2750,377,'_elementor_version','3.0.16'),(2751,377,'_wp_page_template','default'),(2752,377,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2753,377,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2755,378,'_elementor_edit_mode','builder'),(2756,378,'_elementor_template_type','wp-post'),(2757,378,'_elementor_version','3.0.16'),(2758,378,'_wp_page_template','default'),(2759,378,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2760,378,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"left\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2762,379,'_elementor_edit_mode','builder'),(2763,379,'_elementor_template_type','wp-post'),(2764,379,'_elementor_version','3.0.16'),(2765,379,'_wp_page_template','default'),(2766,379,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2767,379,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2771,380,'_elementor_edit_mode','builder'),(2772,380,'_elementor_template_type','wp-post'),(2773,380,'_elementor_version','3.0.16'),(2774,380,'_wp_page_template','default'),(2775,380,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2776,380,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2778,381,'_elementor_edit_mode','builder'),(2779,381,'_elementor_template_type','wp-post'),(2780,381,'_elementor_version','3.0.16'),(2781,381,'_wp_page_template','default'),(2782,381,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2783,381,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"hide_mobile\":\"hidden-phone\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2785,382,'_elementor_edit_mode','builder'),(2786,382,'_elementor_template_type','wp-post'),(2787,382,'_elementor_version','3.0.16'),(2788,382,'_wp_page_template','default'),(2789,382,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2790,382,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2794,383,'_elementor_edit_mode','builder'),(2795,383,'_elementor_template_type','wp-post'),(2796,383,'_elementor_version','3.0.16'),(2797,383,'_wp_page_template','default'),(2798,383,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2799,383,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2801,384,'_elementor_edit_mode','builder'),(2802,384,'_elementor_template_type','wp-post'),(2803,384,'_elementor_version','3.0.16'),(2804,384,'_wp_page_template','default'),(2805,384,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2806,384,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2808,385,'_elementor_edit_mode','builder'),(2809,385,'_elementor_template_type','wp-post'),(2810,385,'_elementor_version','3.0.16'),(2811,385,'_wp_page_template','default'),(2812,385,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2813,385,'_elementor_data','[{\"id\":\"e735e07\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7cde17d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":7},\"elements\":[{\"id\":\"72ae380\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/inspire-with-angela-logo.png\",\"id\":51},\"link_to\":\"custom\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":false},{\"id\":\"94304fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":35},\"elements\":[{\"id\":\"643f0d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Inspire With Angela\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"e1914cf\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":57.6640000000000014779288903810083866119384765625},\"elements\":[{\"id\":\"39474f4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"primary-menu\",\"navmenu_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Raleway\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"menu_typography_font_weight\":\"600\",\"menu_typography_text_transform\":\"uppercase\",\"color_menu_item\":\"#FF7415\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(2815,42,'_elementor_controls_usage','a:5:{s:9:\"site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:18:\"section_site_image\";a:4:{s:18:\"site_logo_fallback\";i:1;s:12:\"custom_image\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:3:{s:5:\"title\";i:1;s:5:\"align\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:15:\"navigation-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:1:{s:13:\"navmenu_align\";i:1;}}s:5:\"style\";a:1:{s:23:\"section_style_main-menu\";a:6:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:30:\"menu_typography_text_transform\";i:1;s:15:\"color_menu_item\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(2817,386,'_elementor_edit_mode','builder'),(2818,386,'_elementor_template_type','kit'),(2819,386,'_elementor_version','3.0.15'),(2821,14,'_wp_page_template','default'),(2822,14,'_elementor_page_settings','a:3:{s:16:\"site_description\";s:78:\"Challenging you to be Inspired, Encouraged, and Ignited in your daily Purpose!\";s:15:\"viewport_mobile\";s:0:\"\";s:15:\"viewport_tablet\";s:0:\"\";}'),(2823,387,'_edit_last','1'),(2824,387,'_edit_lock','1618500747:3'),(2825,388,'_edit_last','1'),(2826,388,'_edit_lock','1619640915:3'),(2827,388,'total_sales','0'),(2828,388,'_tax_status','taxable'),(2829,388,'_tax_class',''),(2830,388,'_manage_stock','no'),(2831,388,'_backorders','no'),(2832,388,'_sold_individually','no'),(2833,388,'_virtual','no'),(2834,388,'_downloadable','no'),(2835,388,'_download_limit','-1'),(2836,388,'_download_expiry','-1'),(2837,388,'_stock',NULL),(2838,388,'_stock_status','instock'),(2839,388,'_wc_average_rating','0'),(2840,388,'_wc_review_count','0'),(2841,388,'_product_attributes','a:1:{s:13:\"t-shirt-sizes\";a:6:{s:4:\"name\";s:13:\"T-Shirt Sizes\";s:5:\"value\";s:31:\"Small | Medium | Large | XLarge\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(2842,388,'_product_version','5.1.0'),(2843,389,'_variation_description',''),(2844,389,'total_sales','0'),(2845,389,'_tax_status','taxable'),(2846,389,'_tax_class','parent'),(2847,389,'_manage_stock','yes'),(2848,389,'_backorders','no'),(2849,389,'_sold_individually','no'),(2850,389,'_virtual','no'),(2851,389,'_downloadable','no'),(2852,389,'_download_limit','-1'),(2853,389,'_download_expiry','-1'),(2854,389,'_stock','0'),(2855,389,'_stock_status','outofstock'),(2856,389,'_wc_average_rating','0'),(2857,389,'_wc_review_count','0'),(2858,389,'attribute_t-shirt-sizes','Small'),(2859,389,'_product_version','5.1.0'),(2860,390,'_variation_description',''),(2861,390,'total_sales','0'),(2862,390,'_tax_status','taxable'),(2863,390,'_tax_class','parent'),(2864,390,'_manage_stock','yes'),(2865,390,'_backorders','no'),(2866,390,'_sold_individually','no'),(2867,390,'_virtual','no'),(2868,390,'_downloadable','no'),(2869,390,'_download_limit','-1'),(2870,390,'_download_expiry','-1'),(2871,390,'_stock','3'),(2872,390,'_stock_status','instock'),(2873,390,'_wc_average_rating','0'),(2874,390,'_wc_review_count','0'),(2875,390,'attribute_t-shirt-sizes','Medium'),(2876,390,'_product_version','5.1.0'),(2877,391,'_variation_description',''),(2878,391,'total_sales','0'),(2879,391,'_tax_status','taxable'),(2880,391,'_tax_class','parent'),(2881,391,'_manage_stock','yes'),(2882,391,'_backorders','no'),(2883,391,'_sold_individually','no'),(2884,391,'_virtual','no'),(2885,391,'_downloadable','no'),(2886,391,'_download_limit','-1'),(2887,391,'_download_expiry','-1'),(2888,391,'_stock','1'),(2889,391,'_stock_status','instock'),(2890,391,'_wc_average_rating','0'),(2891,391,'_wc_review_count','0'),(2892,391,'attribute_t-shirt-sizes','Large'),(2893,391,'_product_version','5.1.0'),(2894,392,'_variation_description',''),(2895,392,'total_sales','0'),(2896,392,'_tax_status','taxable'),(2897,392,'_tax_class','parent'),(2898,392,'_manage_stock','no'),(2899,392,'_backorders','no'),(2900,392,'_sold_individually','no'),(2901,392,'_virtual','no'),(2902,392,'_downloadable','no'),(2903,392,'_download_limit','-1'),(2904,392,'_download_expiry','-1'),(2905,392,'_stock',NULL),(2906,392,'_stock_status','outofstock'),(2907,392,'_wc_average_rating','0'),(2908,392,'_wc_review_count','0'),(2909,392,'attribute_t-shirt-sizes','XLarge'),(2910,392,'_product_version','5.1.0'),(2911,389,'_regular_price','18.99'),(2912,389,'_thumbnail_id','0'),(2913,389,'_price','18.99'),(2914,390,'_regular_price','18.99'),(2915,390,'_thumbnail_id','0'),(2916,390,'_price','18.99'),(2917,391,'_regular_price','18.99'),(2918,391,'_thumbnail_id','0'),(2919,391,'_price','18.99'),(2920,392,'_regular_price','18.99'),(2921,392,'_thumbnail_id','0'),(2922,392,'_price','18.99'),(2924,388,'rs_page_bg_color',''),(2925,394,'_wp_attached_file','2021/01/Afro-shirt.png'),(2926,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1372;s:6:\"height\";i:771;s:4:\"file\";s:22:\"2021/01/Afro-shirt.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Afro-shirt-1024x575.png\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"minimalblog-blog-thumb\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-600x771.png\";s:5:\"width\";i:600;s:6:\"height\";i:771;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"minimalblog-popular-post\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-270x215.png\";s:5:\"width\";i:270;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:24:\"minimalblog-slider-image\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-238x238.png\";s:5:\"width\";i:238;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";}s:23:\"minimalblog-small-thumb\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"minimalblog-standard-post-thumbnial\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-750x400.png\";s:5:\"width\";i:750;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:33:\"minimalblog-featured-slider-large\";a:4:{s:4:\"file\";s:23:\"Afro-shirt-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"minimalblog-page-header-image\";a:4:{s:4:\"file\";s:23:\"Afro-shirt-1372x600.png\";s:5:\"width\";i:1372;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Afro-shirt-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Afro-shirt-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2927,388,'_thumbnail_id','394'),(2928,388,'_cff_oembed_done_checking','1'),(2929,11,'_elementor_edit_mode','builder'),(2930,11,'_elementor_template_type','wp-page'),(2938,399,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(2939,399,'_elementor_edit_mode','builder'),(2940,399,'_elementor_template_type','wp-page'),(2942,400,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(2943,400,'_elementor_edit_mode','builder'),(2944,400,'_elementor_template_type','wp-page'),(2946,11,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2947,11,'_elementor_data','[{\"id\":\"5837ada7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7efd0033\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4ac4c588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->\\n[woocommerce_my_account]\\n<!-- \\/wp:shortcode -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2948,401,'_wp_page_template','elementor_theme'),(2949,401,'_elementor_edit_mode','builder'),(2950,401,'_elementor_template_type','wp-page'),(2952,401,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2953,401,'_elementor_data','[{\"id\":\"5837ada7\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7efd0033\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"4ac4c588\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->\\n[woocommerce_my_account]\\n<!-- \\/wp:shortcode -->\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2954,11,'_elementor_version','3.0.16'),(2955,11,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(2966,403,'_elementor_template_type','wp-page'),(2967,403,'_elementor_version','3.0.16'),(2968,403,'_wp_page_template','default'),(2969,403,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2970,403,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aa57eec\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fbd29d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0848af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac3f68c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela-1.jpeg\",\"id\":249},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"200\",\"bottom\":\"200\",\"left\":\"200\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62b94b1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5c418b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d33ce6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\u00a0<\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Love and blessings,\\u00a0<\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Angela<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2971,403,'_elementor_edit_mode','builder'),(2973,404,'_elementor_template_type','wp-page'),(2974,404,'_elementor_version','3.0.16'),(2975,404,'_wp_page_template','default'),(2976,404,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2977,404,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aa57eec\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fbd29d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0848af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac3f68c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela-1.jpeg\",\"id\":249},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"200\",\"bottom\":\"200\",\"left\":\"200\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62b94b1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5c418b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d33ce6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\u00a0<\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Love and blessings,\\u00a0<\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Angela<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2978,404,'_elementor_edit_mode','builder'),(2980,405,'_elementor_template_type','wp-page'),(2981,405,'_elementor_version','3.0.16'),(2982,405,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(2983,405,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(2984,405,'_elementor_data','[{\"id\":\"d133f4c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"966bc34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aa57eec\",\"elType\":\"widget\",\"settings\":{\"title\":\"About\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2fbd29d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e0848af\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ac3f68c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/t-shirts-inspire-with-angela-1.jpeg\",\"id\":249},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"200\",\"right\":\"200\",\"bottom\":\"200\",\"left\":\"200\",\"isLinked\":true},\"_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62b94b1\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"5c418b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0d33ce6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p style=\\\"text-align: center;\\\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others\\u2026I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey\\u2026together.\\u00a0<\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Love and blessings,\\u00a0<\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Angela<\\/span><\\/p>\",\"align\":\"center\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Helvetica\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2985,405,'_elementor_edit_mode','builder'),(2987,15,'_elementor_controls_usage','a:5:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:19:\"image_border_radius\";i:1;}}s:8:\"advanced\";a:1:{s:15:\"_section_border\";a:1:{s:14:\"_border_radius\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}}'),(2989,388,'neve_meta_enable_content_width','off'),(2990,406,'_elementor_edit_mode','builder'),(2991,406,'_elementor_template_type','wp-page'),(2992,406,'_elementor_version','3.0.16'),(2993,406,'_wp_page_template','default'),(2994,406,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(2995,406,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f99e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(2997,407,'_elementor_edit_mode','builder'),(2998,407,'_elementor_template_type','wp-page'),(2999,407,'_elementor_version','3.0.16'),(3000,407,'_wp_page_template','default'),(3001,407,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3002,407,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f99e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3004,408,'_elementor_edit_mode','builder'),(3005,408,'_elementor_template_type','wp-page'),(3006,408,'_elementor_version','3.0.16'),(3007,408,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(3008,408,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(3009,408,'_elementor_data','[{\"id\":\"bb5b730\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"f00bac2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"3f99e65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"71108c7\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\",\"form_title_typography_typography\":\"custom\",\"form_title_typography_font_family\":\"Raleway\",\"typography_label_typography\":\"custom\",\"typography_label_font_family\":\"Raleway\",\"field_typography_typography\":\"custom\",\"field_typography_font_family\":\"Raleway\",\"field_description_typography_typography\":\"custom\",\"field_description_typography_font_family\":\"Raleway\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"button_typography_font_weight\":\"500\",\"success_message_typography_typography\":\"custom\",\"success_message_typography_font_family\":\"Raleway\",\"required_notice_typography_typography\":\"custom\",\"required_notice_typography_font_family\":\"Raleway\",\"required_notice_typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3011,18,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:10:\"eael-ninja\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}s:5:\"style\";a:7:{s:24:\"section_form_title_style\";a:2:{s:32:\"form_title_typography_typography\";i:1;s:33:\"form_title_typography_font_family\";i:1;}s:19:\"section_label_style\";a:2:{s:27:\"typography_label_typography\";i:1;s:28:\"typography_label_font_family\";i:1;}s:20:\"section_fields_style\";a:2:{s:27:\"field_typography_typography\";i:1;s:28:\"field_typography_font_family\";i:1;}s:31:\"section_field_description_style\";a:2:{s:39:\"field_description_typography_typography\";i:1;s:40:\"field_description_typography_font_family\";i:1;}s:27:\"section_submit_button_style\";a:3:{s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:29:\"button_typography_font_weight\";i:1;}s:29:\"section_success_message_style\";a:2:{s:37:\"success_message_typography_typography\";i:1;s:38:\"success_message_typography_font_family\";i:1;}s:29:\"section_required_notice_style\";a:3:{s:37:\"required_notice_typography_typography\";i:1;s:38:\"required_notice_typography_font_family\";i:1;s:38:\"required_notice_typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(3013,286,'neve_meta_enable_content_width','off'),(3014,409,'_wp_attached_file','2021/01/IMG_0641.jpg'),(3015,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:518;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2021/01/IMG_0641.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0641-162x300.jpg\";s:5:\"width\";i:162;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0641-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_0641-518x620.jpg\";s:5:\"width\";i:518;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0641-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0641-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:20:\"IMG_0641-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0641-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(3016,410,'_wp_attached_file','2021/01/IMG_0643.jpg'),(3017,410,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:20:\"2021/01/IMG_0643.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0643-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0643-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_0643-720x620.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0643-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:20:\"IMG_0643-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0643-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:20:\"IMG_0643-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:20:\"IMG_0643-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0643-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(3018,411,'_wp_attached_file','2021/01/IMG_1500.jpg'),(3019,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1242;s:6:\"height\";i:1329;s:4:\"file\";s:20:\"2021/01/IMG_1500.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1500-280x300.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1500-957x1024.jpg\";s:5:\"width\";i:957;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1500-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:20:\"IMG_1500-768x822.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:822;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_1500-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:20:\"IMG_1500-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:20:\"IMG_1500-600x642.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1500-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:20:\"IMG_1500-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:20:\"IMG_1500-600x642.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1500-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:{}}}'),(3020,412,'_wp_attached_file','2021/01/IMG_3726-rotated.jpg'),(3021,412,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2021/01/IMG_3726-rotated.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3726-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3726-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_3726-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3726-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3726-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:20:\"IMG_3726-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3726-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XR\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1581761481\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3726.jpg\";}'),(3022,413,'_wp_attached_file','2021/01/IMG_3741.jpg'),(3023,413,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_3741.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3741-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3741-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_3741-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3741-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3741-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:20:\"IMG_3741-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3741-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XR\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1581764232\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3024,414,'_wp_attached_file','2021/01/IMG_3742.jpg'),(3025,414,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_3742.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3742-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3742-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_3742-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3742-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3742-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:20:\"IMG_3742-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3742-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone XR\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1581764345\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:17:\"0.076923076923077\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3026,415,'_wp_attached_file','2021/01/IMG_5328.jpg'),(3027,415,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_5328.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_5328-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5328-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_5328-640x620.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_5328-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:20:\"IMG_5328-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5328-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:20:\"IMG_5328-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:20:\"IMG_5328-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5328-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:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1561220776\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3028,416,'_wp_attached_file','2021/01/IMG_5662-rotated.jpg'),(3029,416,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2021/01/IMG_5662-rotated.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_5662-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5662-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_5662-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_5662-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5662-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:20:\"IMG_5662-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5662-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563181194\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.11111111111111\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_5662.jpg\";}'),(3030,417,'_wp_attached_file','2021/01/IMG_5728.jpg'),(3031,417,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_5728.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_5728-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5728-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_5728-481x620.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_5728-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5728-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:20:\"IMG_5728-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5728-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:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1563709840\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3032,418,'_wp_attached_file','2021/01/IMG_5903.jpg'),(3033,418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_5903.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_5903-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5903-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_5903-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_5903-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5903-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:20:\"IMG_5903-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5903-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564784430\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.090909090909091\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3034,419,'_wp_attached_file','2021/01/IMG_5928-rotated.jpg'),(3035,419,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:481;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2021/01/IMG_5928-rotated.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_5928-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5928-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_5928-481x620.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_5928-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5928-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:20:\"IMG_5928-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5928-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:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1564990361\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_5928.jpg\";}'),(3036,420,'_wp_attached_file','2021/01/IMG_5953.jpg'),(3037,420,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_5953.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_5953-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5953-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_5953-481x620.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_5953-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5953-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:20:\"IMG_5953-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_5953-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:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1565362048\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3038,421,'_wp_attached_file','2021/01/IMG_6011.jpg'),(3039,421,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2021/01/IMG_6011.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6011-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6011-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_6011-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:20:\"IMG_6011-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:20:\"IMG_6011-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:20:\"IMG_6011-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:20:\"IMG_6011-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:20:\"IMG_6011-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:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566485679\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3040,422,'_wp_attached_file','2021/01/IMG_6014.jpg'),(3041,422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:428;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_6014.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6014-201x300.jpg\";s:5:\"width\";i:201;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_6014-428x620.jpg\";s:5:\"width\";i:428;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_6014-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6014-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:20:\"IMG_6014-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6014-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:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566486122\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3042,423,'_wp_attached_file','2021/01/IMG_6027.jpg'),(3043,423,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:528;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_6027.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6027-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6027-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_6027-528x620.jpg\";s:5:\"width\";i:528;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_6027-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6027-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:20:\"IMG_6027-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6027-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:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1566488153\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"900\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3044,424,'_wp_attached_file','2021/01/IMG_6080.jpg'),(3045,424,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2021/01/IMG_6080.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6080-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6080-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_6080-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:20:\"IMG_6080-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6080-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:20:\"IMG_6080-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:20:\"IMG_6080-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6080-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:\"1\";s:8:\"keywords\";a:0:{}}}'),(3046,425,'_wp_attached_file','2021/01/IMG_6085.jpg'),(3047,425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_6085.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6085-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6085-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_6085-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_6085-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6085-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:20:\"IMG_6085-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6085-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1567809186\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:4:\"0.25\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3048,426,'_wp_attached_file','2021/01/IMG_6245.jpg'),(3049,426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_6245.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6245-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6245-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_6245-481x620.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_6245-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6245-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:20:\"IMG_6245-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6245-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:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1570221334\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3050,427,'_wp_attached_file','2021/01/IMG_6670.jpg'),(3051,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:481;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_6670.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6670-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6670-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_6670-481x620.jpg\";s:5:\"width\";i:481;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_6670-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6670-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:20:\"IMG_6670-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6670-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:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1578497597\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3052,428,'_wp_attached_file','2021/01/IMG_6782-rotated.jpg'),(3053,428,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2021/01/IMG_6782-rotated.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_6782-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6782-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_6782-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_6782-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6782-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:20:\"IMG_6782-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_6782-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1580592406\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_6782.jpg\";}'),(3054,429,'_wp_attached_file','2021/01/IMG_7009.jpg'),(3055,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2021/01/IMG_7009.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_7009-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_7009-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_7009-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_7009-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_7009-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:20:\"IMG_7009-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_7009-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1582995128\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3056,430,'_wp_attached_file','2021/01/IMG_7049-rotated.jpg'),(3057,430,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2021/01/IMG_7049-rotated.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_7049-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_7049-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_7049-480x620.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_7049-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_7049-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:20:\"IMG_7049-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_7049-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:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1583597254\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.99\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:16:\"0.16666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_7049.jpg\";}'),(3058,431,'_elementor_edit_mode','builder'),(3059,431,'_elementor_template_type','wp-page'),(3060,431,'_elementor_version','3.0.16'),(3061,431,'_wp_page_template','elementor_header_footer'),(3062,431,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3063,431,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8b92770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3065,432,'_elementor_edit_mode','builder'),(3066,432,'_elementor_template_type','wp-page'),(3067,432,'_elementor_version','3.0.16'),(3068,432,'_wp_page_template','elementor_header_footer'),(3069,432,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3070,432,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8b92770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3072,433,'_elementor_edit_mode','builder'),(3073,433,'_elementor_template_type','wp-page'),(3074,433,'_elementor_version','3.0.16'),(3075,433,'_wp_page_template','elementor_header_footer'),(3076,433,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3077,433,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8b92770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"},{\"id\":409,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_0641.jpg\"},{\"id\":410,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_0643.jpg\"},{\"id\":411,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_1500.jpg\"},{\"id\":412,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3726-rotated.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3741.jpg\"},{\"id\":414,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3742.jpg\"},{\"id\":415,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5328.jpg\"},{\"id\":416,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5662-rotated.jpg\"},{\"id\":417,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5728.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5903.jpg\"},{\"id\":419,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5928-rotated.jpg\"},{\"id\":420,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5953.jpg\"},{\"id\":421,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6011.jpg\"},{\"id\":422,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6014.jpg\"},{\"id\":423,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6027.jpg\"},{\"id\":424,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6080.jpg\"},{\"id\":425,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6085.jpg\"},{\"id\":426,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6245.jpg\"},{\"id\":427,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6670.jpg\"},{\"id\":428,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6782-rotated.jpg\"},{\"id\":429,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_7009.jpg\"},{\"id\":430,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_7049-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3081,434,'_wp_attached_file','2021/01/W2K-Defeating-the-Dime-Rev7.png'),(3082,434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:533;s:6:\"height\";i:844;s:4:\"file\";s:39:\"2021/01/W2K-Defeating-the-Dime-Rev7.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"W2K-Defeating-the-Dime-Rev7-189x300.png\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"W2K-Defeating-the-Dime-Rev7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:39:\"W2K-Defeating-the-Dime-Rev7-533x620.png\";s:5:\"width\";i:533;s:6:\"height\";i:620;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"W2K-Defeating-the-Dime-Rev7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"W2K-Defeating-the-Dime-Rev7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"W2K-Defeating-the-Dime-Rev7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"W2K-Defeating-the-Dime-Rev7-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3083,289,'neve_meta_enable_content_width','off'),(3086,438,'_wp_page_template','default'),(3087,438,'_elementor_edit_mode','builder'),(3088,438,'_elementor_template_type','wp-post'),(3089,438,'_elementor_version','3.0.16'),(3090,438,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3091,438,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5e5912e\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"92a26af\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FF7415\"},\"elements\":[{\"id\":\"26ac5a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2accd33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3093,439,'_wp_page_template','default'),(3094,439,'_elementor_edit_mode','builder'),(3095,439,'_elementor_template_type','wp-post'),(3096,439,'_elementor_version','3.0.16'),(3097,439,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3098,439,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5e5912e\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"92a26af\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FF7415\"},\"elements\":[{\"id\":\"26ac5a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2accd33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Website built by <a href=\\\"https:\\/\\/esselwebdesign.com\\\">Essel Web Design<\\/a><\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3100,440,'_wp_page_template','default'),(3101,440,'_elementor_edit_mode','builder'),(3102,440,'_elementor_template_type','wp-post'),(3103,440,'_elementor_version','3.0.16'),(3104,440,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3105,440,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5e5912e\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"92a26af\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FF7415\"},\"elements\":[{\"id\":\"26ac5a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2accd33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Website built by <a target=\\\"_blank\\\" href=\\\"https:\\/\\/esselwebdesign.com\\\">Essel Web Design<\\/a>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3109,441,'_elementor_edit_mode','builder'),(3110,441,'_elementor_template_type','wp-page'),(3111,441,'_elementor_version','3.0.16'),(3112,441,'_wp_page_template','elementor_header_footer'),(3113,441,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3114,441,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3116,442,'_elementor_edit_mode','builder'),(3117,442,'_elementor_template_type','wp-page'),(3118,442,'_elementor_version','3.0.16'),(3119,442,'_wp_page_template','elementor_header_footer'),(3120,442,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3121,442,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3123,443,'_elementor_edit_mode','builder'),(3124,443,'_elementor_template_type','wp-page'),(3125,443,'_elementor_version','3.0.16'),(3126,443,'_wp_page_template','elementor_header_footer'),(3127,443,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3128,443,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3131,444,'_elementor_edit_mode','builder'),(3132,444,'_elementor_template_type','wp-page'),(3133,444,'_elementor_version','3.0.16'),(3134,444,'_wp_page_template','elementor_header_footer'),(3135,444,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3136,444,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3137,445,'_elementor_edit_mode','builder'),(3138,445,'_elementor_template_type','wp-page'),(3139,445,'_elementor_version','3.0.16'),(3140,445,'_wp_page_template','elementor_header_footer'),(3141,445,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3142,445,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3143,446,'_elementor_edit_mode','builder'),(3144,446,'_elementor_template_type','wp-page'),(3145,446,'_elementor_version','3.0.16'),(3146,446,'_wp_page_template','elementor_header_footer'),(3147,446,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3148,446,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3151,447,'_elementor_edit_mode','builder'),(3152,447,'_elementor_template_type','wp-page'),(3153,447,'_elementor_version','3.0.16'),(3154,447,'_wp_page_template','elementor_header_footer'),(3155,447,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3156,447,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3158,448,'_elementor_edit_mode','builder'),(3159,448,'_elementor_template_type','wp-page'),(3160,448,'_elementor_version','3.0.16'),(3161,448,'_wp_page_template','elementor_header_footer'),(3162,448,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3163,448,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway Dots\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3165,449,'_elementor_edit_mode','builder'),(3166,449,'_elementor_template_type','wp-page'),(3167,449,'_elementor_version','3.0.16'),(3168,449,'_wp_page_template','elementor_header_footer'),(3169,449,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3170,449,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3200,451,'_elementor_edit_mode','builder'),(3201,451,'_elementor_template_type','wp-page'),(3202,451,'_elementor_version','3.0.16'),(3203,451,'_wp_page_template','elementor_header_footer'),(3204,451,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3205,451,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3207,452,'_elementor_edit_mode','builder'),(3208,452,'_elementor_template_type','wp-page'),(3209,452,'_elementor_version','3.0.16'),(3210,452,'_wp_page_template','elementor_header_footer'),(3211,452,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3212,452,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3214,453,'_elementor_edit_mode','builder'),(3215,453,'_elementor_template_type','wp-page'),(3216,453,'_elementor_version','3.0.16'),(3217,453,'_wp_page_template','elementor_header_footer'),(3218,453,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3219,453,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3235,455,'_wp_attached_file','2021/01/contact-inspire-with-angela-2.jpg'),(3236,455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:530;s:6:\"height\";i:640;s:4:\"file\";s:41:\"2021/01/contact-inspire-with-angela-2.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"contact-inspire-with-angela-2-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"contact-inspire-with-angela-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:41:\"contact-inspire-with-angela-2-530x620.jpg\";s:5:\"width\";i:530;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"contact-inspire-with-angela-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"contact-inspire-with-angela-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"contact-inspire-with-angela-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"contact-inspire-with-angela-2-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:3:\"6.3\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON D5300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1607612791\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3242,456,'_elementor_edit_mode','builder'),(3243,456,'_elementor_template_type','wp-page'),(3244,456,'_elementor_version','3.1.0'),(3245,456,'_wp_page_template','elementor_header_footer'),(3246,456,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3247,456,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3249,457,'_elementor_edit_mode','builder'),(3250,457,'_elementor_template_type','wp-page'),(3251,457,'_elementor_version','3.1.0'),(3252,457,'_wp_page_template','elementor_header_footer'),(3253,457,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3254,457,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"550\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"480\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Contact-Inspire-with-Angela-1.jpg\",\"id\":164},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3256,458,'_elementor_edit_mode','builder'),(3257,458,'_elementor_template_type','wp-page'),(3258,458,'_elementor_version','3.1.0'),(3259,458,'_wp_page_template','elementor_header_footer'),(3260,458,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3261,458,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3265,459,'_elementor_edit_mode','builder'),(3266,459,'_elementor_template_type','wp-page'),(3267,459,'_elementor_version','3.1.0'),(3268,459,'_wp_page_template','elementor_header_footer'),(3269,459,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3270,459,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3272,460,'_elementor_edit_mode','builder'),(3273,460,'_elementor_template_type','wp-page'),(3274,460,'_elementor_version','3.1.0'),(3275,460,'_wp_page_template','elementor_header_footer'),(3276,460,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3277,460,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it\\u00a0through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3279,461,'_elementor_edit_mode','builder'),(3280,461,'_elementor_template_type','wp-page'),(3281,461,'_elementor_version','3.1.0'),(3282,461,'_wp_page_template','elementor_header_footer'),(3283,461,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3284,461,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3291,464,'_wp_page_template','default'),(3292,464,'_elementor_edit_mode','builder'),(3293,464,'_elementor_template_type','wp-post'),(3294,464,'_elementor_version','3.0.16'),(3295,464,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3296,464,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5e5912e\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"92a26af\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FF7415\"},\"elements\":[{\"id\":\"26ac5a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2accd33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Website built by <a target=\\\"_blank\\\" href=\\\"https:\\/\\/esselwebdesign.com\\\">Essel Web Design<\\/a>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3298,465,'_wp_page_template','default'),(3299,465,'_elementor_edit_mode','builder'),(3300,465,'_elementor_template_type','wp-post'),(3301,465,'_elementor_version','3.0.16'),(3302,465,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3303,465,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5e5912e\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"92a26af\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FF7415\"},\"elements\":[{\"id\":\"26ac5a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2accd33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Website built by <a target=\\\"_blank\\\" href=\\\"https:\\/\\/esselwebdesign.com\\\">Essel Web Design<\\/a>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3305,466,'_wp_page_template','default'),(3306,466,'_elementor_edit_mode','builder'),(3307,466,'_elementor_template_type','wp-post'),(3308,466,'_elementor_version','3.0.16'),(3309,466,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3310,466,'_elementor_data','[{\"id\":\"01b9a2f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#FF7415\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d5a189e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":58.50099999999999766941982670687139034271240234375},\"elements\":[{\"id\":\"ba64128\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright 2021 | Inspire With Angela. All Rights Reserved<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\",\"_margin\":{\"unit\":\"px\",\"top\":\"17\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5a4cc31\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":19.92699999999999960209606797434389591217041015625},\"elements\":[{\"id\":\"7ccbe93\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"deee4a3\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"5e5912e\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"9\",\"right\":\"9\",\"bottom\":\"9\",\"left\":\"9\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"b830666\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":20.89399999999999835154085303656756877899169921875},\"elements\":[{\"id\":\"ac4e3eb\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"TO TOP\",\"creative_button_secondary_text\":\"BACK TO TOP\",\"creative_button_link_url\":{\"url\":\"#top\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"eael_creative_button_icon_new\":{\"value\":\"fas fa-chevron-up\",\"library\":\"fa-solid\"},\"eael_creative_button_background_color\":\"\",\"eael_creative_button_hover_background_color\":\"\",\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Raleway\",\"eael_creative_button_typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"92a26af\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FF7415\"},\"elements\":[{\"id\":\"26ac5a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"2accd33\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Website built by <a style=\\\"color:white\\\" href=\\\"https:\\/\\/esselwebdesign.com\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Essel Web Design<\\/a>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(3312,123,'_elementor_controls_usage','a:5:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:4;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:20:\"eael-creative-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:4:{s:20:\"creative_button_text\";i:1;s:30:\"creative_button_secondary_text\";i:1;s:24:\"creative_button_link_url\";i:1;s:29:\"eael_creative_button_icon_new\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:6:{s:37:\"eael_creative_button_background_color\";i:1;s:43:\"eael_creative_button_hover_background_color\";i:1;s:30:\"eael_creative_button_alignment\";i:1;s:42:\"eael_creative_button_typography_typography\";i:1;s:43:\"eael_creative_button_typography_font_family\";i:1;s:43:\"eael_creative_button_typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}}}}}'),(3316,467,'_elementor_edit_mode','builder'),(3317,467,'_elementor_template_type','wp-page'),(3318,467,'_elementor_version','3.1.0'),(3319,467,'_wp_page_template','elementor_header_footer'),(3320,467,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3321,467,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3323,468,'_elementor_edit_mode','builder'),(3324,468,'_elementor_template_type','wp-page'),(3325,468,'_elementor_version','3.1.0'),(3326,468,'_wp_page_template','elementor_header_footer'),(3327,468,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3328,468,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3330,469,'_elementor_edit_mode','builder'),(3331,469,'_elementor_template_type','wp-page'),(3332,469,'_elementor_version','3.1.0'),(3333,469,'_wp_page_template','elementor_header_footer'),(3334,469,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3335,469,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\\\">Read More...<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3347,476,'_elementor_edit_mode','builder'),(3348,476,'_elementor_template_type','wp-page'),(3349,476,'_elementor_version','3.1.0'),(3350,476,'_wp_page_template','elementor_header_footer'),(3351,476,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3352,476,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\\\">Read More...<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3354,477,'_elementor_edit_mode','builder'),(3355,477,'_elementor_template_type','wp-page'),(3356,477,'_elementor_version','3.1.0'),(3357,477,'_wp_page_template','elementor_header_footer'),(3358,477,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3359,477,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/book\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\\\">Read More...<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3361,478,'_elementor_edit_mode','builder'),(3362,478,'_elementor_template_type','wp-page'),(3363,478,'_elementor_version','3.1.0'),(3364,478,'_wp_page_template','elementor_header_footer'),(3365,478,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3366,478,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\\\">Read More...<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3370,480,'_order_key','wc_order_ameF4dZJhPVoC'),(3371,480,'_customer_user','0'),(3372,480,'_payment_method','paypal'),(3373,480,'_payment_method_title','PayPal'),(3374,480,'_customer_ip_address','72.204.41.247'),(3375,480,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50'),(3376,480,'_created_via','checkout'),(3377,480,'_cart_hash','0872b95d9a1a5328a8e5aa9a6bc289c8'),(3378,480,'_billing_first_name','Angela'),(3379,480,'_billing_last_name','Flake'),(3380,480,'_billing_company','Angela Flake'),(3381,480,'_billing_address_1','248 North Platinum Drive #6'),(3382,480,'_billing_city','FAYETTEVILLE'),(3383,480,'_billing_state','AR'),(3384,480,'_billing_postcode','72701'),(3385,480,'_billing_country','US'),(3386,480,'_billing_email','a-flake@hotmail.com'),(3387,480,'_billing_phone','14794141105'),(3388,480,'_shipping_first_name','Angela'),(3389,480,'_shipping_last_name','Flake'),(3390,480,'_shipping_company','Angela Flake'),(3391,480,'_shipping_address_1','248 North Platinum Drive #6'),(3392,480,'_shipping_city','FAYETTEVILLE'),(3393,480,'_shipping_state','AR'),(3394,480,'_shipping_postcode','72701'),(3395,480,'_shipping_country','US'),(3396,480,'_order_currency','USD'),(3397,480,'_cart_discount','0'),(3398,480,'_cart_discount_tax','0'),(3399,480,'_order_shipping','0.00'),(3400,480,'_order_shipping_tax','0'),(3401,480,'_order_tax','1'),(3402,480,'_order_total','11.00'),(3403,480,'_order_version','4.9.2'),(3404,480,'_prices_include_tax','no'),(3405,480,'_billing_address_index','Angela Flake Angela Flake 248 North Platinum Drive #6 FAYETTEVILLE AR 72701 US a-flake@hotmail.com 14794141105'),(3406,480,'_shipping_address_index','Angela Flake Angela Flake 248 North Platinum Drive #6 FAYETTEVILLE AR 72701 US 14794141105'),(3407,480,'_shipping_phone','14794141105'),(3408,480,'is_vat_exempt','no'),(3415,481,'_order_key','wc_order_lucHchM4Ol961'),(3416,481,'_customer_user','0'),(3417,481,'_payment_method','paypal'),(3418,481,'_payment_method_title','PayPal'),(3419,481,'_customer_ip_address','72.204.41.247'),(3420,481,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1'),(3421,481,'_created_via','checkout'),(3422,481,'_cart_hash','0872b95d9a1a5328a8e5aa9a6bc289c8'),(3423,481,'_billing_first_name','Angela'),(3424,481,'_billing_last_name','Flake'),(3425,481,'_billing_address_1','248 North Platinum Dr#'),(3426,481,'_billing_address_2','6'),(3427,481,'_billing_city','Fayetteville'),(3428,481,'_billing_state','AR'),(3429,481,'_billing_postcode','72701'),(3430,481,'_billing_country','US'),(3431,481,'_billing_email','a-flake@hotmail.com'),(3432,481,'_billing_phone','4794141105'),(3433,481,'_shipping_first_name','Angela'),(3434,481,'_shipping_last_name','Flake'),(3435,481,'_shipping_address_1','248 North Platinum Dr#'),(3436,481,'_shipping_address_2','6'),(3437,481,'_shipping_city','Fayetteville'),(3438,481,'_shipping_state','AR'),(3439,481,'_shipping_postcode','72701'),(3440,481,'_shipping_country','US'),(3441,481,'_order_currency','USD'),(3442,481,'_cart_discount','0'),(3443,481,'_cart_discount_tax','0'),(3444,481,'_order_shipping','0.00'),(3445,481,'_order_shipping_tax','0'),(3446,481,'_order_tax','1'),(3447,481,'_order_total','11.00'),(3448,481,'_order_version','5.0.0'),(3449,481,'_prices_include_tax','no'),(3450,481,'_billing_address_index','Angela Flake 248 North Platinum Dr# 6 Fayetteville AR 72701 US a-flake@hotmail.com 4794141105'),(3451,481,'_shipping_address_index','Angela Flake 248 North Platinum Dr# 6 Fayetteville AR 72701 US 4794141105'),(3452,481,'_shipping_phone','4794141105'),(3453,481,'is_vat_exempt','no'),(3455,388,'_last_editor_used_jetpack','classic-editor'),(3472,486,'_elementor_edit_mode','builder'),(3473,486,'_elementor_template_type','wp-page'),(3474,486,'_elementor_version','3.1.0'),(3475,486,'_wp_page_template','elementor_header_footer'),(3476,486,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3477,486,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\\\">Read More...<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3478,487,'_elementor_edit_mode','builder'),(3479,487,'_elementor_template_type','wp-page'),(3480,487,'_elementor_version','3.1.0'),(3481,487,'_wp_page_template','elementor_header_footer'),(3482,487,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3483,487,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\\\">Read More...<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAS8LGISx9wBAAkbAwxSo95ZBDwy9OybuhAt4mgAlWrQtjpgrVdeU88cxp1F9gBuYDGZCxYMycK1eNplg0j30FUZCJUuJtIPude1NmFsvzO30O7yFj6oJQTSdbru9LakYzPTzsa5UrhOJsCl0lxNbXIOSNeiBejPsL1bzXMmQZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3484,488,'_elementor_edit_mode','builder'),(3485,488,'_elementor_template_type','wp-page'),(3486,488,'_elementor_version','3.1.0'),(3487,488,'_wp_page_template','elementor_header_footer'),(3488,488,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3489,488,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\\\">Read More...<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAF5wQ2KbxsBAFLk4iMRCuZCcFDOeLaB6agg2GG1eAbmILZB6vkgdZBd9MfKGlHy4GdSxNIdt0orttoPDlVWZCZBxI7lGqQMr8QCSZAexWOEno0kzq1j3wQXQqyKYPt0LLAPVakZCUYY5WGB5FxotutR9YzJyL1l8ZC2LoRZCi3KZA4RZAbQVsHzPeqogNF440wdQXZAfkxcZAjKbqAZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\",\"eael_facebook_feed_is_show_preview_thumbnail\":\"\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3492,489,'_elementor_edit_mode','builder'),(3493,489,'_elementor_template_type','wp-page'),(3494,489,'_elementor_version','3.1.1'),(3495,489,'_wp_page_template','elementor_header_footer'),(3496,489,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3497,489,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\\\">Read More...<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAF5wQ2KbxsBAFLk4iMRCuZCcFDOeLaB6agg2GG1eAbmILZB6vkgdZBd9MfKGlHy4GdSxNIdt0orttoPDlVWZCZBxI7lGqQMr8QCSZAexWOEno0kzq1j3wQXQqyKYPt0LLAPVakZCUYY5WGB5FxotutR9YzJyL1l8ZC2LoRZCi3KZA4RZAbQVsHzPeqogNF440wdQXZAfkxcZAjKbqAZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\",\"eael_facebook_feed_is_show_preview_thumbnail\":\"\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3499,490,'_elementor_edit_mode','builder'),(3500,490,'_elementor_template_type','wp-page'),(3501,490,'_elementor_version','3.1.1'),(3502,490,'_wp_page_template','elementor_header_footer'),(3503,490,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3504,490,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\\\">Read More...<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAF5wQ2KbxsBAFLk4iMRCuZCcFDOeLaB6agg2GG1eAbmILZB6vkgdZBd9MfKGlHy4GdSxNIdt0orttoPDlVWZCZBxI7lGqQMr8QCSZAexWOEno0kzq1j3wQXQqyKYPt0LLAPVakZCUYY5WGB5FxotutR9YzJyL1l8ZC2LoRZCi3KZA4RZAbQVsHzPeqogNF440wdQXZAfkxcZAjKbqAZDZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\",\"eael_facebook_feed_is_show_preview_thumbnail\":\"\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3506,491,'_elementor_edit_mode','builder'),(3507,491,'_elementor_template_type','wp-page'),(3508,491,'_elementor_version','3.1.1'),(3509,491,'_wp_page_template','elementor_header_footer'),(3510,491,'_elementor_page_settings','a:2:{s:10:\"hide_title\";s:3:\"yes\";s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3511,491,'_elementor_data','[{\"id\":\"0c39447\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"87fd8a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"24d4ce7\",\"elType\":\"widget\",\"settings\":{\"revslidertitle\":\"Inspire With Angela Slider\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\" slidertitle=\\\"Inspire With Angela Slider\\\"][\\/rev_slider]\"},\"elements\":[],\"widgetType\":\"slider_revolution\"},{\"id\":\"beff446\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1542745\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"3bb1651\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Me\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/about\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"49c6cfd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/About-Me.jpeg\",\"id\":28},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"545\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"9bacb91\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and\\u00a0<a href=\\\"http:\\/\\/inspirewithangela.com\\/about\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"9881b54\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"58a2c58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Let\'s Read\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c88d2a1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Lets-Read-Inspire-with-Angela-1.jpg\",\"id\":167},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"a704c94\",\"elType\":\"widget\",\"settings\":{\"editor\":\"This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/books\\\">Read More...<\\/a>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c6d2508\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"0c66fdd\",\"elType\":\"widget\",\"settings\":{\"title\":\"T-Shirts\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c099101\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/T-shirt-Inspire-with-Angela.jpg\",\"id\":163},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"95ab02b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e3036d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1cc15dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"5029000\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/events\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4dd0aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Events-Inspire-with-angela-2.jpg\",\"id\":166},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2243187\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/events\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2425249\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"39d0327\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/gallery\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e878b5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/Gallery.jpg\",\"id\":162},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"451\",\"height\":\"600\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c8c471\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/gallery\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"c432c2e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null},\"elements\":[{\"id\":\"c73036b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact\",\"header_size\":\"h3\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_background_background\":\"classic\",\"_background_color\":\"#FF7415\",\"link\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/contact\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f0961de\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-inspire-with-angela-2.jpg\",\"id\":455},\"image_size\":\"custom\",\"image_custom_dimension\":{\"width\":\"500\",\"height\":\"667\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c2b109e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?\\u00a0<a href=\\\"https:\\/\\/inspirewithangela.com\\/contact\\/\\\">Read More...<\\/a><\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2921f83\",\"elType\":\"section\",\"settings\":{\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"c156c82\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"7ce9836\",\"elType\":\"widget\",\"settings\":{\"title\":\"Author\'s Quotes\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04ccbfb\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7280d14\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7964725\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"65fec56\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"788c0fa\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"9842230\",\"link\":{\"url\":\"https:\\/\\/www.facebook.com\\/angelaflake46\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"444f933\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"link\":{\"url\":\"https:\\/\\/www.instagram.com\\/angelaflake40\\/?hl=en\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}]},\"elements\":[],\"widgetType\":\"social-icons\"},{\"id\":\"351ee47\",\"elType\":\"widget\",\"settings\":{\"eael_facebook_feed_page_id\":\"100294485336580\",\"eael_facebook_feed_access_token\":\"EAAF5wQ2KbxsBACCtDjZAeqIZAuA7vDOOy94ERtyJZAZBmY32LY9mdWykcd11f7vZCjytm0auGjnJay9de1YJSmpHmcZAZCZCRRLcOR2OpmTbNzIop0JfdzqTlQZCKJZCc0zZCsAImhktqWA3yAYhxTjLdvcfwYHxIHhYWRoCQqPr0h7hBK187rSZA7arFRpOaKNotN8ZD\",\"eael_facebook_feed_image_count\":{\"unit\":\"px\",\"size\":9,\"sizes\":[]},\"loadmore_text\":\"Load More\",\"eael_facebook_feed_is_show_preview_thumbnail\":\"\"},\"elements\":[],\"widgetType\":\"eael-facebook-feed\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6384df8\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"url\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/contact-us-banner-inspire-with-angela.jpg\",\"id\":102},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4de4b7a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"4336e38\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Me\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"801e995\",\"elType\":\"widget\",\"settings\":{\"contact_form_list\":\"1\"},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":false}],\"isInner\":false}]'),(3513,12,'_elementor_controls_usage','a:10:{s:17:\"slider_revolution\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"content_section\";a:2:{s:14:\"revslidertitle\";i:1;s:9:\"shortcode\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:4:{s:5:\"title\";i:9;s:11:\"header_size\";i:6;s:5:\"align\";i:9;s:4:\"link\";i:6;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:9;s:21:\"typography_typography\";i:9;s:22:\"typography_font_family\";i:9;s:22:\"typography_font_weight\";i:9;}}s:8:\"advanced\";a:2:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:7;}s:19:\"_section_background\";a:2:{s:22:\"_background_background\";i:6;s:17:\"_background_color\";i:6;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:6;s:10:\"image_size\";i:6;s:22:\"image_custom_dimension\";i:6;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;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:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:10:\"text_color\";i:6;s:21:\"typography_typography\";i:6;s:22:\"typography_font_family\";i:6;s:22:\"typography_font_weight\";i:6;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:10;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:6;s:6:\"margin\";i:2;}}s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:1;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:1;}}}}s:12:\"social-icons\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:19:\"section_social_icon\";a:1:{s:16:\"social_icon_list\";i:1;}}}}s:18:\"eael-facebook-feed\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:3:{s:43:\"eael_section_facebook_feed_settings_account\";a:2:{s:26:\"eael_facebook_feed_page_id\";i:1;s:31:\"eael_facebook_feed_access_token\";i:1;}s:43:\"eael_section_facebook_feed_settings_content\";a:1:{s:30:\"eael_facebook_feed_image_count\";i:1;}s:43:\"eael_section_facebook_feed_settings_general\";a:1:{s:44:\"eael_facebook_feed_is_show_preview_thumbnail\";i:1;}}}}s:10:\"eael-ninja\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:16:\"section_info_box\";a:1:{s:17:\"contact_form_list\";i:1;}}}}}'),(3515,492,'_order_key','wc_order_f8pY0kLCr0dAq'),(3516,492,'_customer_user','0'),(3517,492,'_payment_method','paypal'),(3518,492,'_payment_method_title','PayPal'),(3519,492,'_customer_ip_address','72.204.41.247'),(3520,492,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1'),(3521,492,'_created_via','checkout'),(3522,492,'_cart_hash','9571f48a8c749604788e900aa047a607'),(3523,492,'_billing_first_name','Angela'),(3524,492,'_billing_last_name','Flake'),(3525,492,'_billing_address_1','248 North Platinum Dr#'),(3526,492,'_billing_address_2','6'),(3527,492,'_billing_city','Fayetteville'),(3528,492,'_billing_state','AR'),(3529,492,'_billing_postcode','72701'),(3530,492,'_billing_country','US'),(3531,492,'_billing_email','a-flake@hotmail.com'),(3532,492,'_billing_phone','4794141105'),(3533,492,'_shipping_first_name','Angela'),(3534,492,'_shipping_last_name','Flake'),(3535,492,'_shipping_address_1','248 North Platinum Dr#'),(3536,492,'_shipping_address_2','6'),(3537,492,'_shipping_city','Fayetteville'),(3538,492,'_shipping_state','AR'),(3539,492,'_shipping_postcode','72701'),(3540,492,'_shipping_country','US'),(3541,492,'_order_currency','USD'),(3542,492,'_cart_discount','0'),(3543,492,'_cart_discount_tax','0'),(3544,492,'_order_shipping','0.00'),(3545,492,'_order_shipping_tax','0'),(3546,492,'_order_tax','1.9'),(3547,492,'_order_total','20.89'),(3548,492,'_order_version','5.0.0'),(3549,492,'_prices_include_tax','no'),(3550,492,'_billing_address_index','Angela Flake 248 North Platinum Dr# 6 Fayetteville AR 72701 US a-flake@hotmail.com 4794141105'),(3551,492,'_shipping_address_index','Angela Flake 248 North Platinum Dr# 6 Fayetteville AR 72701 US 4794141105'),(3552,492,'_shipping_phone','4794141105'),(3553,492,'is_vat_exempt','no'),(3559,496,'_order_key','wc_order_2lwyxg3lLhBYw'),(3560,496,'_customer_user','0'),(3561,496,'_payment_method','paypal'),(3562,496,'_payment_method_title','PayPal'),(3563,496,'_customer_ip_address','69.222.196.79'),(3564,496,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),(3565,496,'_created_via','checkout'),(3566,496,'_cart_hash','1385868cc067ef6c88b384ea2d24e2fb'),(3567,496,'_billing_first_name','Valencia'),(3568,496,'_billing_last_name','Essel'),(3569,496,'_billing_address_1','7 Sherman Cove'),(3570,496,'_billing_city','Maumelle'),(3571,496,'_billing_state','AR'),(3572,496,'_billing_postcode','72113'),(3573,496,'_billing_country','US'),(3574,496,'_billing_email','ekow@esselwebdesign.com'),(3575,496,'_billing_phone','2106851230'),(3576,496,'_shipping_first_name','Valencia'),(3577,496,'_shipping_last_name','Essel'),(3578,496,'_shipping_address_1','7 Sherman Cove'),(3579,496,'_shipping_city','Maumelle'),(3580,496,'_shipping_state','AR'),(3581,496,'_shipping_postcode','72113'),(3582,496,'_shipping_country','US'),(3583,496,'_order_currency','USD'),(3584,496,'_cart_discount','0'),(3585,496,'_cart_discount_tax','0'),(3586,496,'_order_shipping','0'),(3587,496,'_order_shipping_tax','0'),(3588,496,'_order_tax','1.8'),(3589,496,'_order_total','20.79'),(3590,496,'_order_version','5.0.0'),(3591,496,'_prices_include_tax','no'),(3592,496,'_billing_address_index','Valencia Essel 7 Sherman Cove Maumelle AR 72113 US ekow@esselwebdesign.com 2106851230'),(3593,496,'_shipping_address_index','Valencia Essel 7 Sherman Cove Maumelle AR 72113 US 2106851230'),(3594,496,'_shipping_phone','2106851230'),(3595,496,'is_vat_exempt','no'),(3596,496,'Payment type','instant'),(3597,496,'_transaction_id','6TH224055V7693843'),(3598,496,'_paypal_status','completed'),(3599,496,'PayPal Transaction Fee','0.90'),(3600,496,'_date_paid','1614626656'),(3601,496,'_paid_date','2021-03-01 19:24:16'),(3602,496,'_download_permissions_granted','yes'),(3603,496,'_recorded_sales','yes'),(3604,496,'_recorded_coupon_usage_counts','yes'),(3605,496,'_order_stock_reduced','yes'),(3606,496,'_new_order_email_sent','true'),(3607,497,'_EventOrigin','events-calendar'),(3608,497,'_tribe_modified_fields','a:22:{s:12:\"_EventOrigin\";i:1614629527;s:25:\"_last_editor_used_jetpack\";i:1614629528;s:10:\"_edit_last\";i:1614629780;s:10:\"post_title\";i:1614632270;s:12:\"post_excerpt\";i:1619711214;s:11:\"post_status\";i:1614632270;s:16:\"rs_page_bg_color\";i:1614632270;s:17:\"_EventShowMapLink\";i:1614632270;s:13:\"_EventShowMap\";i:1614632270;s:13:\"_EventVenueID\";i:1614632271;s:15:\"_EventStartDate\";i:1614632271;s:13:\"_EventEndDate\";i:1614632271;s:18:\"_EventStartDateUTC\";i:1614632271;s:16:\"_EventEndDateUTC\";i:1614632271;s:14:\"_EventDuration\";i:1614632271;s:20:\"_EventCurrencySymbol\";i:1614632271;s:22:\"_EventCurrencyPosition\";i:1614632271;s:10:\"_EventCost\";i:1614632271;s:9:\"_EventURL\";i:1614632271;s:14:\"_EventTimezone\";i:1614632271;s:18:\"_EventTimezoneAbbr\";i:1614632271;s:25:\"_cff_oembed_done_checking\";i:1614633106;}'),(3609,497,'_last_editor_used_jetpack','classic-editor'),(3610,497,'_edit_lock','1619711106:3'),(3611,497,'_edit_last','3'),(3612,497,'rs_page_bg_color',''),(3613,498,'_EventShowMapLink','1'),(3614,498,'_EventShowMap','1'),(3615,498,'_EventStartDate','2021-03-06 10:00:00'),(3616,498,'_EventEndDate','2021-03-06 14:00:00'),(3617,498,'_EventStartDateUTC','2021-03-06 10:00:00'),(3618,498,'_EventEndDateUTC','2021-03-06 14:00:00'),(3619,498,'_EventDuration','14400'),(3620,498,'_EventCurrencySymbol',''),(3621,498,'_EventCurrencyPosition','prefix'),(3622,498,'_EventCost',''),(3623,498,'_EventURL',''),(3624,498,'_EventTimezone','UTC+0'),(3625,498,'_EventTimezoneAbbr','UTC+0'),(3626,497,'_EventShowMapLink','1'),(3627,497,'_EventShowMap','1'),(3628,499,'_VenueOrigin','events-calendar'),(3629,499,'_tribe_modified_fields','a:16:{s:12:\"_VenueOrigin\";i:1614632271;s:17:\"_EventShowMapLink\";i:1614632271;s:13:\"_EventShowMap\";i:1614632271;s:17:\"_VenueShowMapLink\";i:1614632271;s:13:\"_VenueShowMap\";i:1614632271;s:13:\"_VenueAddress\";i:1614632271;s:10:\"_VenueCity\";i:1614632271;s:13:\"_VenueCountry\";i:1614632271;s:14:\"_VenueProvince\";i:1614632271;s:11:\"_VenueState\";i:1614632271;s:9:\"_VenueZip\";i:1614632271;s:11:\"_VenuePhone\";i:1614632271;s:9:\"_VenueURL\";i:1614632271;s:18:\"_VenueEventShowMap\";i:1614632271;s:22:\"_VenueEventShowMapLink\";i:1614632271;s:19:\"_VenueStateProvince\";i:1614632271;}'),(3630,499,'_EventShowMapLink','1'),(3631,499,'_EventShowMap','1'),(3632,499,'_VenueShowMapLink','1'),(3633,499,'_VenueShowMap','1'),(3634,499,'_VenueAddress','3217 Grand Avenue'),(3635,499,'_VenueCity','Fort Smith'),(3636,499,'_VenueCountry',''),(3637,499,'_VenueProvince','AR'),(3638,499,'_VenueState',''),(3639,499,'_VenueZip','72904'),(3640,499,'_VenuePhone','4794141105'),(3641,499,'_VenueURL','www.inspirewithangela.com'),(3642,499,'_VenueEventShowMap','1'),(3643,499,'_VenueEventShowMapLink','1'),(3644,499,'_VenueStateProvince','AR'),(3645,497,'_EventVenueID','499'),(3646,497,'_EventStartDate','2021-03-06 10:00:00'),(3647,497,'_EventEndDate','2021-03-06 14:00:00'),(3648,497,'_EventStartDateUTC','2021-03-06 10:00:00'),(3649,497,'_EventEndDateUTC','2021-03-06 14:00:00'),(3650,497,'_EventDuration','14400'),(3651,497,'_EventCurrencySymbol',''),(3652,497,'_EventCurrencyPosition','prefix'),(3653,497,'_EventCost',''),(3654,497,'_EventURL',''),(3655,497,'_EventTimezone','UTC+0'),(3656,497,'_EventTimezoneAbbr','UTC+0'),(3657,497,'_cff_oembed_done_checking','1'),(3658,500,'_order_key','wc_order_T03cTkdWrK9Yt'),(3659,500,'_customer_user','3'),(3660,500,'_payment_method','woocommerce_payments'),(3661,500,'_payment_method_title','Credit card'),(3662,500,'_customer_ip_address','72.204.41.247'),(3663,500,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1'),(3664,500,'_created_via','checkout'),(3665,500,'_cart_hash','0872b95d9a1a5328a8e5aa9a6bc289c8'),(3666,500,'_billing_first_name','Angela'),(3667,500,'_billing_last_name','Flake'),(3668,500,'_billing_address_1','248 North Platinum Dr#'),(3669,500,'_billing_address_2','6'),(3670,500,'_billing_city','Fayetteville'),(3671,500,'_billing_state','AR'),(3672,500,'_billing_postcode','72701'),(3673,500,'_billing_country','US'),(3674,500,'_billing_email','a-flake@hotmail.com'),(3675,500,'_billing_phone','4794141105'),(3676,500,'_shipping_first_name','Angela'),(3677,500,'_shipping_last_name','Flake'),(3678,500,'_shipping_address_1','248 North Platinum Dr#'),(3679,500,'_shipping_address_2','6'),(3680,500,'_shipping_city','Fayetteville'),(3681,500,'_shipping_state','AR'),(3682,500,'_shipping_postcode','72701'),(3683,500,'_shipping_country','US'),(3684,500,'_order_currency','USD'),(3685,500,'_cart_discount','0'),(3686,500,'_cart_discount_tax','0'),(3687,500,'_order_shipping','0.00'),(3688,500,'_order_shipping_tax','0'),(3689,500,'_order_tax','1'),(3690,500,'_order_total','11.00'),(3691,500,'_order_version','5.0.0'),(3692,500,'_prices_include_tax','no'),(3693,500,'_billing_address_index','Angela Flake 248 North Platinum Dr# 6 Fayetteville AR 72701 US a-flake@hotmail.com 4794141105'),(3694,500,'_shipping_address_index','Angela Flake 248 North Platinum Dr# 6 Fayetteville AR 72701 US 4794141105'),(3695,500,'_shipping_phone','4794141105'),(3696,500,'is_vat_exempt','no'),(3697,500,'_payment_method_id','pm_1IQJCi2EAXz1JePepCzhAlVf'),(3698,500,'_stripe_customer_id','cus_J2Nym4W5y3D4Ma'),(3699,500,'_transaction_id','pi_1IQJCo2EAXz1JePeKMTHXqyz'),(3700,500,'_date_paid','1614633789'),(3701,500,'_paid_date','2021-03-01 21:23:09'),(3702,500,'_download_permissions_granted','yes'),(3703,500,'_recorded_sales','yes'),(3704,500,'_recorded_coupon_usage_counts','yes'),(3705,500,'_order_stock_reduced','yes'),(3706,500,'_new_order_email_sent','true'),(3707,500,'_intent_id','pi_1IQJCo2EAXz1JePeKMTHXqyz'),(3708,500,'_charge_id','ch_1IQJCp2EAXz1JePe2YfJvEUO'),(3709,500,'_intention_status','succeeded'),(3710,500,'_wcpay_intent_currency','USD'),(3711,500,'_new_order_tracking_complete','yes'),(3712,12,'_last_editor_used_jetpack','block-editor'),(3713,500,'_edit_lock','1614706995:3'),(3716,496,'_edit_lock','1619987792:1'),(3717,496,'_edit_last','3'),(3718,496,'rs_page_bg_color',''),(3739,257,'_last_editor_used_jetpack','classic-editor'),(3741,11,'_last_editor_used_jetpack','block-editor'),(3742,8,'_edit_lock','1618415504:3'),(3743,8,'_last_editor_used_jetpack','block-editor'),(3744,387,'_last_editor_used_jetpack','classic-editor'),(3745,14,'_elementor_css','a:6:{s:4:\"time\";i:1619095313;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:\"\";}'),(3746,12,'_elementor_css','a:6:{s:4:\"time\";i:1619095314;s:5:\"fonts\";a:2:{i:0;s:7:\"Raleway\";i:1;s:7:\"Poppins\";}s:5:\"icons\";a:1:{i:0;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3747,42,'_elementor_css','a:6:{s:4:\"time\";i:1619095314;s:5:\"fonts\";a:2:{i:0;s:12:\"Merriweather\";i:1;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3748,123,'_elementor_css','a:6:{s:4:\"time\";i:1619095314;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:2;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3750,18,'_elementor_css','a:6:{s:4:\"time\";i:1619095367;s:5:\"fonts\";a:1:{i:0;s:7:\"Raleway\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3751,15,'_elementor_css','a:6:{s:4:\"time\";i:1619119129;s:5:\"fonts\";a:1:{i:0;s:9:\"Helvetica\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(3752,11,'_elementor_css','a:7:{s:4:\"time\";i:1619163403;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),(3753,245,'_last_editor_used_jetpack','classic-editor'),(3754,245,'_price','18.99'),(3755,257,'_price','18.99'),(3756,252,'_last_editor_used_jetpack','classic-editor'),(3757,252,'_price','18.99'),(3758,248,'_last_editor_used_jetpack','classic-editor'),(3759,248,'_price','18.99'),(3760,388,'_price','18.99'),(3761,246,'_last_editor_used_jetpack','classic-editor'),(3762,246,'_price','18.99'),(3763,251,'_last_editor_used_jetpack','classic-editor'),(3764,251,'_price','18.99'),(3765,511,'_order_key','wc_order_hWFhGz1sN2v2u'),(3766,511,'_customer_user','0'),(3767,511,'_payment_method','paypal'),(3768,511,'_payment_method_title','PayPal'),(3769,511,'_customer_ip_address','72.204.41.247'),(3770,511,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(3771,511,'_created_via','checkout'),(3772,511,'_cart_hash','4b492f6b46b715fa78039ecda2146243'),(3773,511,'_billing_first_name','Angela'),(3774,511,'_billing_last_name','Flake'),(3775,511,'_billing_address_1','201 East Round Grove'),(3776,511,'_billing_address_2','435'),(3777,511,'_billing_city','Lewisville'),(3778,511,'_billing_state','TX'),(3779,511,'_billing_postcode','75067'),(3780,511,'_billing_country','US'),(3781,511,'_billing_email','a-flake@hotmail.com'),(3782,511,'_billing_phone','4794141105'),(3783,511,'_shipping_first_name','Angela'),(3784,511,'_shipping_last_name','Flake'),(3785,511,'_shipping_address_1','201 East Round Grove'),(3786,511,'_shipping_address_2','435'),(3787,511,'_shipping_city','Lewisville'),(3788,511,'_shipping_state','TX'),(3789,511,'_shipping_postcode','75067'),(3790,511,'_shipping_country','US'),(3791,511,'_order_currency','USD'),(3792,511,'_cart_discount','0'),(3793,511,'_cart_discount_tax','0'),(3794,511,'_order_shipping','0.00'),(3795,511,'_order_shipping_tax','0'),(3796,511,'_order_tax','0'),(3797,511,'_order_total','18.99'),(3798,511,'_order_version','5.1.0'),(3799,511,'_prices_include_tax','no'),(3800,511,'_billing_address_index','Angela Flake 201 East Round Grove 435 Lewisville TX 75067 US a-flake@hotmail.com 4794141105'),(3801,511,'_shipping_address_index','Angela Flake 201 East Round Grove 435 Lewisville TX 75067 US 4794141105'),(3802,511,'_shipping_phone','4794141105'),(3803,511,'is_vat_exempt','no'),(3804,512,'_EventOrigin','events-calendar'),(3805,512,'_tribe_modified_fields','a:23:{s:12:\"_EventOrigin\";i:1619710138;s:25:\"_last_editor_used_jetpack\";i:1619710138;s:10:\"_edit_last\";i:1619710204;s:10:\"post_title\";i:1619710859;s:11:\"post_status\";i:1619710931;s:16:\"rs_page_bg_color\";i:1619710931;s:17:\"_EventShowMapLink\";i:1619710931;s:13:\"_EventShowMap\";i:1619710931;s:15:\"_EventStartDate\";i:1619710931;s:13:\"_EventEndDate\";i:1619710931;s:18:\"_EventStartDateUTC\";i:1619710931;s:16:\"_EventEndDateUTC\";i:1619710931;s:14:\"_EventDuration\";i:1619710931;s:20:\"_EventCurrencySymbol\";i:1619710931;s:22:\"_EventCurrencyPosition\";i:1619710931;s:10:\"_EventCost\";i:1619710931;s:9:\"_EventURL\";i:1619710931;s:14:\"_EventTimezone\";i:1619710931;s:18:\"_EventTimezoneAbbr\";i:1619710931;s:25:\"_cff_oembed_done_checking\";i:1619710961;s:8:\"post_tag\";i:1619711550;s:16:\"tribe_events_cat\";i:1619711550;s:12:\"post_content\";i:1619711550;}'),(3806,512,'_last_editor_used_jetpack','classic-editor'),(3807,512,'_edit_lock','1619711551:3'),(3808,512,'_edit_last','3'),(3809,512,'rs_page_bg_color',''),(3810,513,'_EventShowMapLink','1'),(3811,513,'_EventShowMap','1'),(3812,513,'_EventStartDate','2021-04-24 10:00:00'),(3813,513,'_EventEndDate','2021-04-24 13:00:00'),(3814,513,'_EventStartDateUTC','2021-04-24 10:00:00'),(3815,513,'_EventEndDateUTC','2021-04-24 13:00:00'),(3816,513,'_EventDuration','10800'),(3817,513,'_EventCurrencySymbol',''),(3818,513,'_EventCurrencyPosition','prefix'),(3819,513,'_EventCost',''),(3820,513,'_EventURL',''),(3821,513,'_EventTimezone','UTC+0'),(3822,513,'_EventTimezoneAbbr','UTC+0'),(3823,512,'_EventShowMapLink','1'),(3824,512,'_EventShowMap','1'),(3825,512,'_EventStartDate','2021-04-24 10:00:00'),(3826,512,'_EventEndDate','2021-04-24 13:00:00'),(3827,512,'_EventStartDateUTC','2021-04-24 10:00:00'),(3828,512,'_EventEndDateUTC','2021-04-24 13:00:00'),(3829,512,'_EventDuration','10800'),(3830,512,'_EventCurrencySymbol',''),(3831,512,'_EventCurrencyPosition','prefix'),(3832,512,'_EventCost',''),(3833,512,'_EventURL',''),(3834,512,'_EventTimezone','UTC+0'),(3835,512,'_EventTimezoneAbbr','UTC+0'),(3836,512,'_cff_oembed_done_checking','1'),(3837,515,'_EventShowMapLink','1'),(3838,515,'_EventShowMap','1'),(3839,515,'_EventStartDate','2021-03-06 10:00:00'),(3840,515,'_EventEndDate','2021-03-06 14:00:00'),(3841,515,'_EventStartDateUTC','2021-03-06 10:00:00'),(3842,515,'_EventEndDateUTC','2021-03-06 14:00:00'),(3843,515,'_EventDuration','14400'),(3844,515,'_EventCurrencySymbol',''),(3845,515,'_EventCurrencyPosition','prefix'),(3846,515,'_EventCost',''),(3847,515,'_EventURL',''),(3848,515,'_EventTimezone','UTC+0'),(3849,515,'_EventTimezoneAbbr','UTC+0'),(3850,517,'_EventShowMapLink','1'),(3851,517,'_EventShowMap','1'),(3852,517,'_EventStartDate','2021-04-24 10:00:00'),(3853,517,'_EventEndDate','2021-04-24 13:00:00'),(3854,517,'_EventStartDateUTC','2021-04-24 10:00:00'),(3855,517,'_EventEndDateUTC','2021-04-24 13:00:00'),(3856,517,'_EventDuration','10800'),(3857,517,'_EventCurrencySymbol',''),(3858,517,'_EventCurrencyPosition','prefix'),(3859,517,'_EventCost',''),(3860,517,'_EventURL',''),(3861,517,'_EventTimezone','UTC+0'),(3862,517,'_EventTimezoneAbbr','UTC+0'),(3863,516,'_EventShowMapLink','1'),(3864,516,'_EventShowMap','1'),(3865,516,'_EventStartDate','2021-04-24 10:00:00'),(3866,516,'_EventEndDate','2021-04-24 13:00:00'),(3867,516,'_EventStartDateUTC','2021-04-24 10:00:00'),(3868,516,'_EventEndDateUTC','2021-04-24 13:00:00'),(3869,516,'_EventDuration','10800'),(3870,516,'_EventCurrencySymbol',''),(3871,516,'_EventCurrencyPosition','prefix'),(3872,516,'_EventCost',''),(3873,516,'_EventURL',''),(3874,516,'_EventTimezone','UTC+0'),(3875,516,'_EventTimezoneAbbr','UTC+0'),(3876,518,'_EventOrigin','events-calendar'),(3877,518,'_tribe_modified_fields','a:21:{s:12:\"_EventOrigin\";i:1619711693;s:25:\"_last_editor_used_jetpack\";i:1619711693;s:10:\"_edit_last\";i:1619713529;s:10:\"post_title\";i:1619713547;s:11:\"post_status\";i:1619713971;s:12:\"post_content\";i:1619713971;s:16:\"rs_page_bg_color\";i:1619713971;s:17:\"_EventShowMapLink\";i:1619713971;s:13:\"_EventShowMap\";i:1619713971;s:15:\"_EventStartDate\";i:1619713971;s:13:\"_EventEndDate\";i:1619713971;s:18:\"_EventStartDateUTC\";i:1619713971;s:16:\"_EventEndDateUTC\";i:1619713971;s:14:\"_EventDuration\";i:1619713971;s:20:\"_EventCurrencySymbol\";i:1619713971;s:22:\"_EventCurrencyPosition\";i:1619713971;s:10:\"_EventCost\";i:1619713971;s:9:\"_EventURL\";i:1619713971;s:14:\"_EventTimezone\";i:1619713971;s:18:\"_EventTimezoneAbbr\";i:1619713971;s:25:\"_cff_oembed_done_checking\";i:1619715572;}'),(3878,518,'_last_editor_used_jetpack','classic-editor'),(3879,518,'_edit_lock','1619716611:3'),(3880,518,'_edit_last','3'),(3881,518,'rs_page_bg_color',''),(3882,519,'_EventShowMapLink','1'),(3883,519,'_EventShowMap','1'),(3884,519,'_EventStartDate','2021-04-04 16:00:00'),(3885,519,'_EventEndDate','2021-04-04 19:00:00'),(3886,519,'_EventStartDateUTC','2021-04-04 16:00:00'),(3887,519,'_EventEndDateUTC','2021-04-04 19:00:00'),(3888,519,'_EventDuration','10800'),(3889,519,'_EventCurrencySymbol',''),(3890,519,'_EventCurrencyPosition','prefix'),(3891,519,'_EventCost',''),(3892,519,'_EventURL',''),(3893,519,'_EventTimezone','UTC+0'),(3894,519,'_EventTimezoneAbbr','UTC+0'),(3895,518,'_EventShowMapLink','1'),(3896,518,'_EventShowMap','1'),(3897,518,'_EventStartDate','2021-04-04 16:00:00'),(3898,518,'_EventEndDate','2021-04-04 19:00:00'),(3899,518,'_EventStartDateUTC','2021-04-04 16:00:00'),(3900,518,'_EventEndDateUTC','2021-04-04 19:00:00'),(3901,518,'_EventDuration','10800'),(3902,518,'_EventCurrencySymbol',''),(3903,518,'_EventCurrencyPosition','prefix'),(3904,518,'_EventCost',''),(3905,518,'_EventURL',''),(3906,518,'_EventTimezone','UTC+0'),(3907,518,'_EventTimezoneAbbr','UTC+0'),(3908,518,'_cff_oembed_done_checking','1'),(3909,286,'_last_editor_used_jetpack','classic-editor'),(3910,525,'_edit_lock','1620936098:3'),(3911,525,'_edit_last','3'),(3912,525,'_wt_sc_shipping_methods',''),(3913,525,'_wt_sc_payment_methods',''),(3914,525,'_wt_sc_user_roles',''),(3915,525,'_wt_category_condition','or'),(3916,525,'_wt_product_condition','and'),(3917,525,'_wt_free_product_ids',''),(3918,525,'_wt_min_matching_product_qty',''),(3919,525,'_wt_max_matching_product_qty',''),(3920,525,'_wt_min_matching_product_subtotal',''),(3921,525,'_wt_max_matching_product_subtotal',''),(3922,525,'_wt_make_coupon_available_in_myaccount','1'),(3923,525,'discount_type','percent'),(3924,525,'coupon_amount','15'),(3925,525,'individual_use','no'),(3926,525,'usage_limit','0'),(3927,525,'usage_limit_per_user','0'),(3928,525,'limit_usage_to_x_items','0'),(3929,525,'usage_count','0'),(3930,525,'date_expires','1621036800'),(3931,525,'free_shipping','no'),(3932,525,'exclude_sale_items','no'),(3933,525,'_wt_coupon_start_date','2021-05-02'),(3934,525,'_wt_coupon_start_date_timestamp','1619913600'),(3935,525,'_wt_make_auto_coupon',''),(3936,525,'rs_page_bg_color',''),(3939,528,'_wp_attached_file','2021/05/IMG_3476.jpg'),(3940,528,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:20:\"2021/05/IMG_3476.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3476-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3476-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3476-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:21:\"IMG_3476-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3476-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3476-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_3476-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:20:\"IMG_3476-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:20:\"IMG_3476-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3476-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:20:\"IMG_3476-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:20:\"IMG_3476-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3476-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:{}}}'),(3941,529,'_wp_attached_file','2021/05/IMG_3478-rotated.jpg'),(3942,529,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:28:\"2021/05/IMG_3478-rotated.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3478-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3478-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_3478-768x620.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3478-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:20:\"IMG_3478-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3478-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:20:\"IMG_3478-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:20:\"IMG_3478-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3478-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\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3478.jpg\";}'),(3949,63,'_last_editor_used_jetpack','block-editor'),(3950,533,'_wp_attached_file','2021/05/IMG_3454-scaled.jpg'),(3951,533,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1923;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2021/05/IMG_3454-scaled.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3454-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3454-769x1024.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3454-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:21:\"IMG_3454-768x1022.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3454-1154x1536.jpg\";s:5:\"width\";i:1154;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3454-1539x2048.jpg\";s:5:\"width\";i:1539;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_3454-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:20:\"IMG_3454-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:20:\"IMG_3454-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3454-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:20:\"IMG_3454-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:20:\"IMG_3454-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3454-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:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1617559619\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3454.jpg\";}'),(3954,535,'_wp_attached_file','2021/05/IMG_3478-1-rotated.jpg'),(3955,535,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:30:\"2021/05/IMG_3478-1-rotated.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_3478-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3478-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:22:\"IMG_3478-1-768x620.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3478-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"IMG_3478-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3478-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"IMG_3478-1-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:22:\"IMG_3478-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3478-1-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\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"IMG_3478-1.jpg\";}'),(3956,536,'_wp_attached_file','2021/05/IMG_3611-scaled.jpg'),(3957,536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1923;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2021/05/IMG_3611-scaled.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_3611-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_3611-769x1024.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3611-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:21:\"IMG_3611-768x1022.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"IMG_3611-1154x1536.jpg\";s:5:\"width\";i:1154;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"IMG_3611-1539x2048.jpg\";s:5:\"width\";i:1539;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:20:\"IMG_3611-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:20:\"IMG_3611-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:20:\"IMG_3611-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3611-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:20:\"IMG_3611-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:20:\"IMG_3611-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_3611-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:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1619265068\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"IMG_3611.jpg\";}'),(3958,537,'_wp_attached_file','2021/05/IMG_3630-1-scaled.jpg'),(3959,537,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1923;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2021/05/IMG_3630-1-scaled.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_3630-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"IMG_3630-1-769x1024.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3630-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"IMG_3630-1-768x1022.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"IMG_3630-1-1154x1536.jpg\";s:5:\"width\";i:1154;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"IMG_3630-1-1539x2048.jpg\";s:5:\"width\";i:1539;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:22:\"IMG_3630-1-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:22:\"IMG_3630-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"IMG_3630-1-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3630-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"IMG_3630-1-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:22:\"IMG_3630-1-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_3630-1-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:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1619274603\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"IMG_3630-1.jpg\";}'),(3960,538,'_wp_attached_file','2021/05/IMG_E3451-1-scaled.jpg'),(3961,538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1923;s:6:\"height\";i:2560;s:4:\"file\";s:30:\"2021/05/IMG_E3451-1-scaled.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IMG_E3451-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_E3451-1-769x1024.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_E3451-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_E3451-1-768x1022.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"IMG_E3451-1-1154x1536.jpg\";s:5:\"width\";i:1154;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"IMG_E3451-1-1539x2048.jpg\";s:5:\"width\";i:1539;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:23:\"IMG_E3451-1-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:23:\"IMG_E3451-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"IMG_E3451-1-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_E3451-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"IMG_E3451-1-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:23:\"IMG_E3451-1-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_E3451-1-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:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1617552502\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:2:\"20\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"IMG_E3451-1.jpg\";}'),(3962,539,'_wp_attached_file','2021/05/IMG_E3467.jpg'),(3963,540,'_wp_attached_file','2021/05/IMG_E3470-2-scaled.jpg'),(3964,540,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1923;s:6:\"height\";i:2560;s:4:\"file\";s:30:\"2021/05/IMG_E3470-2-scaled.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IMG_E3470-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMG_E3470-2-769x1024.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_E3470-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"IMG_E3470-2-768x1022.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"IMG_E3470-2-1154x1536.jpg\";s:5:\"width\";i:1154;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"IMG_E3470-2-1539x2048.jpg\";s:5:\"width\";i:1539;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:23:\"IMG_E3470-2-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:23:\"IMG_E3470-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"IMG_E3470-2-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_E3470-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"IMG_E3470-2-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:23:\"IMG_E3470-2-600x799.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"IMG_E3470-2-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:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 8 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1617564712\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.87\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"IMG_E3470-2.jpg\";}'),(3965,535,'_wp_attachment_image_alt','Memphis 2021'),(3975,178,'_last_editor_used_jetpack','classic-editor'),(3976,177,'_last_editor_used_jetpack','classic-editor'),(3977,73,'_last_editor_used_jetpack','classic-editor'),(3978,72,'_last_editor_used_jetpack','classic-editor'),(3979,71,'_last_editor_used_jetpack','classic-editor'),(3980,251,'neve_meta_enable_content_width','off'),(3981,543,'_elementor_edit_mode','builder'),(3982,543,'_elementor_template_type','wp-page'),(3983,543,'_elementor_version','3.0.16'),(3984,543,'_wp_page_template','elementor_header_footer'),(3985,543,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3986,543,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8b92770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"},{\"id\":409,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_0641.jpg\"},{\"id\":410,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_0643.jpg\"},{\"id\":411,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_1500.jpg\"},{\"id\":412,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3726-rotated.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3741.jpg\"},{\"id\":414,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3742.jpg\"},{\"id\":415,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5328.jpg\"},{\"id\":416,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5662-rotated.jpg\"},{\"id\":417,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5728.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5903.jpg\"},{\"id\":419,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5928-rotated.jpg\"},{\"id\":420,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5953.jpg\"},{\"id\":421,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6011.jpg\"},{\"id\":422,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6014.jpg\"},{\"id\":423,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6027.jpg\"},{\"id\":424,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6080.jpg\"},{\"id\":425,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6085.jpg\"},{\"id\":426,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6245.jpg\"},{\"id\":427,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6670.jpg\"},{\"id\":428,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6782-rotated.jpg\"},{\"id\":429,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_7009.jpg\"},{\"id\":430,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_7049-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3987,544,'_elementor_edit_mode','builder'),(3988,544,'_elementor_template_type','wp-page'),(3989,544,'_elementor_version','3.0.16'),(3990,544,'_wp_page_template','elementor_header_footer'),(3991,544,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3992,544,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8b92770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":276,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":277,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":278,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":279,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"},{\"id\":409,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_0641.jpg\"},{\"id\":410,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_0643.jpg\"},{\"id\":411,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_1500.jpg\"},{\"id\":412,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3726-rotated.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3741.jpg\"},{\"id\":414,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3742.jpg\"},{\"id\":415,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5328.jpg\"},{\"id\":416,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5662-rotated.jpg\"},{\"id\":417,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5728.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5903.jpg\"},{\"id\":419,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5928-rotated.jpg\"},{\"id\":420,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5953.jpg\"},{\"id\":421,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6011.jpg\"},{\"id\":422,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6014.jpg\"},{\"id\":423,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6027.jpg\"},{\"id\":424,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6080.jpg\"},{\"id\":425,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6085.jpg\"},{\"id\":426,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6245.jpg\"},{\"id\":427,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6670.jpg\"},{\"id\":428,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6782-rotated.jpg\"},{\"id\":429,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_7009.jpg\"},{\"id\":430,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_7049-rotated.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3993,545,'_elementor_edit_mode','builder'),(3994,545,'_elementor_template_type','wp-page'),(3995,545,'_elementor_version','3.0.16'),(3996,545,'_wp_page_template','elementor_header_footer'),(3997,545,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(3998,545,'_elementor_data','[{\"id\":\"b257854\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"57135ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"8b92770\",\"elType\":\"widget\",\"settings\":{\"title\":\"Gallery\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"353165a\",\"elType\":\"widget\",\"settings\":{\"wp_gallery\":[{\"id\":277,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2100.jpg\"},{\"id\":528,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_3476.jpg\"},{\"id\":279,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2089-rotated.jpg\"},{\"id\":409,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_0641.jpg\"},{\"id\":410,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_0643.jpg\"},{\"id\":411,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_1500.jpg\"},{\"id\":412,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3726-rotated.jpg\"},{\"id\":276,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2116.jpg\"},{\"id\":413,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3741.jpg\"},{\"id\":414,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_3742.jpg\"},{\"id\":415,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5328.jpg\"},{\"id\":278,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_2097.jpg\"},{\"id\":416,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5662-rotated.jpg\"},{\"id\":417,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5728.jpg\"},{\"id\":418,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5903.jpg\"},{\"id\":428,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6782-rotated.jpg\"},{\"id\":419,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5928-rotated.jpg\"},{\"id\":420,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_5953.jpg\"},{\"id\":421,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6011.jpg\"},{\"id\":537,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_3630-1-scaled.jpg\"},{\"id\":422,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6014.jpg\"},{\"id\":535,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_3478-1-rotated.jpg\"},{\"id\":423,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6027.jpg\"},{\"id\":429,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_7009.jpg\"},{\"id\":540,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_E3470-2-scaled.jpg\"},{\"id\":424,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6080.jpg\"},{\"id\":425,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6085.jpg\"},{\"id\":538,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_E3451-1-scaled.jpg\"},{\"id\":426,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6245.jpg\"},{\"id\":427,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_6670.jpg\"},{\"id\":430,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/IMG_7049-rotated.jpg\"},{\"id\":533,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_3454-scaled.jpg\"},{\"id\":536,\"url\":\"https:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/05\\/IMG_3611-scaled.jpg\"}],\"thumbnail_size\":\"full\",\"gallery_columns\":\"4\",\"gallery_link\":\"none\",\"gallery_rand\":\"rand\"},\"elements\":[],\"widgetType\":\"image-gallery\"}],\"isInner\":false}],\"isInner\":false}]'),(3999,63,'_elementor_controls_usage','a:4:{s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:3:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:13:\"image-gallery\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:15:\"section_gallery\";a:5:{s:10:\"wp_gallery\";i:1;s:14:\"thumbnail_size\";i:1;s:15:\"gallery_columns\";i:1;s:12:\"gallery_link\";i:1;s:12:\"gallery_rand\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(4000,63,'_elementor_css','a:6:{s:4:\"time\";i:1620909778;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(4001,57,'_last_editor_used_jetpack','block-editor'),(4002,547,'_EventOrigin','events-calendar'),(4003,547,'_tribe_modified_fields','a:22:{s:12:\"_EventOrigin\";i:1622648389;s:25:\"_last_editor_used_jetpack\";i:1622648389;s:10:\"_edit_last\";i:1622648455;s:10:\"post_title\";i:1622648608;s:11:\"post_status\";i:1622649203;s:12:\"post_content\";i:1622649203;s:16:\"rs_page_bg_color\";i:1622649203;s:17:\"_EventShowMapLink\";i:1622649203;s:13:\"_EventShowMap\";i:1622649203;s:13:\"_EventVenueID\";i:1622649203;s:15:\"_EventStartDate\";i:1622649203;s:13:\"_EventEndDate\";i:1622649203;s:18:\"_EventStartDateUTC\";i:1622649203;s:16:\"_EventEndDateUTC\";i:1622649203;s:14:\"_EventDuration\";i:1622649203;s:20:\"_EventCurrencySymbol\";i:1622649203;s:22:\"_EventCurrencyPosition\";i:1622649203;s:10:\"_EventCost\";i:1622649203;s:9:\"_EventURL\";i:1622649203;s:14:\"_EventTimezone\";i:1622649203;s:18:\"_EventTimezoneAbbr\";i:1622649203;s:25:\"_cff_oembed_done_checking\";i:1622649455;}'),(4004,547,'_last_editor_used_jetpack','classic-editor'),(4005,547,'_edit_lock','1622649233:3'),(4006,547,'_edit_last','3'),(4007,547,'rs_page_bg_color',''),(4008,548,'_EventShowMapLink',''),(4009,548,'_EventShowMap',''),(4010,548,'_EventStartDate','2021-06-19 10:00:00'),(4011,548,'_EventEndDate','2021-06-19 18:00:00'),(4012,548,'_EventStartDateUTC','2021-06-19 10:00:00'),(4013,548,'_EventEndDateUTC','2021-06-19 18:00:00'),(4014,548,'_EventDuration','28800'),(4015,548,'_EventCurrencySymbol',''),(4016,548,'_EventCurrencyPosition','prefix'),(4017,548,'_EventCost','FREE'),(4018,548,'_EventURL','www.remixideas.com'),(4019,548,'_EventTimezone','UTC+0'),(4020,548,'_EventTimezoneAbbr','UTC+0'),(4021,547,'_EventShowMapLink',''),(4022,547,'_EventShowMap',''),(4023,549,'_VenueOrigin','events-calendar'),(4024,549,'_tribe_modified_fields','a:15:{s:12:\"_VenueOrigin\";i:1622649203;s:17:\"_EventShowMapLink\";i:1622649203;s:13:\"_EventShowMap\";i:1622649203;s:17:\"_VenueShowMapLink\";i:1622649203;s:13:\"_VenueShowMap\";i:1622649203;s:13:\"_VenueVenueID\";i:1622649203;s:13:\"_VenueAddress\";i:1622649203;s:10:\"_VenueCity\";i:1622649203;s:13:\"_VenueCountry\";i:1622649203;s:14:\"_VenueProvince\";i:1622649203;s:11:\"_VenueState\";i:1622649203;s:9:\"_VenueZip\";i:1622649203;s:11:\"_VenuePhone\";i:1622649203;s:9:\"_VenueURL\";i:1622649203;s:19:\"_VenueStateProvince\";i:1622649203;}'),(4025,549,'_EventShowMapLink','1'),(4026,549,'_EventShowMap','1'),(4027,549,'_VenueShowMapLink','1'),(4028,549,'_VenueShowMap','1'),(4029,549,'_VenueVenueID',''),(4030,549,'_VenueAddress','Wright Ave.'),(4031,549,'_VenueCity','Little Rock'),(4032,549,'_VenueCountry',''),(4033,549,'_VenueProvince','AR'),(4034,549,'_VenueState',''),(4035,549,'_VenueZip','72202'),(4036,549,'_VenuePhone',''),(4037,549,'_VenueURL',''),(4038,549,'_VenueStateProvince','AR'),(4039,547,'_EventVenueID','549'),(4040,547,'_EventStartDate','2021-06-19 10:00:00'),(4041,547,'_EventEndDate','2021-06-19 18:00:00'),(4042,547,'_EventStartDateUTC','2021-06-19 10:00:00'),(4043,547,'_EventEndDateUTC','2021-06-19 18:00:00'),(4044,547,'_EventDuration','28800'),(4045,547,'_EventCurrencySymbol',''),(4046,547,'_EventCurrencyPosition','prefix'),(4047,547,'_EventCost','FREE'),(4048,547,'_EventURL','www.remixideas.com'),(4049,547,'_EventTimezone','UTC+0'),(4050,547,'_EventTimezoneAbbr','UTC+0'),(4060,547,'_cff_oembed_done_checking','1'),(4061,552,'_EventOrigin','events-calendar'),(4062,552,'_tribe_modified_fields','a:22:{s:12:\"_EventOrigin\";i:1622672448;s:25:\"_last_editor_used_jetpack\";i:1622672448;s:10:\"_edit_last\";i:1622672558;s:10:\"post_title\";i:1622672950;s:11:\"post_status\";i:1622672950;s:12:\"post_content\";i:1622672950;s:16:\"rs_page_bg_color\";i:1622672950;s:17:\"_EventShowMapLink\";i:1622672950;s:13:\"_EventShowMap\";i:1622672950;s:13:\"_EventVenueID\";i:1622672950;s:15:\"_EventStartDate\";i:1622672950;s:13:\"_EventEndDate\";i:1622672950;s:18:\"_EventStartDateUTC\";i:1622672950;s:16:\"_EventEndDateUTC\";i:1622672950;s:14:\"_EventDuration\";i:1622672950;s:20:\"_EventCurrencySymbol\";i:1622672950;s:22:\"_EventCurrencyPosition\";i:1622672950;s:10:\"_EventCost\";i:1622672950;s:9:\"_EventURL\";i:1622672950;s:14:\"_EventTimezone\";i:1622672950;s:18:\"_EventTimezoneAbbr\";i:1622672950;s:25:\"_cff_oembed_done_checking\";i:1622674684;}'),(4063,552,'_last_editor_used_jetpack','classic-editor'),(4064,552,'_edit_lock','1622672839:3'),(4065,552,'_edit_last','3'),(4066,552,'rs_page_bg_color',''),(4067,553,'_EventShowMapLink','1'),(4068,553,'_EventShowMap','1'),(4069,553,'_EventStartDate','2021-06-05 11:00:00'),(4070,553,'_EventEndDate','2021-06-05 14:00:00'),(4071,553,'_EventStartDateUTC','2021-06-05 11:00:00'),(4072,553,'_EventEndDateUTC','2021-06-05 14:00:00'),(4073,553,'_EventDuration','10800'),(4074,553,'_EventCurrencySymbol',''),(4075,553,'_EventCurrencyPosition','prefix'),(4076,553,'_EventCost',''),(4077,553,'_EventURL',''),(4078,553,'_EventTimezone','UTC+0'),(4079,553,'_EventTimezoneAbbr','UTC+0'),(4080,552,'_EventShowMapLink','1'),(4081,552,'_EventShowMap','1'),(4082,554,'_VenueOrigin','events-calendar'),(4083,554,'_tribe_modified_fields','a:17:{s:12:\"_VenueOrigin\";i:1622672950;s:17:\"_EventShowMapLink\";i:1622672950;s:13:\"_EventShowMap\";i:1622672950;s:17:\"_VenueShowMapLink\";i:1622672950;s:13:\"_VenueShowMap\";i:1622672950;s:13:\"_VenueVenueID\";i:1622672950;s:13:\"_VenueAddress\";i:1622672950;s:10:\"_VenueCity\";i:1622672950;s:13:\"_VenueCountry\";i:1622672950;s:14:\"_VenueProvince\";i:1622672950;s:11:\"_VenueState\";i:1622672950;s:9:\"_VenueZip\";i:1622672950;s:11:\"_VenuePhone\";i:1622672950;s:9:\"_VenueURL\";i:1622672950;s:18:\"_VenueEventShowMap\";i:1622672950;s:22:\"_VenueEventShowMapLink\";i:1622672950;s:19:\"_VenueStateProvince\";i:1622672950;}'),(4084,554,'_EventShowMapLink','1'),(4085,554,'_EventShowMap','1'),(4086,554,'_VenueShowMapLink','1'),(4087,554,'_VenueShowMap','1'),(4088,554,'_VenueVenueID',''),(4089,554,'_VenueAddress','7805 Kampground Way'),(4090,554,'_VenueCity','North Little Rock'),(4091,554,'_VenueCountry',''),(4092,554,'_VenueProvince','AR'),(4093,554,'_VenueState',''),(4094,554,'_VenueZip','72118'),(4095,554,'_VenuePhone',''),(4096,554,'_VenueURL',''),(4097,554,'_VenueEventShowMap','1'),(4098,554,'_VenueEventShowMapLink','1'),(4099,554,'_VenueStateProvince','AR'),(4100,552,'_EventVenueID','554'),(4101,552,'_EventStartDate','2021-06-05 11:00:00'),(4102,552,'_EventEndDate','2021-06-05 14:00:00'),(4103,552,'_EventStartDateUTC','2021-06-05 11:00:00'),(4104,552,'_EventEndDateUTC','2021-06-05 14:00:00'),(4105,552,'_EventDuration','10800'),(4106,552,'_EventCurrencySymbol',''),(4107,552,'_EventCurrencyPosition','prefix'),(4108,552,'_EventCost',''),(4109,552,'_EventURL',''),(4110,552,'_EventTimezone','UTC+0'),(4111,552,'_EventTimezoneAbbr','UTC+0'),(4112,552,'_cff_oembed_done_checking','1'); /*!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=555 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 (2,1,'2020-12-27 23:45:27','2020-12-27 23:45:27','<!-- 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://inspirewithangela.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2020-12-27 23:45:27','2020-12-27 23:45:27','',0,'http://inspirewithangela.com/?page_id=2',0,'page','',0),(3,1,'2020-12-27 23:45:27','2020-12-27 23:45:27','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://inspirewithangela.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "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 {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-12-27 23:45:27','2020-12-27 23:45:27','',0,'http://inspirewithangela.com/?page_id=3',0,'page','',0),(8,1,'2020-12-28 01:44:17','2020-12-28 01:44:17','','Shop','','publish','closed','closed','','shop','','','2020-12-28 01:44:17','2020-12-28 01:44:17','',0,'http://inspirewithangela.com/shop/',0,'page','',0),(9,1,'2020-12-28 01:44:17','2020-12-28 01:44:17','<!-- wp:shortcode -->\n[woocommerce_cart]\n<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2021-01-24 19:02:37','2021-01-24 19:02:37','',0,'http://inspirewithangela.com/cart/',0,'page','',0),(10,1,'2020-12-28 01:44:17','2020-12-28 01:44:17','<!-- wp:shortcode -->\n[woocommerce_checkout]\n<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2021-01-21 20:57:33','2021-01-21 20:57:33','',0,'http://inspirewithangela.com/checkout/',0,'page','',0),(11,1,'2020-12-28 01:44:17','2020-12-28 01:44:17','<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2021-01-24 18:58:19','2021-01-24 18:58:19','',0,'http://inspirewithangela.com/my-account/',0,'page','',0),(12,1,'2021-01-07 19:38:18','2021-01-07 19:38:18','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/books\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/books\">Read More...</a> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/126022562763772/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header>\n <p>This book read & video creation was chosen for last...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/126022562763772/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t15.5256-10/144651288_843001349613424_3862493276653305910_n.jpg?_nc_cat=107&ccb=3&_nc_sid=ad6a45&_nc_ohc=_txcryOe7fIAX-ZqMwR&_nc_ht=scontent-atl3-1.xx&oh=afe20fca593b8d87519d279bbdb1adfb&oe=605BBA06\">\n </a><footer>\n 0 1\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125802602785768/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/125802602785768/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/153231762_125802449452450_7066045559898147625_n.jpg?_nc_cat=106&ccb=3&_nc_sid=110474&_nc_ohc=LNVXCySznegAX_4YKro&_nc_ht=scontent-atl3-1.xx&tp=7&oh=77ab5cd68c4289063625e9ad4c6aa941&oe=605820CD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125457096153652/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header>\n <p>https://www.facebook.com/theNMAAM/videos/360695704897180/</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125097842856244/\" target=\"_blank\" rel=\"noopener\"> 20 Feb 2021</a></header>\n <p>Everything we need Ladies...starts from within. Your vision matters because...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/125097842856244/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-0/p480x480/151253299_125096029523092_4423957987994148279_n.jpg?_nc_cat=106&ccb=3&_nc_sid=110474&_nc_ohc=M7mFEyDvhkQAX-5TEYz&_nc_ht=scontent-atl3-1.xx&tp=6&oh=8e28442fbda5e317d869264f1969be8d&oe=605BC43D\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/124588936240468/\" target=\"_blank\" rel=\"noopener\"> 19 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/124588936240468/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/147094369_1090775514773859_2945380617639681664_o.jpg?_nc_cat=101&ccb=3&_nc_sid=8024bb&_nc_ohc=E2ovDs1dTTYAX9olz_K&_nc_ht=scontent-atl3-1.xx&tp=7&oh=3b3e4d2486e05c3d5b4c14e228414082&oe=605A897B\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/124438176255544/\" target=\"_blank\" rel=\"noopener\"> 19 Feb 2021</a></header>\n <p>Ladies, what is it that you Love to do that...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/124438176255544/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t15.5256-10/140657696_2810870542494815_114657628968600401_n.jpg?_nc_cat=109&ccb=3&_nc_sid=ad6a45&_nc_ohc=PJ33axqSDvcAX-dWHko&_nc_ht=scontent-atl3-1.xx&oh=99c8b93d1a421ca91150a7c63a97f0b1&oe=60597D39\">\n </a><footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123924986306863/\" target=\"_blank\" rel=\"noopener\"> 18 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/123924986306863/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/p720x720/152037302_123924926306869_8252179729530309365_n.jpg?_nc_cat=108&ccb=3&_nc_sid=110474&_nc_ohc=ndEJxIb-GAQAX-ukKpv&_nc_ht=scontent-atl3-1.xx&tp=6&oh=e331e04ab6616355b19a88f7f1c22bdf&oe=6058DE27\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123503809682314/\" target=\"_blank\" rel=\"noopener\"> 18 Feb 2021</a></header>\n <p>As we find ourselves thinking about so many during these...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/123503809682314/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/p720x720/151317306_123503749682320_9222000737819166347_n.jpg?_nc_cat=101&ccb=3&_nc_sid=110474&_nc_ohc=VqULOzmGT30AX_Ne42P&_nc_ht=scontent-atl3-1.xx&tp=6&oh=c435eabc74a749968604c9dd0386df1d&oe=6059FB56\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123026396396722/\" target=\"_blank\" rel=\"noopener\"> 17 Feb 2021</a></header>\n <p>Do you know where my books are? https://www.amazon.com/s?k=angela+flake&ref=nb_sb_noss Thank you...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/123026396396722/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/151672414_123021483063880_5056030758643173968_n.jpg?_nc_cat=111&ccb=3&_nc_sid=110474&_nc_ohc=kc8l3i6FRl8AX83683Q&_nc_ht=scontent-atl3-1.xx&tp=7&oh=3e527d3ac61498838d97508284947102&oe=6059AE89\">\n </a><footer>\n 2 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','publish','closed','closed','','homepage','','','2021-02-23 04:32:47','2021-02-23 04:32:47','',0,'http://inspirewithangela.com/?page_id=12',0,'page','',0),(13,1,'2020-12-28 01:45:34','2020-12-28 01:45:34','','Elementor #12','','inherit','closed','closed','','12-revision-v1','','','2020-12-28 01:45:34','2020-12-28 01:45:34','',12,'http://inspirewithangela.com/2020/12/28/12-revision-v1/',0,'revision','',0),(14,1,'2020-12-28 01:45:36','2020-12-28 01:45:36','','Default Kit','','publish','closed','closed','','default-kit','','','2021-01-22 13:37:58','2021-01-22 13:37:58','',0,'http://inspirewithangela.com/?elementor_library=default-kit',0,'elementor_library','',0),(15,1,'2020-12-29 16:07:18','2020-12-29 16:07:18','<h2>About</h2> \n <img width=\"427\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1.jpeg 427w, https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /> \n <p style=\"text-align: center;\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together. </p>\n<p style=\"text-align: center;\">Love and blessings, </p>\n<p style=\"text-align: center;\">Angela</p>','About','','publish','closed','closed','','about','','','2021-01-24 19:00:04','2021-01-24 19:00:04','',0,'http://inspirewithangela.com/?page_id=15',0,'page','',0),(16,1,'2020-12-29 16:07:18','2020-12-29 16:07:18','','About Us','','inherit','closed','closed','','15-revision-v1','','','2020-12-29 16:07:18','2020-12-29 16:07:18','',15,'http://inspirewithangela.com/2020/12/29/15-revision-v1/',0,'revision','',0),(17,1,'2020-12-29 16:07:38','2020-12-29 16:07:38','','About','','inherit','closed','closed','','15-revision-v1','','','2020-12-29 16:07:38','2020-12-29 16:07:38','',15,'http://inspirewithangela.com/2020/12/29/15-revision-v1/',0,'revision','',0),(18,1,'2020-12-29 16:12:07','2020-12-29 16:12:07','<h2>Contact</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','publish','closed','closed','','contact','','','2021-01-24 19:13:27','2021-01-24 19:13:27','',0,'http://inspirewithangela.com/?page_id=18',0,'page','',0),(19,1,'2020-12-29 16:12:06','2020-12-29 16:12:06','','Contact','','inherit','closed','closed','','18-revision-v1','','','2020-12-29 16:12:06','2020-12-29 16:12:06','',18,'http://inspirewithangela.com/2020/12/29/18-revision-v1/',0,'revision','',0),(20,1,'2020-12-29 16:12:23','2020-12-29 16:12:23','','Contact','','inherit','closed','closed','','18-revision-v1','','','2020-12-29 16:12:23','2020-12-29 16:12:23','',18,'http://inspirewithangela.com/2020/12/29/18-revision-v1/',0,'revision','',0),(21,1,'2020-12-29 16:12:24','2020-12-29 16:12:24','','Contact','','inherit','closed','closed','','18-revision-v1','','','2020-12-29 16:12:24','2020-12-29 16:12:24','',18,'http://inspirewithangela.com/2020/12/29/18-revision-v1/',0,'revision','',0),(22,1,'2020-12-29 16:12:24','2020-12-29 16:12:24','','Contact','','inherit','closed','closed','','18-revision-v1','','','2020-12-29 16:12:24','2020-12-29 16:12:24','',18,'http://inspirewithangela.com/2020/12/29/18-revision-v1/',0,'revision','',0),(24,1,'2021-01-03 23:45:06','2021-01-03 23:45:06','','homepage_slider1','','inherit','open','closed','','homepage_slider1','','','2021-01-03 23:45:06','2021-01-03 23:45:06','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/homepage_slider1.png',0,'attachment','image/png',0),(28,1,'2021-01-07 17:15:56','2021-01-07 17:15:56','','About Me','','inherit','open','closed','','about-me','','','2021-01-07 17:15:56','2021-01-07 17:15:56','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg',0,'attachment','image/jpeg',0),(29,1,'2021-01-07 17:27:34','2021-01-07 17:27:34','','let\'s-read-inspire-with-angela','','inherit','open','closed','','lets-read-inspire-with-angela','','','2021-01-07 17:27:34','2021-01-07 17:27:34','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/lets-read-inspire-with-angela.jpg',0,'attachment','image/jpeg',0),(30,1,'2021-01-07 17:38:38','2021-01-07 17:38:38','','t-shirts-inspire-with-angela','','inherit','open','closed','','t-shirts-inspire-with-angela','','','2021-01-07 17:38:38','2021-01-07 17:38:38','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg',0,'attachment','image/jpeg',0),(31,1,'2021-01-07 17:47:08','2021-01-07 17:47:08','','events-inspire-with-angela','','inherit','open','closed','','events-inspire-with-angela','','','2021-01-07 17:47:08','2021-01-07 17:47:08','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/events-inspire-with-angela.jpg',0,'attachment','image/jpeg',0),(32,1,'2021-01-07 17:51:11','2021-01-07 17:51:11','','events-inspire-with-angela','','inherit','open','closed','','events-inspire-with-angela-2','','','2021-01-07 17:51:11','2021-01-07 17:51:11','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/events-inspire-with-angela-1.jpg',0,'attachment','image/jpeg',0),(33,1,'2021-01-07 17:56:41','2021-01-07 17:56:41','','gallery-inspire-with-angela','','inherit','open','closed','','gallery-inspire-with-angela','','','2021-01-07 17:56:41','2021-01-07 17:56:41','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/gallery-inspire-with-angela.jpg',0,'attachment','image/jpeg',0),(34,1,'2021-01-07 17:58:14','2021-01-07 17:58:14','','gallery-inspire-with-angela','','inherit','open','closed','','gallery-inspire-with-angela-2','','','2021-01-07 17:58:14','2021-01-07 17:58:14','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/gallery-inspire-with-angela-1.jpg',0,'attachment','image/jpeg',0),(36,1,'2021-01-07 19:41:18','2021-01-07 19:41:18','<h2>About Me</h2> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Let\'s Read</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>T-Shirts</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Events</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Gallery</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Contact</h2> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-07 19:41:18','2021-01-07 19:41:18','',12,'http://inspirewithangela.com/2021/01/07/12-revision-v1/',0,'revision','',0),(37,1,'2021-01-07 19:41:18','2021-01-07 19:41:18','<h2>About Me</h2> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Let\'s Read</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>T-Shirts</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Events</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Gallery</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Contact</h2> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-07 19:41:18','2021-01-07 19:41:18','',12,'http://inspirewithangela.com/2021/01/07/12-revision-v1/',0,'revision','',0),(38,1,'2021-01-07 19:41:19','2021-01-07 19:41:19','<h2>About Me</h2> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Let\'s Read</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>T-Shirts</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Events</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Gallery</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Contact</h2> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-07 19:41:19','2021-01-07 19:41:19','',12,'http://inspirewithangela.com/2021/01/07/12-revision-v1/',0,'revision','',0),(39,1,'2021-01-07 20:16:04','2021-01-07 20:16:04','<h2>About Me</h2> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Let\'s Read</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>T-Shirts</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Events</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Gallery</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Contact</h2> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-07 20:16:04','2021-01-07 20:16:04','',12,'http://inspirewithangela.com/2021/01/07/12-revision-v1/',0,'revision','',0),(40,1,'2021-01-07 20:16:05','2021-01-07 20:16:05','<h2>About Me</h2> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Let\'s Read</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>T-Shirts</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Events</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Gallery</h2> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Contact</h2> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-07 20:16:05','2021-01-07 20:16:05','',12,'http://inspirewithangela.com/2021/01/07/12-revision-v1/',0,'revision','',0),(41,1,'2021-01-07 20:16:05','2021-01-07 20:16:05','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-07 20:16:05','2021-01-07 20:16:05','',12,'http://inspirewithangela.com/2021/01/07/12-revision-v1/',0,'revision','',0),(42,1,'2021-01-07 20:22:52','2021-01-07 20:22:52','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com/\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','publish','closed','closed','','inspire-with-angela-header','','','2021-01-21 22:20:24','2021-01-21 22:20:24','',0,'http://inspirewithangela.com/?post_type=elementor-hf&p=42',0,'elementor-hf','',0),(44,1,'2021-01-07 20:23:52','2021-01-07 20:23:52','','Home','','publish','closed','closed','','home','','','2021-01-19 18:38:20','2021-01-19 18:38:20','',0,'http://inspirewithangela.com/?p=44',1,'nav_menu_item','',0),(45,1,'2021-01-07 20:23:53','2021-01-07 20:23:53',' ','','','publish','closed','closed','','45','','','2021-01-19 18:38:20','2021-01-19 18:38:20','',0,'http://inspirewithangela.com/?p=45',7,'nav_menu_item','',0),(46,1,'2021-01-07 20:23:52','2021-01-07 20:23:52',' ','','','publish','closed','closed','','46','','','2021-01-19 18:38:20','2021-01-19 18:38:20','',0,'http://inspirewithangela.com/?p=46',2,'nav_menu_item','',0),(47,1,'2021-01-07 20:24:20','2021-01-07 20:24:20','<nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-07 20:24:20','2021-01-07 20:24:20','',42,'http://inspirewithangela.com/2021/01/07/42-revision-v1/',0,'revision','',0),(48,1,'2021-01-07 20:24:20','2021-01-07 20:24:20','<nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-07 20:24:20','2021-01-07 20:24:20','',42,'http://inspirewithangela.com/2021/01/07/42-revision-v1/',0,'revision','',0),(49,1,'2021-01-07 20:24:21','2021-01-07 20:24:21','<nav ><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/homepage/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-07 20:24:21','2021-01-07 20:24:21','',42,'http://inspirewithangela.com/2021/01/07/42-revision-v1/',0,'revision','',0),(51,1,'2021-01-07 20:27:35','2021-01-07 20:27:35','','inspire-with-angela-logo','','inherit','open','closed','','inspire-with-angela-logo','','','2021-01-07 20:27:35','2021-01-07 20:27:35','',42,'http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png',0,'attachment','image/png',0),(52,1,'2021-01-07 20:35:59','2021-01-07 20:35:59','<nav ><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/homepage/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-07 20:35:59','2021-01-07 20:35:59','',42,'http://inspirewithangela.com/2021/01/07/42-revision-v1/',0,'revision','',0),(53,1,'2021-01-07 20:36:00','2021-01-07 20:36:00','<nav ><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/homepage/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-07 20:36:00','2021-01-07 20:36:00','',42,'http://inspirewithangela.com/2021/01/07/42-revision-v1/',0,'revision','',0),(54,1,'2021-01-07 20:36:04','2021-01-07 20:36:04','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/homepage/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-07 20:36:04','2021-01-07 20:36:04','',42,'http://inspirewithangela.com/2021/01/07/42-revision-v1/',0,'revision','',0),(55,1,'2021-01-07 20:46:45','2021-01-07 20:46:45','','Let\'s Read','','publish','closed','closed','','lets-read','','','2021-01-07 20:46:47','2021-01-07 20:46:47','',0,'http://inspirewithangela.com/?page_id=55',0,'page','',0),(56,1,'2021-01-07 20:46:45','2021-01-07 20:46:45','','Let\'s Read','','inherit','closed','closed','','55-revision-v1','','','2021-01-07 20:46:45','2021-01-07 20:46:45','',55,'http://inspirewithangela.com/2021/01/07/55-revision-v1/',0,'revision','',0),(57,1,'2021-01-07 20:54:20','2021-01-07 20:54:20','','Events','','publish','closed','closed','','events','','','2021-01-07 20:54:23','2021-01-07 20:54:23','',0,'http://inspirewithangela.com/?page_id=57',0,'page','',0),(58,1,'2021-01-07 20:54:20','2021-01-07 20:54:20','','Events','','inherit','closed','closed','','57-revision-v1','','','2021-01-07 20:54:20','2021-01-07 20:54:20','',57,'http://inspirewithangela.com/2021/01/07/57-revision-v1/',0,'revision','',0),(59,1,'2021-01-07 20:55:30','2021-01-07 20:55:30','','Author Quotes','','publish','closed','closed','','author-quotes','','','2021-01-07 20:55:32','2021-01-07 20:55:32','',0,'http://inspirewithangela.com/?page_id=59',0,'page','',0),(60,1,'2021-01-07 20:55:30','2021-01-07 20:55:30','','Author Quotes','','inherit','closed','closed','','59-revision-v1','','','2021-01-07 20:55:30','2021-01-07 20:55:30','',59,'http://inspirewithangela.com/2021/01/07/59-revision-v1/',0,'revision','',0),(61,1,'2021-01-07 21:00:45','2021-01-07 21:00:45',' ','','','publish','closed','closed','','61','','','2021-01-19 18:38:20','2021-01-19 18:38:20','',0,'http://inspirewithangela.com/?p=61',5,'nav_menu_item','',0),(63,1,'2021-01-07 20:57:52','2021-01-07 20:57:52','<h2>Gallery</h2> \n <dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-426\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-426\'>\n Family smiles and support\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1923\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-scaled.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-537\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-scaled.jpg 1923w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-769x1024.jpg 769w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-768x1022.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-1154x1536.jpg 1154w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-1539x2048.jpg 1539w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-600x799.jpg 600w\" sizes=\"(max-width: 1923px) 100vw, 1923px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-537\'>\n Got my poetry book for her teen!\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-418\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-418\'>\n Little Rock Night Market\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-414\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-414\'>\n Meeting new faces\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-417\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-417\'>\n This super smart young gal and her G’ma\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1923\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-scaled.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-538\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-scaled.jpg 1923w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-769x1024.jpg 769w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-768x1022.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-1154x1536.jpg 1154w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-1539x2048.jpg 1539w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-600x799.jpg 600w\" sizes=\"(max-width: 1923px) 100vw, 1923px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-538\'>\n We make it look easy w/DJ Kairy\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-279\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-279\'>\n Enjoying our debut on SBL\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-427\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-427\'>\n Debra and Bonita two great Ladies\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-413\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-413\'>\n Hanging with my favorite people\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"480\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-424\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080-300x225.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080-600x450.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-424\'>\n Kings Guard in “Black Panther” Hasaan Rasheed \n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"720\" height=\"960\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-410\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643.jpg 720w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643-600x800.jpg 600w\" sizes=\"(max-width: 720px) 100vw, 720px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-410\'>\n All smiles at Women’s Conference\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1923\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-scaled.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-540\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-scaled.jpg 1923w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-769x1024.jpg 769w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-768x1022.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-1154x1536.jpg 1154w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-1539x2048.jpg 1539w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-600x799.jpg 600w\" sizes=\"(max-width: 1923px) 100vw, 1923px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-540\'>\n Memphis House of Mtenzi\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-412\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-412\'>\n Speaking at breakfast event\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"768\" height=\"1024\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3478-1-rotated.jpg\" alt=\"Memphis 2021\" loading=\"lazy\" aria-describedby=\"gallery-1-535\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3478-1-rotated.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3478-1-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3478-1-600x800.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-535\'>\n Lovely Lady supporting #Memphis901\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"528\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-423\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027.jpg 528w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027-248x300.jpg 248w\" sizes=\"(max-width: 528px) 100vw, 528px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-423\'>\n Love from Unc’\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-420\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-420\'>\n Lunch with the famous Marty\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"518\" height=\"960\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-409\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641.jpg 518w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641-162x300.jpg 162w\" sizes=\"(max-width: 518px) 100vw, 518px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-409\'>\n Sharing book at SJBChurch\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-415\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-300x300.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-150x150.jpg 150w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-600x600.jpg 600w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-100x100.jpg 100w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-415\'>\n With the lovely Tyra Eckwood\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1920\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-528\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476.jpg 1920w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476-768x1024.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476-1152x1536.jpg 1152w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476-1536x2048.jpg 1536w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476-600x800.jpg 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-528\'>\n The wonderful Oscar Robinson\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"427\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-421\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011-300x200.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011-600x400.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-421\'>\n Thank you Tiffany\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-429\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-429\'>\n Leo Preston and “The Artist Lounge”\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"428\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-422\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014.jpg 428w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014-201x300.jpg 201w\" sizes=\"(max-width: 428px) 100vw, 428px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-422\'>\n Book signing in Ft. Smith\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1923\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-scaled.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-536\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-scaled.jpg 1923w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-769x1024.jpg 769w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-768x1022.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-1154x1536.jpg 1154w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-1539x2048.jpg 1539w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-600x799.jpg 600w\" sizes=\"(max-width: 1923px) 100vw, 1923px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-536\'>\n Womens Conference 2021\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-430\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-430\'>\n Love sharing about Purpose!\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-416\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-416\'>\n Washington DC trip-sharing my book\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-428\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-428\'>\n The talented Robin Clayton surveying my book!\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1242\" height=\"1329\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-411\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500.jpg 1242w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-280x300.jpg 280w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-957x1024.jpg 957w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-768x822.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-600x642.jpg 600w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-411\'>\n Thank you HOMM (House of Mtenzi Museum)\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1923\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-scaled.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-533\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-scaled.jpg 1923w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-769x1024.jpg 769w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-768x1022.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-1154x1536.jpg 1154w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-1539x2048.jpg 1539w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-600x799.jpg 600w\" sizes=\"(max-width: 1923px) 100vw, 1923px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-533\'>\n Memphis @ HOMMuseum\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-419\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-rotated.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-419\'>\n Mom and daughter\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"429\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-276\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-276\'>\n Models sporting new Tshirt line 10-2020\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-425\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-425\'>\n Night Market in LR\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-277\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-277\'>\n My girls supporting Mom\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-278\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-278\'>\n Host of SBL Leah Patterson\n </dd></dl>\n <br style=\'clear: both\' />','Gallery','','publish','closed','closed','','gallery','','','2021-05-12 16:39:44','2021-05-12 16:39:44','',0,'http://inspirewithangela.com/?page_id=63',0,'page','',0),(64,1,'2021-01-07 20:57:52','2021-01-07 20:57:52','','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-07 20:57:52','2021-01-07 20:57:52','',63,'http://inspirewithangela.com/2021/01/07/63-revision-v1/',0,'revision','',0),(65,1,'2021-01-07 21:01:04','2021-01-07 21:01:04',' ','','','publish','closed','closed','','65','','','2021-01-19 18:38:20','2021-01-19 18:38:20','',0,'http://inspirewithangela.com/?p=65',6,'nav_menu_item','',0),(66,1,'2021-01-07 21:04:20','2021-01-07 21:04:20','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/homepage/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-07 21:04:20','2021-01-07 21:04:20','',42,'http://inspirewithangela.com/2021/01/07/42-revision-v1/',0,'revision','',0),(67,1,'2021-01-07 21:04:20','2021-01-07 21:04:20','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/homepage/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-07 21:04:20','2021-01-07 21:04:20','',42,'http://inspirewithangela.com/2021/01/07/42-revision-v1/',0,'revision','',0),(68,1,'2021-01-07 21:04:21','2021-01-07 21:04:21','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/homepage/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-07 21:04:21','2021-01-07 21:04:21','',42,'http://inspirewithangela.com/2021/01/07/42-revision-v1/',0,'revision','',0),(71,1,'2021-01-07 22:50:29','2021-01-07 22:50:29','Don’t get distracted by what you wish you had and miss out on your process of getting what you need.','No Distractions','','publish','closed','closed','','doing-things','','','2021-01-18 19:39:00','2021-01-18 19:39:00','',0,'http://inspirewithangela.com/?post_type=testimonial&p=71',0,'testimonial','',0),(72,1,'2021-01-07 23:12:45','2021-01-07 23:12:45','Keep your eyes on the vision and not on the void.','The Vision','','publish','closed','closed','','words-matter','','','2021-05-11 21:42:23','2021-05-11 21:42:23','',0,'http://inspirewithangela.com/?post_type=testimonial&p=72',0,'testimonial','',0),(73,1,'2021-01-07 23:14:42','2021-01-07 23:14:42','Sometimes, pain is an indicator that everything is going in the right direction. Keep walking!','Right Direction','','publish','closed','closed','','words-have-impact','','','2021-05-11 21:41:19','2021-05-11 21:41:19','',0,'http://inspirewithangela.com/?post_type=testimonial&p=73',0,'testimonial','',0),(74,1,'2021-01-07 23:18:51','2021-01-07 23:18:51','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-07 23:18:51','2021-01-07 23:18:51','',12,'http://inspirewithangela.com/2021/01/07/12-revision-v1/',0,'revision','',0),(75,1,'2021-01-07 23:18:52','2021-01-07 23:18:52','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-07 23:18:52','2021-01-07 23:18:52','',12,'http://inspirewithangela.com/2021/01/07/12-revision-v1/',0,'revision','',0),(76,1,'2021-01-07 23:18:52','2021-01-07 23:18:52','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-07 23:18:52','2021-01-07 23:18:52','',12,'http://inspirewithangela.com/2021/01/07/12-revision-v1/',0,'revision','',0),(79,1,'2021-01-08 14:30:34','2021-01-08 14:30:34','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:30:34','2021-01-08 14:30:34','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(80,1,'2021-01-08 14:30:34','2021-01-08 14:30:34','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:30:34','2021-01-08 14:30:34','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(81,1,'2021-01-08 14:30:35','2021-01-08 14:30:35','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:30:35','2021-01-08 14:30:35','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(83,1,'2021-01-08 14:55:27','2021-01-08 14:55:27','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:55:27','2021-01-08 14:55:27','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(84,1,'2021-01-08 14:55:27','2021-01-08 14:55:27','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:55:27','2021-01-08 14:55:27','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(85,1,'2021-01-08 14:55:28','2021-01-08 14:55:28','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:55:28','2021-01-08 14:55:28','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(86,1,'2021-01-08 14:56:33','2021-01-08 14:56:33','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:56:33','2021-01-08 14:56:33','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(87,1,'2021-01-08 14:56:33','2021-01-08 14:56:33','<h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:56:33','2021-01-08 14:56:33','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(88,1,'2021-01-08 14:56:34','2021-01-08 14:56:34','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:56:34','2021-01-08 14:56:34','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(89,1,'2021-01-08 14:57:23','2021-01-08 14:57:23','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:57:23','2021-01-08 14:57:23','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(90,1,'2021-01-08 14:57:23','2021-01-08 14:57:23','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:57:23','2021-01-08 14:57:23','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(91,1,'2021-01-08 14:57:24','2021-01-08 14:57:24','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:57:24','2021-01-08 14:57:24','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(92,1,'2021-01-08 14:58:01','2021-01-08 14:58:01','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:58:01','2021-01-08 14:58:01','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(93,1,'2021-01-08 14:58:01','2021-01-08 14:58:01','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:58:01','2021-01-08 14:58:01','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(94,1,'2021-01-08 14:58:02','2021-01-08 14:58:02','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 14:58:02','2021-01-08 14:58:02','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(95,1,'2021-01-08 15:00:21','2021-01-08 15:00:21','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 15:00:21','2021-01-08 15:00:21','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(96,1,'2021-01-08 15:00:21','2021-01-08 15:00:21','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 15:00:21','2021-01-08 15:00:21','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(97,1,'2021-01-08 15:00:21','2021-01-08 15:00:21','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 15:00:21','2021-01-08 15:00:21','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(98,1,'2021-01-08 15:00:42','2021-01-08 15:00:42','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/homepage/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 15:00:42','2021-01-08 15:00:42','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(99,1,'2021-01-08 15:00:42','2021-01-08 15:00:42','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/homepage/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 15:00:42','2021-01-08 15:00:42','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(100,1,'2021-01-08 15:00:43','2021-01-08 15:00:43','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 15:00:43','2021-01-08 15:00:43','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(102,1,'2021-01-08 15:38:57','2021-01-08 15:38:57','','contact-us-banner-inspire-with-angela','','inherit','open','closed','','contact-us-banner-inspire-with-angela','','','2021-01-08 15:38:57','2021-01-08 15:38:57','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/contact-us-banner-inspire-with-angela.jpg',0,'attachment','image/jpeg',0),(103,1,'2021-01-08 15:39:06','2021-01-08 15:39:06','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 15:39:06','2021-01-08 15:39:06','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(104,1,'2021-01-08 15:39:06','2021-01-08 15:39:06','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″]','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 15:39:06','2021-01-08 15:39:06','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(105,1,'2021-01-08 15:39:07','2021-01-08 15:39:07','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 15:39:07','2021-01-08 15:39:07','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(107,1,'2021-01-08 15:42:11','2021-01-08 15:42:11','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 15:42:11','2021-01-08 15:42:11','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(108,1,'2021-01-08 15:42:11','2021-01-08 15:42:11','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 15:42:11','2021-01-08 15:42:11','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(109,1,'2021-01-08 15:42:12','2021-01-08 15:42:12','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 15:42:12','2021-01-08 15:42:12','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(123,1,'2021-01-08 16:57:07','2021-01-08 16:57:07','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>\n Website built by <a style=\"color:white\" href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a>','Inspire With Angela Footer','','publish','closed','closed','','inspire-with-angela-footer','','','2021-01-26 14:36:01','2021-01-26 14:36:01','',0,'http://inspirewithangela.com/?post_type=elementor-hf&p=123',0,'elementor-hf','',0),(124,1,'2021-01-08 16:57:07','2021-01-08 16:57:07','','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 16:57:07','2021-01-08 16:57:07','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(126,1,'2021-01-08 17:07:49','2021-01-08 17:07:49','','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:07:49','2021-01-08 17:07:49','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(127,1,'2021-01-08 17:07:49','2021-01-08 17:07:49','','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:07:49','2021-01-08 17:07:49','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(128,1,'2021-01-08 17:07:50','2021-01-08 17:07:50','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:07:50','2021-01-08 17:07:50','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(129,1,'2021-01-08 17:07:59','2021-01-08 17:07:59','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:07:59','2021-01-08 17:07:59','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(130,1,'2021-01-08 17:07:59','2021-01-08 17:07:59','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:07:59','2021-01-08 17:07:59','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(131,1,'2021-01-08 17:08:00','2021-01-08 17:08:00','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:08:00','2021-01-08 17:08:00','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(132,1,'2021-01-08 17:08:22','2021-01-08 17:08:22','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 17:08:22','2021-01-08 17:08:22','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(133,1,'2021-01-08 17:08:22','2021-01-08 17:08:22','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 17:08:22','2021-01-08 17:08:22','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(134,1,'2021-01-08 17:08:22','2021-01-08 17:08:22','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-08 17:08:22','2021-01-08 17:08:22','',12,'http://inspirewithangela.com/2021/01/08/12-revision-v1/',0,'revision','',0),(136,1,'2021-01-08 17:11:19','2021-01-08 17:11:19','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 17:11:19','2021-01-08 17:11:19','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(137,1,'2021-01-08 17:11:19','2021-01-08 17:11:19','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 17:11:19','2021-01-08 17:11:19','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(138,1,'2021-01-08 17:11:19','2021-01-08 17:11:19','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 17:11:19','2021-01-08 17:11:19','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(139,1,'2021-01-08 17:11:48','2021-01-08 17:11:48','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:11:48','2021-01-08 17:11:48','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(140,1,'2021-01-08 17:11:48','2021-01-08 17:11:48','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:11:48','2021-01-08 17:11:48','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(141,1,'2021-01-08 17:11:48','2021-01-08 17:11:48','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:11:48','2021-01-08 17:11:48','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(142,1,'2021-01-08 17:12:04','2021-01-08 17:12:04','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:12:04','2021-01-08 17:12:04','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(143,1,'2021-01-08 17:12:04','2021-01-08 17:12:04','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:12:04','2021-01-08 17:12:04','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(144,1,'2021-01-08 17:12:04','2021-01-08 17:12:04','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:12:04','2021-01-08 17:12:04','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(145,1,'2021-01-08 17:12:31','2021-01-08 17:12:31','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:12:31','2021-01-08 17:12:31','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(146,1,'2021-01-08 17:12:31','2021-01-08 17:12:31','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a target=\"_blank\" rel=\"noopener noreferrer\">\n Twitter\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:12:31','2021-01-08 17:12:31','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(147,1,'2021-01-08 17:12:32','2021-01-08 17:12:32','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-08 17:12:32','2021-01-08 17:12:32','',123,'http://inspirewithangela.com/2021/01/08/123-revision-v1/',0,'revision','',0),(149,1,'2021-01-08 17:25:54','2021-01-08 17:25:54','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 17:25:54','2021-01-08 17:25:54','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(150,1,'2021-01-08 17:25:54','2021-01-08 17:25:54','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 17:25:54','2021-01-08 17:25:54','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(151,1,'2021-01-08 17:25:54','2021-01-08 17:25:54','<h6><a href=\"http://inspirewithangela.com/my-account/\">My Account</a></h6> \n <p>|</p> \n <h6><a href=\"http://inspirewithangela.com/my-account/orders/\">My orders</a></h6> \n <a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 17:25:54','2021-01-08 17:25:54','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(153,1,'2021-01-08 19:32:38','2021-01-08 19:32:38','<h6><a href=\"http://inspirewithangela.com/my-account/\">My Account</a></h6> \n <p>|</p> \n <h6><a href=\"http://inspirewithangela.com/my-account/orders/\">My orders</a></h6> \n <a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 19:32:38','2021-01-08 19:32:38','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(154,1,'2021-01-08 19:32:39','2021-01-08 19:32:39','<h6><a href=\"http://inspirewithangela.com/my-account/\">My Account</a></h6> \n <p>|</p> \n <h6><a href=\"http://inspirewithangela.com/my-account/orders/\">My orders</a></h6> \n <a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 19:32:39','2021-01-08 19:32:39','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(155,1,'2021-01-08 19:32:40','2021-01-08 19:32:40','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-08 19:32:40','2021-01-08 19:32:40','',42,'http://inspirewithangela.com/2021/01/08/42-revision-v1/',0,'revision','',0),(161,0,'2021-01-13 00:15:44','2021-01-13 00:15:44','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2021-01-13 00:15:44','2021-01-13 00:15:44','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/woocommerce-placeholder.png',0,'attachment','image/png',0),(162,1,'2021-01-18 19:03:50','2021-01-18 19:03:50','','Gallery','','inherit','open','closed','','gallery-2','','','2021-01-18 19:03:50','2021-01-18 19:03:50','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/Gallery.jpg',0,'attachment','image/jpeg',0),(163,1,'2021-01-18 19:03:53','2021-01-18 19:03:53','','T-shirt-Inspire-with-Angela','','inherit','open','closed','','t-shirt-inspire-with-angela','','','2021-01-18 19:03:53','2021-01-18 19:03:53','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/T-shirt-Inspire-with-Angela.jpg',0,'attachment','image/jpeg',0),(164,1,'2021-01-18 19:03:54','2021-01-18 19:03:54','','Contact-Inspire-with-Angela','','inherit','open','closed','','contact-inspire-with-angela-2','','','2021-01-18 19:03:54','2021-01-18 19:03:54','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/Contact-Inspire-with-Angela-1.jpg',0,'attachment','image/jpeg',0),(166,1,'2021-01-18 19:04:03','2021-01-18 19:04:03','','Events-Inspire-with-angela','','inherit','open','closed','','events-inspire-with-angela-3','','','2021-01-18 19:04:03','2021-01-18 19:04:03','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/Events-Inspire-with-angela-2.jpg',0,'attachment','image/jpeg',0),(167,1,'2021-01-18 19:08:30','2021-01-18 19:08:30','','Lets-Read-Inspire-with-Angela','','inherit','open','closed','','lets-read-inspire-with-angela-2','','','2021-01-18 19:08:30','2021-01-18 19:08:30','',12,'http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg',0,'attachment','image/jpeg',0),(168,1,'2021-01-18 19:27:09','2021-01-18 19:27:09','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:27:09','2021-01-18 19:27:09','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(169,1,'2021-01-18 19:27:09','2021-01-18 19:27:09','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3>About Me</h3> \n <img width=\"451\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me.jpeg 451w, http://inspirewithangela.com/wp-content/uploads/2021/01/About-Me-211x300.jpeg 211w\" sizes=\"(max-width: 451px) 100vw, 451px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Let\'s Read</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/lets-read-inspire-with-angela-scaled-p10w6r73zpy48n0vmf0y5drz0o9m8djk6ma57ppv7k.jpg\" title=\"let’s-read-inspire-with-angela\" alt=\"let\'s-read-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/t-shirts-inspire-with-angela-p10wnncd7l54zntds5rfmma64o3dm8mj9mcq5okmc2.jpeg\" title=\"t-shirts-inspire-with-angela\" alt=\"t-shirts-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Events</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/events-inspire-with-angela-1-p10x7b4us78rnzzb628e7gomnrypfxlbe6ngr2by68.jpg\" title=\"events-inspire-with-angela\" alt=\"events-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Gallery</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/gallery-inspire-with-angela-1-p10xicql34d231xroc3l06clxriyvwfrwulur3yf28.jpg\" title=\"gallery-inspire-with-angela\" alt=\"gallery-inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>Contact</h3> \n <img width=\"580\" height=\"821\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-723x1024.jpg 723w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-600x850.jpg 600w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-212x300.jpg 212w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-768x1087.jpg 768w, http://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela.jpg 1000w\" sizes=\"(max-width: 580px) 100vw, 580px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:27:09','2021-01-18 19:27:09','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(170,1,'2021-01-18 19:27:09','2021-01-18 19:27:09','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img width=\"400\" height=\"427\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg 400w, http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-281x300.jpg 281w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhcf5x0yjtdt2omg2vg5l4ik5xfvurnqm8.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:27:09','2021-01-18 19:27:09','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(172,1,'2021-01-18 19:34:55','2021-01-18 19:34:55','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img width=\"400\" height=\"427\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg 400w, http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-281x300.jpg 281w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhcf5x0yjtdt2omg2vg5l4ik5xfvurnqm8.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:34:55','2021-01-18 19:34:55','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(173,1,'2021-01-18 19:34:55','2021-01-18 19:34:55','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img width=\"400\" height=\"427\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg 400w, http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-281x300.jpg 281w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhcf5x0yjtdt2omg2vg5l4ik5xfvurnqm8.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:34:55','2021-01-18 19:34:55','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(174,1,'2021-01-18 19:34:55','2021-01-18 19:34:55','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img width=\"400\" height=\"427\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg 400w, http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-281x300.jpg 281w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhcf5x0yjtdt2omg2vg5l4ik5xfvurnqm8.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:34:55','2021-01-18 19:34:55','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(175,1,'2021-01-18 19:39:57','2021-01-18 19:39:57','You need to have visionaries around you; people that can look beyond where you are and see something when that “something” is not present.','Visionaries','','publish','closed','closed','','visionaries','','','2021-01-18 19:39:57','2021-01-18 19:39:57','',0,'http://inspirewithangela.com/?post_type=testimonial&p=175',0,'testimonial','',0),(176,1,'2021-01-18 19:41:10','2021-01-18 19:41:10','Don’t be afraid to look and learn from situations that are not in your favor.','No Fear','','publish','closed','closed','','no-fear','','','2021-01-18 19:41:10','2021-01-18 19:41:10','',0,'http://inspirewithangela.com/?post_type=testimonial&p=176',0,'testimonial','',0),(177,1,'2021-01-18 19:44:12','2021-01-18 19:44:12','Stop fighting BIG fights with Little people.','Don\'t Waste Time','','publish','closed','closed','','dont-waste-time','','','2021-01-18 19:44:12','2021-01-18 19:44:12','',0,'http://inspirewithangela.com/?post_type=testimonial&p=177',0,'testimonial','',0),(178,1,'2021-01-18 19:44:42','2021-01-18 19:44:42','Remember-Purpose is always present whether you can feel it or not.\r\n\r\nIt\'s apart of your journey. It was placed inside of you.','Purpose','','publish','closed','closed','','purpose','','','2021-05-11 21:39:22','2021-05-11 21:39:22','',0,'http://inspirewithangela.com/?post_type=testimonial&p=178',0,'testimonial','',0),(180,1,'2021-01-18 19:50:22','2021-01-18 19:50:22','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img width=\"400\" height=\"427\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg 400w, http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-281x300.jpg 281w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhcf5x0yjtdt2omg2vg5l4ik5xfvurnqm8.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:50:22','2021-01-18 19:50:22','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(181,1,'2021-01-18 19:50:22','2021-01-18 19:50:22','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img width=\"400\" height=\"427\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg 400w, http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-281x300.jpg 281w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhcf5x0yjtdt2omg2vg5l4ik5xfvurnqm8.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:50:22','2021-01-18 19:50:22','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(182,1,'2021-01-18 19:50:22','2021-01-18 19:50:22','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img width=\"400\" height=\"427\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg 400w, http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-281x300.jpg 281w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:50:22','2021-01-18 19:50:22','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(183,1,'2021-01-18 19:51:15','2021-01-18 19:51:15','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img width=\"400\" height=\"427\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg 400w, http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-281x300.jpg 281w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:51:15','2021-01-18 19:51:15','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(184,1,'2021-01-18 19:51:15','2021-01-18 19:51:15','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img width=\"400\" height=\"427\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1.jpg 400w, http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-281x300.jpg 281w\" sizes=\"(max-width: 400px) 100vw, 400px\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:51:15','2021-01-18 19:51:15','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(185,1,'2021-01-18 19:51:16','2021-01-18 19:51:16','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:51:16','2021-01-18 19:51:16','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(186,1,'2021-01-18 19:51:22','2021-01-18 19:51:22','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:51:22','2021-01-18 19:51:22','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(187,1,'2021-01-18 19:51:22','2021-01-18 19:51:22','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:51:22','2021-01-18 19:51:22','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(188,1,'2021-01-18 19:51:22','2021-01-18 19:51:22','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:51:22','2021-01-18 19:51:22','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(189,1,'2021-01-18 19:51:47','2021-01-18 19:51:47','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:51:47','2021-01-18 19:51:47','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(190,1,'2021-01-18 19:51:48','2021-01-18 19:51:48','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk2r0fb6yfnnlkt5bfclxmksuwmoz1i2u.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:51:48','2021-01-18 19:51:48','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(191,1,'2021-01-18 19:51:48','2021-01-18 19:51:48','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 19:51:48','2021-01-18 19:51:48','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(193,1,'2021-01-18 19:55:05','2021-01-18 19:55:05','','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:55:05','2021-01-18 19:55:05','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(194,1,'2021-01-18 19:55:05','2021-01-18 19:55:05','','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:55:05','2021-01-18 19:55:05','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(195,1,'2021-01-18 19:55:05','2021-01-18 19:55:05','<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.</p><p> </p><p>Love and blessings,</p><p>Angela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:55:05','2021-01-18 19:55:05','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(196,1,'2021-01-18 19:55:34','2021-01-18 19:55:34','<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.</p><p> </p><p>Love and blessings,</p><p>Angela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:55:34','2021-01-18 19:55:34','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(197,1,'2021-01-18 19:55:34','2021-01-18 19:55:34','<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.</p><p> </p><p>Love and blessings,</p><p>Angela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:55:34','2021-01-18 19:55:34','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(198,1,'2021-01-18 19:55:34','2021-01-18 19:55:34','<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.</p><p> </p><p>Love and blessings,</p><p>Angela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:55:34','2021-01-18 19:55:34','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(200,1,'2021-01-18 19:58:24','2021-01-18 19:58:24','<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.</p><p> </p><p>Love and blessings,</p><p>Angela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:58:24','2021-01-18 19:58:24','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(201,1,'2021-01-18 19:58:24','2021-01-18 19:58:24','<p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.</p><p> </p><p>Love and blessings,</p><p>Angela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:58:24','2021-01-18 19:58:24','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(202,1,'2021-01-18 19:58:25','2021-01-18 19:58:25','<figure><img width=\"427\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg 427w, http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /></figure><p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.\nLove and blessings,\nAngela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:58:25','2021-01-18 19:58:25','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(203,1,'2021-01-18 19:58:45','2021-01-18 19:58:45','<figure><img width=\"427\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg 427w, http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /></figure><p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.\nLove and blessings,\nAngela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:58:45','2021-01-18 19:58:45','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(204,1,'2021-01-18 19:58:45','2021-01-18 19:58:45','<figure><img width=\"427\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg 427w, http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /></figure><p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.\nLove and blessings,\nAngela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:58:45','2021-01-18 19:58:45','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(205,1,'2021-01-18 19:58:46','2021-01-18 19:58:46','<figure><img width=\"427\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg 427w, http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /></figure><p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.\nLove and blessings,\nAngela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 19:58:46','2021-01-18 19:58:46','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(207,1,'2021-01-18 20:03:02','2021-01-18 20:03:02','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 20:03:02','2021-01-18 20:03:02','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(208,1,'2021-01-18 20:03:02','2021-01-18 20:03:02','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-2″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 20:03:02','2021-01-18 20:03:02','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(209,1,'2021-01-18 20:03:03','2021-01-18 20:03:03','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-1″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 20:03:03','2021-01-18 20:03:03','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(210,1,'2021-01-18 20:03:21','2021-01-18 20:03:21','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-1″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 20:03:21','2021-01-18 20:03:21','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(211,1,'2021-01-18 20:03:22','2021-01-18 20:03:22','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-1″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 20:03:22','2021-01-18 20:03:22','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(212,1,'2021-01-18 20:03:22','2021-01-18 20:03:22','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-3″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 20:03:22','2021-01-18 20:03:22','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(213,1,'2021-01-18 20:08:51','2021-01-18 20:08:51','<figure><img width=\"427\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg 427w, http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\"></figure>\nAlways thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.\nLove and blessings,\nAngela','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 20:08:51','2021-01-18 20:08:51','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(215,1,'2021-01-18 20:10:02','2021-01-18 20:10:02','<figure><img class=\"alignleft\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" sizes=\"(max-width: 427px) 100vw, 427px\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg 427w, http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-200x300.jpeg 200w\" alt=\"\" width=\"427\" height=\"640\" /></figure>\nAlways thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in whatever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.\n\nLove and blessings,\n\nAngela','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 20:10:02','2021-01-18 20:10:02','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(217,1,'2021-01-18 20:14:16','2021-01-18 20:14:16','','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-18 20:14:16','2021-01-18 20:14:16','',18,'http://inspirewithangela.com/2021/01/18/18-revision-v1/',0,'revision','',0),(218,1,'2021-01-18 20:14:16','2021-01-18 20:14:16','','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-18 20:14:16','2021-01-18 20:14:16','',18,'http://inspirewithangela.com/2021/01/18/18-revision-v1/',0,'revision','',0),(219,1,'2021-01-18 20:14:16','2021-01-18 20:14:16','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-18 20:14:16','2021-01-18 20:14:16','',18,'http://inspirewithangela.com/2021/01/18/18-revision-v1/',0,'revision','',0),(220,1,'2021-01-18 20:17:28','2021-01-18 20:17:28','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-18 20:17:28','2021-01-18 20:17:28','',18,'http://inspirewithangela.com/2021/01/18/18-revision-v1/',0,'revision','',0),(221,1,'2021-01-18 20:17:28','2021-01-18 20:17:28','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-18 20:17:28','2021-01-18 20:17:28','',18,'http://inspirewithangela.com/2021/01/18/18-revision-v1/',0,'revision','',0),(222,1,'2021-01-18 20:17:28','2021-01-18 20:17:28','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-18 20:17:28','2021-01-18 20:17:28','',18,'http://inspirewithangela.com/2021/01/18/18-revision-v1/',0,'revision','',0),(223,1,'2021-01-18 20:19:15','2021-01-18 20:19:15','<figure><img class=\"alignleft\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" sizes=\"(max-width: 427px) 100vw, 427px\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg 427w, http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-200x300.jpeg 200w\" alt=\"\" width=\"427\" height=\"640\" data-wp-editing=\"1\" /></figure>\nAlways thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in whatever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.\n\nLove and blessings,\n\nAngela','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 20:19:15','2021-01-18 20:19:15','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(224,1,'2021-01-18 20:20:29','2021-01-18 20:20:29','<figure><img class=\"alignleft\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" sizes=\"(max-width: 427px) 100vw, 427px\" srcset=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg 427w, http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-200x300.jpeg 200w\" alt=\"\" width=\"427\" height=\"640\" /></figure>\nAlways thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in whatever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.\n\nLove and blessings,\n\nAngela','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 20:20:29','2021-01-18 20:20:29','',15,'http://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(226,1,'2021-01-18 20:25:39','2021-01-18 20:25:39','<!-- wp:group -->\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":30,\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large\"><img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" class=\"wp-image-30\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in whatever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Love and blessings,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Angela</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-18 20:25:39','2021-01-18 20:25:39','',15,'https://inspirewithangela.com/2021/01/18/15-revision-v1/',0,'revision','',0),(227,1,'2021-01-18 20:26:39','2021-01-18 20:26:39','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-3″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 20:26:39','2021-01-18 20:26:39','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(228,1,'2021-01-18 20:26:39','2021-01-18 20:26:39','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-3″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 20:26:39','2021-01-18 20:26:39','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(229,1,'2021-01-18 20:26:39','2021-01-18 20:26:39','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-3″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 20:26:39','2021-01-18 20:26:39','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(232,1,'2021-01-18 20:46:27','2021-01-18 20:46:27','Sometimes pain is an indicator that everything is going in the right direction.”','Pain','','publish','closed','closed','','pain','','','2021-01-18 20:46:27','2021-01-18 20:46:27','',0,'http://inspirewithangela.com/?post_type=text_slider&p=232',0,'text_slider','',0),(234,1,'2021-01-18 21:21:19','2021-01-18 21:21:19','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-3″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 21:21:19','2021-01-18 21:21:19','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(235,1,'2021-01-18 21:21:19','2021-01-18 21:21:19','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials design=”design-3″] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 21:21:19','2021-01-18 21:21:19','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(236,1,'2021-01-18 21:21:20','2021-01-18 21:21:20','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 21:21:20','2021-01-18 21:21:20','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(238,1,'2021-01-18 23:22:15','2021-01-18 23:22:15','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 23:22:15','2021-01-18 23:22:15','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(239,1,'2021-01-18 23:22:15','2021-01-18 23:22:15','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 23:22:15','2021-01-18 23:22:15','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(240,1,'2021-01-18 23:22:16','2021-01-18 23:22:16','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-18 23:22:16','2021-01-18 23:22:16','',12,'http://inspirewithangela.com/2021/01/18/12-revision-v1/',0,'revision','',0),(241,1,'2021-01-18 23:30:25','2021-01-18 23:30:25','<p class=\"font_8\"><span class=\"color_11\">Don\'t Color Me In Book Release</span></p>','Book Release','','publish','open','closed','','book-release','','','2021-01-18 23:32:35','2021-01-18 23:32:35','',0,'http://inspirewithangela.com/?post_type=tribe_events&p=241',0,'tribe_events','',0),(242,1,'2021-01-18 23:30:25','2021-01-18 23:30:25','','Book Release','','inherit','closed','closed','','241-revision-v1','','','2021-01-18 23:30:25','2021-01-18 23:30:25','',241,'http://inspirewithangela.com/2021/01/18/241-revision-v1/',0,'revision','',0),(243,1,'2021-01-18 23:30:25','2021-01-18 23:30:25','','Angela Flake','','publish','closed','closed','','angela-flake','','','2021-01-18 23:30:25','2021-01-18 23:30:25','',0,'http://inspirewithangela.com/organizer/angela-flake/',0,'tribe_organizer','',0),(244,1,'2021-01-18 23:32:35','2021-01-18 23:32:35','<p class=\"font_8\"><span class=\"color_11\">Don\'t Color Me In Book Release</span></p>','Book Release','','inherit','closed','closed','','241-revision-v1','','','2021-01-18 23:32:35','2021-01-18 23:32:35','',241,'http://inspirewithangela.com/2021/01/18/241-revision-v1/',0,'revision','',0),(245,1,'2021-01-18 23:40:48','2021-01-18 23:40:48','Ladies, how do we express our Inergy? It all starts by going within. Have you ever tried to get life to call your bluff with the \"Okay, if something doesn\'t change I am giving up.\" Somehow we wanted \"Life\" to fix things and make it better because it was just too hard. I have felt burnt out, worn out, tossed out, hung out, and...well you get it. Women of Purpose realize that what they see is not temporary. We realize that our vision and drive is not measured by what the circumstances look like. We have a deeper connection of knowing as we find assurance in that place. I have joy because I see past my frustrations. I have confidence because I understand the process and can grow in the meantime. I have faith because I know where I have come from and those moments fuel my hope. <u>IN•ergy is at your core Ladies. </u>\r\n<ol>\r\n <li>IN•ergy helps sustain you in the midst of your journey as you\'re headed towards your destination.</li>\r\n <li>IN•ergy will pour into you even before you ask because its goal is to connect with your purpose.</li>\r\n <li>IN•ergy won\'t disappoint you because it has always known your purpose even when you couldn\'t see it.</li>\r\n</ol>\r\n<em> Ladies wear this T-shirt with Excitement! </em>','IN•spiration T-shirt line: IN•ergy','<strong>Bella Canvas Black Heathered USA Strong 100% cotton</strong>\r\n\r\nMachine wash warm inside out with like colors\r\n\r\nStyle: Unisex','publish','closed','closed','','inspiration-t-shirt-line-inergy','','','2021-04-28 19:11:54','2021-04-28 19:11:54','',0,'http://inspirewithangela.com/?post_type=product&p=245',0,'product','',0),(246,1,'2021-01-18 23:47:45','2021-01-18 23:47:45','Ladies, how do we express our passion for being an Introvert? It all starts by going within. I love this design because for as long as I can remember you were taught that you were either an introvert or an extrovert. I was the introvert. Loner, shy, not real talkative, can sit in the back and be ok. I now realize so much and see things so differently. Many times as women our very thing we thought was a negative about us was actually a blessing to have. I understand how important it is to utilize what I have and see the beauty of my qualities. I have gained confidence, sharpened my instincts, and learned to be ok with learning about ME. It\'s not bliss all the time, and there are moments we feel like no one understands us as we move throughout life. You will feel alone. Let me encourage you that no matter what side of the road you feel comfortable being on, an IN•trovert is very special in that what you saw as a hindrance or somehow was not a very popular personality is just what is needed to unmask the <u>#WomanOfPurpose</u> that you are.\r\n\r\n<u>At the right moment when its time to flourish and show what has been hidden...the IN•trovert in you will arise and let her journey speak for itself!</u>\r\n\r\n<em>Wear this T-shirt design with Boldness Ladies!</em>','IN•spiration T-shirt line: IN•trovert','Bella Canvas Black Heathered USA Strong 100% cotton\r\n\r\nMachine wash warm inside out with like colors\r\n\r\nStyle: Unisex','publish','closed','closed','','inspiration-t-shirt-line-introvert','','','2021-04-28 20:19:57','2021-04-28 20:19:57','',0,'http://inspirewithangela.com/?post_type=product&p=246',0,'product','',0),(247,1,'2021-01-18 23:43:43','2021-01-18 23:43:43','','image5','','inherit','open','closed','','image5','','','2021-01-18 23:43:43','2021-01-18 23:43:43','',246,'http://inspirewithangela.com/wp-content/uploads/2021/01/image5.jpeg',0,'attachment','image/jpeg',0),(248,1,'2021-01-19 14:20:05','2021-01-19 14:20:05','Ladies, where do we get Inspiration? It all starts by going within. We have said it and heard it, \"Wow you look good to be your age,\" or \"You can\'t have that many children.\" If we are honest my seasoned women and my young ladies, many of us can agree that we don\'t look nothing like what we have been through. I am often reminded of this when I look back on my path and see how grace and favor showed up. When someone came and helped me get through. Inspiration won\'t let us throw in the towel. Inspiration from within calls us to pull on things that the world can temporarily shower us with. The road we have traveled thus far may not have always given us the reward we should have received, yet we hear an inner calling to <em>Press with Purpose.</em>\r\n<ol>\r\n <li>IN•spiration will always be waiting at the intersection.</li>\r\n <li>IN•spiration will always be present when doubt speaks.</li>\r\n <li>IN•spiration will give you exactly what you need.\r\n<strong><u>Wear this design with Joy!</u></strong></li>\r\n</ol>','IN•spiration T-shirt line: IN•spiration','<strong>Bella Canvas Black Heathered USA Strong 100% cotton</strong>\r\n\r\nMachine wash warm inside out with like colors\r\n\r\nStyle: Unisex','publish','closed','closed','','inspiration-t-shirt-line-inspiration','','','2021-04-28 20:13:00','2021-04-28 20:13:00','',0,'http://inspirewithangela.com/?post_type=product&p=248',0,'product','',0),(249,1,'2021-01-19 14:17:04','2021-01-19 14:17:04','','t-shirts-inspire-with-angela','','inherit','open','closed','','t-shirts-inspire-with-angela-2','','','2021-01-19 14:17:04','2021-01-19 14:17:04','',248,'http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1.jpeg',0,'attachment','image/jpeg',0),(250,1,'2021-01-19 14:18:19','2021-01-19 14:18:19','','image10','','inherit','open','closed','','image10','','','2021-01-19 14:18:19','2021-01-19 14:18:19','',248,'http://inspirewithangela.com/wp-content/uploads/2021/01/image10.jpeg',0,'attachment','image/jpeg',0),(251,1,'2021-01-19 14:23:01','2021-01-19 14:23:01','Ladies, how do we express our passion for being Instoppable? It all starts by going within. Many of us can share stories where we have faced roadblocks in life, business, parenting, health and so much more. <em>We often find that some roads we walk no one knows our story or our pain that we silently emerged from.</em> Yet, we have found resilience in each piece of our journey. Many of us have had to pick and choose our battles. We had to make difficult decisions and heal in the privacy of our own story. <strong><u>You are not alone Ladies!</u></strong> This t-shirt design is made for us all, as we know that being IN•stoppable is about keeping your eyes on where your going and not on what you don\'t have.\r\n\r\n<strong>Being IN•stoppable is about pulling on the resources we have within so we can display our faith outwardly for others to be inspired! </strong>','IN•spiration T-shirt line: IN•stoppable','Black Bella Canvas USA Strong 100% cotton\r\n\r\nMachine wash warm inside out with like colors\r\n\r\nDo you wear Bella Canvas? It\'s a Woman\'s shirt that is soft, classic, and lays close to the body.','publish','closed','closed','','inspiration-t-shirt-line-instoppable','','','2021-05-12 15:39:41','2021-05-12 15:39:41','',0,'http://inspirewithangela.com/?post_type=product&p=251',0,'product','',0),(252,1,'2021-01-19 14:29:29','2021-01-19 14:29:29','Ladies, how do we express our Intelligence? It all starts from within. Intelligence is not based on your job status or your College degree. Ladies, we know that our gifts and purpose comes from within. <u>We house our unique traits that assist us in our daily lives which in turn allows us to walk in the confidence of who we are.</u> So, let\'s not let our backgrounds shame us or inflat us. Let\'s embrace that on the inside of us lies some amazing things, amazing talents, and amazing creativity. This shirt design carries you beyond what the world tells you and it reinforces what you already know:\r\n\r\n<strong>INside of you brings forth your IN•telligence that opens up your vision for success!</strong>\r\n\r\n<strong>Wear this design with pride! </strong>','IN•spiration T-shirt line: IN•telligence','Black Bella Canvas USA Strong 100% cotton\r\n\r\nMachine wash warm inside out with like colors\r\n\r\nDo you wear Bella Canvas? It\'s a Woman\'s shirt that is soft, classic, and lays close to the body.','publish','closed','closed','','inspiration-t-shirt-line-intelligence','','','2021-04-28 20:10:26','2021-04-28 20:10:26','',0,'http://inspirewithangela.com/?post_type=product&p=252',0,'product','',0),(253,1,'2021-01-19 14:28:35','2021-01-19 14:28:35','','IN•spiration T-shirt line: IN•telligence - Small','T-Shirt Sizes: Small','publish','closed','closed','','inspiration-t-shirt-line-intelligence-small','','','2021-04-28 20:10:26','2021-04-28 20:10:26','',252,'http://inspirewithangela.com/?post_type=product_variation&p=253',1,'product_variation','',0),(254,1,'2021-01-19 14:28:35','2021-01-19 14:28:35','','IN•spiration T-shirt line: IN•telligence - Medium','T-Shirt Sizes: Medium','publish','closed','closed','','inspiration-t-shirt-line-intelligence-medium','','','2021-04-28 20:10:26','2021-04-28 20:10:26','',252,'http://inspirewithangela.com/?post_type=product_variation&p=254',2,'product_variation','',0),(255,1,'2021-01-19 14:28:35','2021-01-19 14:28:35','','IN•spiration T-shirt line: IN•telligence - Large','T-Shirt Sizes: Large','publish','closed','closed','','inspiration-t-shirt-line-intelligence-large','','','2021-04-28 20:10:26','2021-04-28 20:10:26','',252,'http://inspirewithangela.com/?post_type=product_variation&p=255',3,'product_variation','',0),(256,1,'2021-01-19 14:28:36','2021-01-19 14:28:36','','IN•spiration T-shirt line: IN•telligence - XLarge','T-Shirt Sizes: XLarge','publish','closed','closed','','inspiration-t-shirt-line-intelligence-xlarge','','','2021-04-28 20:10:26','2021-04-28 20:10:26','',252,'http://inspirewithangela.com/?post_type=product_variation&p=256',4,'product_variation','',0),(257,1,'2021-01-19 14:50:10','2021-01-19 14:50:10','Ladies, how do we express our passion for having fierce IN•vision? It all starts by going within. Trust me- I get it, the process is not always easy. If we\'re honest, it\'s in this space where we find ourselves doubting or getting stagnant because the pain of changing and bringing forth our purpose can be overwhelming at times. <u>Vision is not just what you see with your eyes.</u> It comes from going inward to get those things necessary to see beyond the hurt, pain, setbacks, & hurdles that make us lose focus. <em>Vision is knowing inside of you is a plan.</em> Vision is pulling on perseverance beyond the pain. Vision is being aware that your internal instincts are ready to assist at any moment.\r\n\r\nWhat is IN•vision? Its your internal blueprint for success!\r\n\r\nWear this shirt with \"Your Creative Glasses in Focus\"','IN•spiration T-shirt line: IN•vision','Black Bella Canvas USA Strong 100% cotton\r\n\r\nMachine wash warm inside out with like colors\r\n\r\nDo you wear Bella Canvas? It\'s a Woman\'s shirt that is soft, classic, and lays close to the body.','publish','closed','closed','','inspiration-t-shirt-line-invision','','','2021-04-28 20:05:36','2021-04-28 20:05:36','',0,'http://inspirewithangela.com/?post_type=product&p=257',0,'product','',0),(258,1,'2021-01-19 14:46:52','2021-01-19 14:46:52','','IN•spiration T-shirt line: IN•vision - Small','T-Shirt Sizes: Small','publish','closed','closed','','inspiration-t-shirt-line-invision-small','','','2021-04-28 20:05:36','2021-04-28 20:05:36','',257,'http://inspirewithangela.com/?post_type=product_variation&p=258',1,'product_variation','',0),(259,1,'2021-01-19 14:46:53','2021-01-19 14:46:53','','IN•spiration T-shirt line: IN•vision - Medium','T-Shirt Sizes: Medium','publish','closed','closed','','inspiration-t-shirt-line-invision-medium','','','2021-04-28 20:05:36','2021-04-28 20:05:36','',257,'http://inspirewithangela.com/?post_type=product_variation&p=259',2,'product_variation','',0),(260,1,'2021-01-19 14:46:53','2021-01-19 14:46:53','','IN•spiration T-shirt line: IN•vision - Large','T-Shirt Sizes: Large','publish','closed','closed','','inspiration-t-shirt-line-invision-large','','','2021-04-28 20:05:36','2021-04-28 20:05:36','',257,'http://inspirewithangela.com/?post_type=product_variation&p=260',3,'product_variation','',0),(261,1,'2021-01-19 14:46:53','2021-01-19 14:46:53','','IN•spiration T-shirt line: IN•vision - XLarge','T-Shirt Sizes: XLarge','publish','closed','closed','','inspiration-t-shirt-line-invision-xlarge','','','2021-04-28 20:05:36','2021-04-28 20:05:36','',257,'http://inspirewithangela.com/?post_type=product_variation&p=261',4,'product_variation','',0),(262,1,'2021-01-19 14:48:05','2021-01-19 14:48:05','','image13','','inherit','open','closed','','image13','','','2021-01-19 14:48:05','2021-01-19 14:48:05','',257,'http://inspirewithangela.com/wp-content/uploads/2021/01/image13.jpeg',0,'attachment','image/jpeg',0),(263,1,'2021-01-19 14:59:25','2021-01-19 14:59:25',' ','','','publish','closed','closed','','263','','','2021-01-19 18:38:20','2021-01-19 18:38:20','',0,'http://inspirewithangela.com/?p=263',4,'nav_menu_item','',0),(264,1,'2021-01-19 17:14:53','2021-01-19 17:14:53','Sometimes pain is an indicator that everything is going in the right direction','Pain','','publish','closed','closed','','pain','','','2021-01-19 17:14:53','2021-01-19 17:14:53','',0,'http://inspirewithangela.com/?post_type=gs_testimonial&p=264',0,'gs_testimonial','',0),(266,1,'2021-01-19 17:25:35','2021-01-19 17:25:35','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-19 17:25:35','2021-01-19 17:25:35','',12,'http://inspirewithangela.com/2021/01/19/12-revision-v1/',0,'revision','',0),(267,1,'2021-01-19 17:25:35','2021-01-19 17:25:35','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-19 17:25:35','2021-01-19 17:25:35','',12,'http://inspirewithangela.com/2021/01/19/12-revision-v1/',0,'revision','',0),(268,1,'2021-01-19 17:25:37','2021-01-19 17:25:37','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-19 17:25:37','2021-01-19 17:25:37','',12,'http://inspirewithangela.com/2021/01/19/12-revision-v1/',0,'revision','',0),(269,1,'2021-01-19 17:26:27','2021-01-19 17:26:27','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-19 17:26:27','2021-01-19 17:26:27','',12,'http://inspirewithangela.com/2021/01/19/12-revision-v1/',0,'revision','',0),(270,1,'2021-01-19 17:26:27','2021-01-19 17:26:27','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3>T-Shirts</h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-19 17:26:27','2021-01-19 17:26:27','',12,'http://inspirewithangela.com/2021/01/19/12-revision-v1/',0,'revision','',0),(271,1,'2021-01-19 17:26:28','2021-01-19 17:26:28','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-19 17:26:28','2021-01-19 17:26:28','',12,'http://inspirewithangela.com/2021/01/19/12-revision-v1/',0,'revision','',0),(272,1,'2021-01-19 17:26:54','2021-01-19 17:26:54','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-19 17:26:54','2021-01-19 17:26:54','',12,'http://inspirewithangela.com/2021/01/19/12-revision-v1/',0,'revision','',0),(273,1,'2021-01-19 17:26:54','2021-01-19 17:26:54','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/lets-read\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-19 17:26:54','2021-01-19 17:26:54','',12,'http://inspirewithangela.com/2021/01/19/12-revision-v1/',0,'revision','',0),(274,1,'2021-01-19 17:26:55','2021-01-19 17:26:55','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"http://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-19 17:26:55','2021-01-19 17:26:55','',12,'http://inspirewithangela.com/2021/01/19/12-revision-v1/',0,'revision','',0),(275,1,'2021-01-19 18:38:10','2021-01-19 18:38:10','','Let\'s Read','','publish','closed','closed','','books','','','2021-01-19 18:38:20','2021-01-19 18:38:20','',0,'http://inspirewithangela.com/?p=275',3,'nav_menu_item','',0),(276,1,'2021-01-19 20:35:12','2021-01-19 20:35:12','','IMG_2116','Models sporting new Tshirt line 10-2020','inherit','open','closed','','img_2116','','','2021-05-11 19:56:03','2021-05-11 19:56:03','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg',0,'attachment','image/jpeg',0),(277,1,'2021-01-19 20:35:15','2021-01-19 20:35:15','','IMG_2100','My girls supporting Mom','inherit','open','closed','','img_2100','','','2021-05-11 19:56:19','2021-05-11 19:56:19','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg',0,'attachment','image/jpeg',0),(278,1,'2021-01-19 20:35:17','2021-01-19 20:35:17','','IMG_2097','Host of SBL Leah Patterson','inherit','open','closed','','img_2097','','','2021-05-11 19:56:47','2021-05-11 19:56:47','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg',0,'attachment','image/jpeg',0),(279,1,'2021-01-19 20:35:19','2021-01-19 20:35:19','','IMG_2089','Enjoying our debut on SBL','inherit','open','closed','','img_2089','','','2021-05-11 19:56:58','2021-05-11 19:56:58','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089.jpg',0,'attachment','image/jpeg',0),(280,1,'2021-01-19 20:37:00','2021-01-19 20:37:00','','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-19 20:37:00','2021-01-19 20:37:00','',63,'http://inspirewithangela.com/2021/01/19/63-revision-v1/',0,'revision','',0),(281,1,'2021-01-19 20:37:01','2021-01-19 20:37:01','','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-19 20:37:01','2021-01-19 20:37:01','',63,'http://inspirewithangela.com/2021/01/19/63-revision-v1/',0,'revision','',0),(282,1,'2021-01-19 20:37:01','2021-01-19 20:37:01','<figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"429\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </figure>','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-19 20:37:01','2021-01-19 20:37:01','',63,'http://inspirewithangela.com/2021/01/19/63-revision-v1/',0,'revision','',0),(283,1,'2021-01-19 20:37:09','2021-01-19 20:37:09','<figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"429\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </figure>','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-19 20:37:09','2021-01-19 20:37:09','',63,'http://inspirewithangela.com/2021/01/19/63-revision-v1/',0,'revision','',0),(284,1,'2021-01-19 20:37:09','2021-01-19 20:37:09','<figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"429\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </figure>','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-19 20:37:09','2021-01-19 20:37:09','',63,'http://inspirewithangela.com/2021/01/19/63-revision-v1/',0,'revision','',0),(285,1,'2021-01-19 20:37:10','2021-01-19 20:37:10','<figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"429\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure>','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-19 20:37:10','2021-01-19 20:37:10','',63,'http://inspirewithangela.com/2021/01/19/63-revision-v1/',0,'revision','',0),(286,1,'2021-01-19 20:55:49','2021-01-19 20:55:49','<div class=\"fggS- cell\">\r\n<h3 class=\"_2qrJF _2yxAN\" data-hook=\"product-title\">Don\'t Color Me In- Letting Poetry speak to the Hearts and Minds of our AA teens.</h3>\r\n</div>\r\n<div class=\"H1AvN fggS- cell\"><section class=\"_2RbVQ\" data-hook=\"description-wrapper\">\r\n<div class=\"_3nbVj\">\r\n<div class=\"_3cRjW\" data-hook=\"content-wrapper\">\r\n\r\n \r\n\r\nPoetry is one of the greatest forms of art by our African American people. I have always loved reading black authored poems and creating them as well. They allow me to visit places in my mind and soul, that remind me so many times of my yearning to stay connected to my own history. Poems can be fun, sad, challenging, a call to action, and so much more. I want this book to open up the critical thinker in your teen. I want to challenge how they see words and how they see themselves. I hope this small yet powerful read will ignite your teen to stay hungry for knowledge and start their own journey of getting to know who they are. Each poem connects with the teen for engagement as they are asked two questions about relatable topics. This Poetry book is not about learning to love poetry or even getting a teen to recite poems. But it is about:\r\n<ul>\r\n <li>challenging them to be creative</li>\r\n <li>a call to action on being themselves and not what the world tells them to be</li>\r\n <li>to have an awareness of embracing who they are</li>\r\n</ul>\r\nEach poem is very unique and it requires one special addition...YOU!\r\n\r\nThis book fits ages 11-14 yrs. old\r\n\r\n</div>\r\n</div>\r\n</section></div>','Don\'t Color Me In','','publish','closed','closed','','dont-color-me-in','','','2021-04-29 17:18:54','2021-04-29 17:18:54','',0,'http://inspirewithangela.com/?post_type=product&p=286',0,'product','',0),(287,1,'2021-01-19 20:44:04','2021-01-19 20:44:04','','dontcolorin-1','','inherit','open','closed','','dontcolorin-1','','','2021-01-19 20:44:04','2021-01-19 20:44:04','',286,'http://inspirewithangela.com/wp-content/uploads/2021/01/dontcolorin-1.png',0,'attachment','image/png',0),(288,1,'2021-01-19 20:55:17','2021-01-19 20:55:17','','Don\'t Color Me In','','inherit','open','closed','','dont-color-me-in-2','','','2021-01-19 21:46:33','2021-01-19 21:46:33','',286,'http://inspirewithangela.com/wp-content/uploads/2021/01/Dont-Color-Me-In.png',0,'attachment','image/png',0),(289,1,'2021-01-19 21:03:11','2021-01-19 21:03:11','This simple, yet powerful read takes us one day at a time through a 30 day Journey- together- that I know will lift your souls and remind you of the strength and courage you possess. I have always loved to use words in my own unique way and this reading will do just that. Your inner strength mixed with some of my humor and we have a recipe for these next 30 days that will create something wonderful. We can get caught off guard by a word, a thought, a misunderstood text, even strangers. Discouragement touches so silently and swiftly that we rub it off as \"just life.\" My desire is that these 30 days will inspire you to see just how important your view is and why discouragement may come, but it doesn\'t have to stay!\r\n\r\n \r\n\r\nYou Matter,\r\n\r\nAngela','Defeating The Dime: A 30 Day Journey','','publish','closed','closed','','defeating-the-dime-a-30-day-journey','','','2021-01-24 20:06:09','2021-01-24 20:06:09','',0,'http://inspirewithangela.com/?post_type=product&p=289',0,'product','',0),(290,1,'2021-01-19 21:02:59','2021-01-19 21:02:59','','Defeating The Dime','','inherit','open','closed','','defeating-the-dime','','','2021-01-19 21:02:59','2021-01-19 21:02:59','',289,'http://inspirewithangela.com/wp-content/uploads/2021/01/Defeating-The-Dime.png',0,'attachment','image/png',0),(291,1,'2021-01-19 21:07:33','2021-01-19 21:07:33','<strong>Each chapter starts with a unique word that we open up together to help us find meaning, laugher, purpose, and a fire to never give up!</strong>\r\n\r\nWords Matter has a desire to motivate and encourage Women and young Ladies of all backgrounds. We have one word in common that drives us: Purpose. Your walk has many roads that you may find yourselves on but that doesn\'t change your Purpose. <u>Words Matter </u>will challenge you to go within and visit your faith. It will give you permission to sit still and be ok in your season. It will motivate you to stand at the door of destiny with confidence, and celebrate each step, knowing that your inspiration comes from within.','Words Matter','','publish','closed','closed','','words-matter','','','2021-01-19 21:07:34','2021-01-19 21:07:34','',0,'http://inspirewithangela.com/?post_type=product&p=291',0,'product','',0),(292,1,'2021-01-19 21:07:14','2021-01-19 21:07:14','','His Words Matter','','inherit','open','closed','','his-words-matter','','','2021-01-19 21:07:14','2021-01-19 21:07:14','',291,'http://inspirewithangela.com/wp-content/uploads/2021/01/His-Words-Matter.png',0,'attachment','image/png',0),(293,1,'2021-01-19 21:11:33','2021-01-19 21:11:33','http://inspirewithangela.com/wp-content/uploads/2021/01/cropped-inspire-with-angela-logo.png','cropped-inspire-with-angela-logo.png','','inherit','open','closed','','cropped-inspire-with-angela-logo-png','','','2021-01-19 21:11:33','2021-01-19 21:11:33','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/cropped-inspire-with-angela-logo.png',0,'attachment','image/png',0),(295,1,'2021-01-19 21:14:53','2021-01-19 21:14:53','','image12','','inherit','open','closed','','image12','','','2021-01-19 21:14:53','2021-01-19 21:14:53','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/image12.jpeg',0,'attachment','image/jpeg',0),(296,1,'2021-01-19 21:15:16','2021-01-19 21:15:16','','image5','','inherit','open','closed','','image5-2','','','2021-01-19 21:15:16','2021-01-19 21:15:16','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/image5-1.jpeg',0,'attachment','image/jpeg',0),(297,1,'2021-01-19 21:15:31','2021-01-19 21:15:31','','image13','','inherit','open','closed','','image13-2','','','2021-01-19 21:15:31','2021-01-19 21:15:31','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/image13-1.jpeg',0,'attachment','image/jpeg',0),(298,1,'2021-01-19 21:15:35','2021-01-19 21:15:35','','image10','','inherit','open','closed','','image10-2','','','2021-01-19 21:46:33','2021-01-19 21:46:33','',251,'http://inspirewithangela.com/wp-content/uploads/2021/01/image10-1.jpeg',0,'attachment','image/jpeg',0),(299,1,'2021-01-19 21:15:38','2021-01-19 21:15:38','','image1','','inherit','open','closed','','image1','','','2021-01-19 21:15:38','2021-01-19 21:15:38','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/image1.jpeg',0,'attachment','image/jpeg',0),(300,1,'2021-01-19 21:15:41','2021-01-19 21:15:41','','image3','','inherit','open','closed','','image3','','','2021-01-19 21:15:41','2021-01-19 21:15:41','',0,'http://inspirewithangela.com/wp-content/uploads/2021/01/image3.jpeg',0,'attachment','image/jpeg',0),(301,1,'2021-01-19 21:49:07','2021-01-19 21:49:07','','IN•spiration T-shirt line: IN•ergy - Small','T-Shirt Sizes: Small','publish','closed','closed','','inspiration-t-shirt-line-inergy-small','','','2021-04-28 19:11:54','2021-04-28 19:11:54','',245,'http://inspirewithangela.com/?post_type=product_variation&p=301',1,'product_variation','',0),(302,1,'2021-01-19 21:49:07','2021-01-19 21:49:07','','IN•spiration T-shirt line: IN•ergy - Medium','T-Shirt Sizes: Medium','publish','closed','closed','','inspiration-t-shirt-line-inergy-medium','','','2021-04-28 19:11:54','2021-04-28 19:11:54','',245,'http://inspirewithangela.com/?post_type=product_variation&p=302',2,'product_variation','',0),(303,1,'2021-01-19 21:49:07','2021-01-19 21:49:07','','IN•spiration T-shirt line: IN•ergy - Large','T-Shirt Sizes: Large','publish','closed','closed','','inspiration-t-shirt-line-inergy-large','','','2021-04-28 19:11:54','2021-04-28 19:11:54','',245,'http://inspirewithangela.com/?post_type=product_variation&p=303',3,'product_variation','',0),(304,1,'2021-01-19 21:49:07','2021-01-19 21:49:07','','IN•spiration T-shirt line: IN•ergy - XLarge','T-Shirt Sizes: XLarge','publish','closed','closed','','inspiration-t-shirt-line-inergy-xlarge','','','2021-04-28 19:11:54','2021-04-28 19:11:54','',245,'http://inspirewithangela.com/?post_type=product_variation&p=304',4,'product_variation','',0),(305,1,'2021-01-19 21:51:49','2021-01-19 21:51:49','','IN•spiration T-shirt line: IN•trovert - Small','T-Shirt Size: Small','publish','closed','closed','','inspiration-t-shirt-line-introvert-small','','','2021-04-28 20:19:57','2021-04-28 20:19:57','',246,'http://inspirewithangela.com/?post_type=product_variation&p=305',1,'product_variation','',0),(306,1,'2021-01-19 21:51:49','2021-01-19 21:51:49','','IN•spiration T-shirt line: IN•trovert - Medium','T-Shirt Size: Medium','publish','closed','closed','','inspiration-t-shirt-line-introvert-medium','','','2021-04-28 20:19:57','2021-04-28 20:19:57','',246,'http://inspirewithangela.com/?post_type=product_variation&p=306',2,'product_variation','',0),(307,1,'2021-01-19 21:51:49','2021-01-19 21:51:49','','IN•spiration T-shirt line: IN•trovert - Large','T-Shirt Size: Large','publish','closed','closed','','inspiration-t-shirt-line-introvert-large','','','2021-04-28 20:19:57','2021-04-28 20:19:57','',246,'http://inspirewithangela.com/?post_type=product_variation&p=307',3,'product_variation','',0),(308,1,'2021-01-19 21:51:49','2021-01-19 21:51:49','','IN•spiration T-shirt line: IN•trovert - XLarge','T-Shirt Size: XLarge','publish','closed','closed','','inspiration-t-shirt-line-introvert-xlarge','','','2021-04-28 20:19:57','2021-04-28 20:19:57','',246,'http://inspirewithangela.com/?post_type=product_variation&p=308',4,'product_variation','',0),(309,1,'2021-01-19 21:53:32','2021-01-19 21:53:32','','IN•spiration T-shirt line: IN•spiration - Small','T-Shirt Sizes: Small','publish','closed','closed','','inspiration-t-shirt-line-inspiration-small','','','2021-04-28 20:13:00','2021-04-28 20:13:00','',248,'http://inspirewithangela.com/?post_type=product_variation&p=309',1,'product_variation','',0),(310,1,'2021-01-19 21:53:32','2021-01-19 21:53:32','','IN•spiration T-shirt line: IN•spiration - Medium','T-Shirt Sizes: Medium','publish','closed','closed','','inspiration-t-shirt-line-inspiration-medium','','','2021-04-28 20:13:00','2021-04-28 20:13:00','',248,'http://inspirewithangela.com/?post_type=product_variation&p=310',2,'product_variation','',0),(311,1,'2021-01-19 21:53:32','2021-01-19 21:53:32','','IN•spiration T-shirt line: IN•spiration - Large','T-Shirt Sizes: Large','publish','closed','closed','','inspiration-t-shirt-line-inspiration-large','','','2021-04-28 20:13:00','2021-04-28 20:13:00','',248,'http://inspirewithangela.com/?post_type=product_variation&p=311',3,'product_variation','',0),(312,1,'2021-01-19 21:53:33','2021-01-19 21:53:33','','IN•spiration T-shirt line: IN•spiration - XLarge','T-Shirt Sizes: XLarge','publish','closed','closed','','inspiration-t-shirt-line-inspiration-xlarge','','','2021-04-28 20:13:00','2021-04-28 20:13:00','',248,'http://inspirewithangela.com/?post_type=product_variation&p=312',4,'product_variation','',0),(313,1,'2021-01-19 21:54:56','2021-01-19 21:54:56','','IN•spiration T-shirt line: IN•stoppable - Small','T-Shirt Sizes: Small','publish','closed','closed','','inspiration-t-shirt-line-instoppable-small','','','2021-04-28 20:26:43','2021-04-28 20:26:43','',251,'http://inspirewithangela.com/?post_type=product_variation&p=313',1,'product_variation','',0),(314,1,'2021-01-19 21:54:56','2021-01-19 21:54:56','','IN•spiration T-shirt line: IN•stoppable - Medium','T-Shirt Sizes: Medium','publish','closed','closed','','inspiration-t-shirt-line-instoppable-medium','','','2021-04-28 20:26:43','2021-04-28 20:26:43','',251,'http://inspirewithangela.com/?post_type=product_variation&p=314',2,'product_variation','',0),(315,1,'2021-01-19 21:54:56','2021-01-19 21:54:56','','IN•spiration T-shirt line: IN•stoppable - Large','T-Shirt Sizes: Large','publish','closed','closed','','inspiration-t-shirt-line-instoppable-large','','','2021-04-28 20:26:43','2021-04-28 20:26:43','',251,'http://inspirewithangela.com/?post_type=product_variation&p=315',3,'product_variation','',0),(316,1,'2021-01-19 21:54:56','2021-01-19 21:54:56','','IN•spiration T-shirt line: IN•stoppable - XLarge','T-Shirt Sizes: XLarge','publish','closed','closed','','inspiration-t-shirt-line-instoppable-xlarge','','','2021-04-28 20:26:43','2021-04-28 20:26:43','',251,'http://inspirewithangela.com/?post_type=product_variation&p=316',4,'product_variation','',0),(317,1,'2021-01-20 03:00:42','2021-01-20 03:00:42','','Order – January 20, 2021 @ 03:00 AM','','wc-cancelled','open','closed','wc_order_BsbAKz9nChXPK','order-jan-20-2021-0300-am','','','2021-01-20 03:01:07','2021-01-20 03:01:07','',0,'http://inspirewithangela.com/?post_type=shop_order&p=317',0,'shop_order','',1),(320,1,'2021-01-20 14:27:02','2021-01-20 14:27:02','','twentynineteen','','publish','closed','closed','','twentynineteen','','','2021-01-20 14:33:45','2021-01-20 14:33:45','',0,'https://inspirewithangela.com/2021/01/20/twentynineteen/',0,'custom_css','',0),(321,1,'2021-01-20 14:27:02','2021-01-20 14:27:02','h2.elementor-heading-title::before {\n\ncontent: \'\';\n\n}','twentynineteen','','inherit','closed','closed','','320-revision-v1','','','2021-01-20 14:27:02','2021-01-20 14:27:02','',320,'https://inspirewithangela.com/2021/01/20/320-revision-v1/',0,'revision','',0),(323,1,'2021-01-20 14:28:10','2021-01-20 14:28:10','h2:before {\n background:none;\n}','twentynineteen','','inherit','closed','closed','','320-revision-v1','','','2021-01-20 14:28:10','2021-01-20 14:28:10','',320,'https://inspirewithangela.com/2021/01/20/320-revision-v1/',0,'revision','',0),(325,1,'2021-01-20 14:31:10','2021-01-20 14:31:10','h2:before {\n background:none;\n content:\'\';\n}','twentynineteen','','inherit','closed','closed','','320-revision-v1','','','2021-01-20 14:31:10','2021-01-20 14:31:10','',320,'https://inspirewithangela.com/2021/01/20/320-revision-v1/',0,'revision','',0),(327,1,'2021-01-20 14:32:07','2021-01-20 14:32:07','h2:before {\n background:none;\n content:\'\';\n display:none;\n}','twentynineteen','','inherit','closed','closed','','320-revision-v1','','','2021-01-20 14:32:07','2021-01-20 14:32:07','',320,'https://inspirewithangela.com/2021/01/20/320-revision-v1/',0,'revision','',0),(329,1,'2021-01-20 14:32:59','2021-01-20 14:32:59','h2:before {\n display:none;\n}','twentynineteen','','inherit','closed','closed','','320-revision-v1','','','2021-01-20 14:32:59','2021-01-20 14:32:59','',320,'https://inspirewithangela.com/2021/01/20/320-revision-v1/',0,'revision','',0),(331,1,'2021-01-20 14:33:45','2021-01-20 14:33:45','','twentynineteen','','inherit','closed','closed','','320-revision-v1','','','2021-01-20 14:33:45','2021-01-20 14:33:45','',320,'https://inspirewithangela.com/2021/01/20/320-revision-v1/',0,'revision','',0),(336,1,'2021-01-21 20:19:47','2021-01-21 20:19:47','<!-- wp:group -->\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":30,\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large\"><img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" class=\"wp-image-30\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in whatever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Love and blessings,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Angela</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-21 20:19:47','2021-01-21 20:19:47','',15,'https://inspirewithangela.com/2021/01/21/15-revision-v1/',0,'revision','',0),(337,1,'2021-01-21 20:20:54','2021-01-21 20:20:54','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-21 20:20:54','2021-01-21 20:20:54','',18,'https://inspirewithangela.com/2021/01/21/18-revision-v1/',0,'revision','',0),(338,1,'2021-01-21 20:20:55','2021-01-21 20:20:55','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-21 20:20:55','2021-01-21 20:20:55','',18,'https://inspirewithangela.com/2021/01/21/18-revision-v1/',0,'revision','',0),(339,1,'2021-01-21 20:20:55','2021-01-21 20:20:55','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-21 20:20:55','2021-01-21 20:20:55','',18,'https://inspirewithangela.com/2021/01/21/18-revision-v1/',0,'revision','',0),(340,1,'2021-01-21 20:21:40','2021-01-21 20:21:40','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-21 20:21:40','2021-01-21 20:21:40','',18,'https://inspirewithangela.com/2021/01/21/18-revision-v1/',0,'revision','',0),(341,1,'2021-01-21 20:21:41','2021-01-21 20:21:41','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-21 20:21:41','2021-01-21 20:21:41','',18,'https://inspirewithangela.com/2021/01/21/18-revision-v1/',0,'revision','',0),(342,1,'2021-01-21 20:21:41','2021-01-21 20:21:41','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-21 20:21:41','2021-01-21 20:21:41','',18,'https://inspirewithangela.com/2021/01/21/18-revision-v1/',0,'revision','',0),(344,1,'2021-01-21 20:25:56','2021-01-21 20:25:56','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-21 20:25:56','2021-01-21 20:25:56','',18,'https://inspirewithangela.com/2021/01/21/18-revision-v1/',0,'revision','',0),(345,1,'2021-01-21 20:25:57','2021-01-21 20:25:57','<noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-21 20:25:57','2021-01-21 20:25:57','',18,'https://inspirewithangela.com/2021/01/21/18-revision-v1/',0,'revision','',0),(346,1,'2021-01-21 20:25:57','2021-01-21 20:25:57','<h2>Contact</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-21 20:25:57','2021-01-21 20:25:57','',18,'https://inspirewithangela.com/2021/01/21/18-revision-v1/',0,'revision','',0),(347,1,'2021-01-21 20:27:26','2021-01-21 20:27:26','<!-- wp:group -->\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":30,\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large\"><img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" class=\"wp-image-30\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in whatever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Love and blessings,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Angela</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-21 20:27:26','2021-01-21 20:27:26','',15,'https://inspirewithangela.com/2021/01/21/15-revision-v1/',0,'revision','',0),(348,1,'2021-01-21 20:27:26','2021-01-21 20:27:26','<!-- wp:group -->\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":30,\"sizeSlug\":\"large\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large\"><img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" class=\"wp-image-30\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in whatever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Love and blessings,</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Angela</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:group -->','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-21 20:27:26','2021-01-21 20:27:26','',15,'https://inspirewithangela.com/2021/01/21/15-revision-v1/',0,'revision','',0),(349,1,'2021-01-21 20:27:26','2021-01-21 20:27:26','<h2>About</h2> \n <figure><img width=\"427\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg 427w, https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /></figure><p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.\nLove and blessings,\nAngela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-21 20:27:26','2021-01-21 20:27:26','',15,'https://inspirewithangela.com/2021/01/21/15-revision-v1/',0,'revision','',0),(351,1,'2021-01-21 20:40:52','2021-01-21 20:40:52','<h2>About</h2> \n <figure><img width=\"427\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg 427w, https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /></figure><p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.\nLove and blessings,\nAngela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-21 20:40:52','2021-01-21 20:40:52','',15,'https://inspirewithangela.com/2021/01/21/15-revision-v1/',0,'revision','',0),(352,1,'2021-01-21 20:40:52','2021-01-21 20:40:52','<h2>About</h2> \n <figure><img width=\"427\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela.jpeg 427w, https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /></figure><p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together.\nLove and blessings,\nAngela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-21 20:40:52','2021-01-21 20:40:52','',15,'https://inspirewithangela.com/2021/01/21/15-revision-v1/',0,'revision','',0),(353,1,'2021-01-21 20:40:52','2021-01-21 20:40:52','<h2>About</h2> \n <img width=\"427\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1.jpeg 427w, https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /> \n <p style=\"text-align: center;\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together. </p>\n<p style=\"text-align: center;\">Love and blessings, </p>\n<p style=\"text-align: center;\">Angela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-21 20:40:52','2021-01-21 20:40:52','',15,'https://inspirewithangela.com/2021/01/21/15-revision-v1/',0,'revision','',0),(355,1,'2021-01-21 20:44:24','2021-01-21 20:44:24','<figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"429\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure>','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-21 20:44:24','2021-01-21 20:44:24','',63,'https://inspirewithangela.com/2021/01/21/63-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (356,1,'2021-01-21 20:44:24','2021-01-21 20:44:24','<figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"429\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure>','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-21 20:44:24','2021-01-21 20:44:24','',63,'https://inspirewithangela.com/2021/01/21/63-revision-v1/',0,'revision','',0),(357,1,'2021-01-21 20:44:25','2021-01-21 20:44:25','<h2>Gallery</h2> \n <figure class=\'gallery-item\'>\n <img width=\"429\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure>','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-21 20:44:25','2021-01-21 20:44:25','',63,'https://inspirewithangela.com/2021/01/21/63-revision-v1/',0,'revision','',0),(358,1,'2021-01-21 20:54:09','2021-01-21 20:54:09','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 20:54:09','2021-01-21 20:54:09','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(359,1,'2021-01-21 20:54:10','2021-01-21 20:54:10','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"http://inspirewithangela.com\">\n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <a href=\"http://inspirewithangela.com\">\n <h2>\n Inspire With Angela \n </h2>\n </a> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"http://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"http://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-62\"><a href=\"http://inspirewithangela.com/lets-read/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-61\"><a href=\"http://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"http://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"http://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n<li id=\"menu-item-43\"><a href=\"http://inspirewithangela.com/my-account/\" class = \"hfe-menu-item\">My account</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 20:54:10','2021-01-21 20:54:10','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(360,1,'2021-01-21 20:54:10','2021-01-21 20:54:10','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2>Inspire With Angela</h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 20:54:10','2021-01-21 20:54:10','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(361,1,'2021-01-21 20:55:30','2021-01-21 20:55:30','<!-- wp:shortcode -->\n[woocommerce_cart]\n<!-- /wp:shortcode -->','Cart','','inherit','closed','closed','','9-revision-v1','','','2021-01-21 20:55:30','2021-01-21 20:55:30','',9,'https://inspirewithangela.com/2021/01/21/9-revision-v1/',0,'revision','',0),(362,1,'2021-01-21 20:56:09','2021-01-21 20:56:09','<!-- wp:shortcode -->\n[woocommerce_checkout]\n<!-- /wp:shortcode -->','Checkout','','inherit','closed','closed','','10-revision-v1','','','2021-01-21 20:56:09','2021-01-21 20:56:09','',10,'https://inspirewithangela.com/2021/01/21/10-revision-v1/',0,'revision','',0),(363,1,'2021-01-21 20:59:26','2021-01-21 20:59:26','<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode -->','My account','','inherit','closed','closed','','11-revision-v1','','','2021-01-21 20:59:26','2021-01-21 20:59:26','',11,'https://inspirewithangela.com/2021/01/21/11-revision-v1/',0,'revision','',0),(364,1,'2021-01-21 21:03:35','2021-01-21 21:03:35','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"http://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-21 21:03:35','2021-01-21 21:03:35','',12,'https://inspirewithangela.com/2021/01/21/12-revision-v1/',0,'revision','',0),(365,1,'2021-01-21 21:03:35','2021-01-21 21:03:35','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"http://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"http://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener noreferrer\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener noreferrer\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener noreferrer\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-21 21:03:35','2021-01-21 21:03:35','',12,'https://inspirewithangela.com/2021/01/21/12-revision-v1/',0,'revision','',0),(366,1,'2021-01-21 21:03:35','2021-01-21 21:03:35','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"http://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-21 21:03:35','2021-01-21 21:03:35','',12,'https://inspirewithangela.com/2021/01/21/12-revision-v1/',0,'revision','',0),(368,1,'2021-01-21 21:22:42','2021-01-21 21:22:42','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-21 21:22:42','2021-01-21 21:22:42','',123,'https://inspirewithangela.com/2021/01/21/123-revision-v1/',0,'revision','',0),(369,1,'2021-01-21 21:22:42','2021-01-21 21:22:42','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener noreferrer\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener noreferrer\">\n Instagram\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-21 21:22:42','2021-01-21 21:22:42','',123,'https://inspirewithangela.com/2021/01/21/123-revision-v1/',0,'revision','',0),(370,1,'2021-01-21 21:22:43','2021-01-21 21:22:43','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>\n <p>Website built by <a href=\"https://esselwebdesign.com\">Essel Web Design</a></p>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-21 21:22:43','2021-01-21 21:22:43','',123,'https://inspirewithangela.com/2021/01/21/123-revision-v1/',0,'revision','',0),(371,1,'2021-01-21 22:18:01','2021-01-21 22:18:01','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2>Inspire With Angela</h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:18:01','2021-01-21 22:18:01','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(372,1,'2021-01-21 22:18:02','2021-01-21 22:18:02','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2>Inspire With Angela</h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:18:02','2021-01-21 22:18:02','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(373,1,'2021-01-21 22:18:02','2021-01-21 22:18:02','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:18:02','2021-01-21 22:18:02','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(374,1,'2021-01-21 22:19:22','2021-01-21 22:19:22','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:19:22','2021-01-21 22:19:22','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(375,1,'2021-01-21 22:19:22','2021-01-21 22:19:22','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:19:22','2021-01-21 22:19:22','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(376,1,'2021-01-21 22:19:22','2021-01-21 22:19:22','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:19:22','2021-01-21 22:19:22','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(377,1,'2021-01-21 22:19:40','2021-01-21 22:19:40','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:19:40','2021-01-21 22:19:40','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(378,1,'2021-01-21 22:19:40','2021-01-21 22:19:40','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:19:40','2021-01-21 22:19:40','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(379,1,'2021-01-21 22:19:41','2021-01-21 22:19:41','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:19:41','2021-01-21 22:19:41','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(380,1,'2021-01-21 22:20:01','2021-01-21 22:20:01','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:20:01','2021-01-21 22:20:01','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(381,1,'2021-01-21 22:20:02','2021-01-21 22:20:02','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:20:02','2021-01-21 22:20:02','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(382,1,'2021-01-21 22:20:02','2021-01-21 22:20:02','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:20:02','2021-01-21 22:20:02','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(383,1,'2021-01-21 22:20:24','2021-01-21 22:20:24','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:20:24','2021-01-21 22:20:24','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(384,1,'2021-01-21 22:20:24','2021-01-21 22:20:24','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:20:24','2021-01-21 22:20:24','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(385,1,'2021-01-21 22:20:24','2021-01-21 22:20:24','<a data-elementor-open-lightbox=\"\" class=\'elementor-clickable\' href=\"https://inspirewithangela.com/\">\n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/inspire-with-angela-logo.png\" alt=\"inspire-with-angela-logo\"/>\n </a>\n <h2><a href=\"https://inspirewithangela.com/\">Inspire With Angela</a></h2> \n <nav data-toggle-icon=\"<i aria-hidden="true" tabindex="0" class="fas fa-align-justify"></i>\" data-close-icon=\"<i aria-hidden="true" tabindex="0" class="far fa-window-close"></i>\" data-full-width=\"yes\"><ul id=\"menu-1-39474f4\"><li id=\"menu-item-44\"><a href=\"https://inspirewithangela.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-46\"><a href=\"https://inspirewithangela.com/about/\" class = \"hfe-menu-item\">About</a></li>\n<li id=\"menu-item-275\"><a href=\"https://inspirewithangela.com/product-category/books/\" class = \"hfe-menu-item\">Let’s Read</a></li>\n<li id=\"menu-item-263\"><a href=\"https://inspirewithangela.com/product-category/t-shirts/\" class = \"hfe-menu-item\">T-Shirts</a></li>\n<li id=\"menu-item-61\"><a href=\"https://inspirewithangela.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-65\"><a href=\"https://inspirewithangela.com/gallery/\" class = \"hfe-menu-item\">Gallery</a></li>\n<li id=\"menu-item-45\"><a href=\"https://inspirewithangela.com/contact/\" class = \"hfe-menu-item\">Contact</a></li>\n</ul></nav>','Inspire With Angela Header','','inherit','closed','closed','','42-revision-v1','','','2021-01-21 22:20:24','2021-01-21 22:20:24','',42,'https://inspirewithangela.com/2021/01/21/42-revision-v1/',0,'revision','',0),(386,1,'2021-01-22 13:37:58','2021-01-22 13:37:58','','Default Kit','','inherit','closed','closed','','14-revision-v1','','','2021-01-22 13:37:58','2021-01-22 13:37:58','',14,'https://inspirewithangela.com/2021/01/22/14-revision-v1/',0,'revision','',0),(387,1,'2021-01-24 17:16:14','0000-00-00 00:00:00','','KinkyGirlProverb','','draft','closed','closed','','','','','2021-01-24 17:16:14','2021-01-24 17:16:14','',0,'https://inspirewithangela.com/?post_type=product&p=387',0,'product','',0),(388,1,'2021-01-24 17:22:43','2021-01-24 17:22:43','Are you a Natural Girl! Enjoy a sneak peek from our #KGP line coming next year! Will have plenty of fun with these and some great colors. Stay tuned!','KinkyGirlProverb','<h2 class=\"Text2285411882__root Text2285411882---typography-11-runningText s8gg2 _149OH InfoSectionTitle3095652555__root\" data-hook=\"info-section-title\">T-Shirt Description</h2>\r\n<div class=\"WncCi\" data-hook=\"info-section-description\">\r\n\r\nGildan Black 100% Cotton\r\n\r\n</div>','publish','closed','closed','','kinkygirlproverb','','','2021-04-28 20:16:20','2021-04-28 20:16:20','',0,'https://inspirewithangela.com/?post_type=product&p=388',0,'product','',0),(389,1,'2021-01-24 17:19:58','2021-01-24 17:19:58','','KinkyGirlProverb - Small','T-Shirt Sizes: Small','publish','closed','closed','','kinkygirlproverb-small','','','2021-04-28 20:16:19','2021-04-28 20:16:19','',388,'https://inspirewithangela.com/?post_type=product_variation&p=389',1,'product_variation','',0),(390,1,'2021-01-24 17:19:58','2021-01-24 17:19:58','','KinkyGirlProverb - Medium','T-Shirt Sizes: Medium','publish','closed','closed','','kinkygirlproverb-medium','','','2021-04-28 20:16:20','2021-04-28 20:16:20','',388,'https://inspirewithangela.com/?post_type=product_variation&p=390',2,'product_variation','',0),(391,1,'2021-01-24 17:19:58','2021-01-24 17:19:58','','KinkyGirlProverb - Large','T-Shirt Sizes: Large','publish','closed','closed','','kinkygirlproverb-large','','','2021-04-28 20:16:20','2021-04-28 20:16:20','',388,'https://inspirewithangela.com/?post_type=product_variation&p=391',3,'product_variation','',0),(392,1,'2021-01-24 17:19:58','2021-01-24 17:19:58','','KinkyGirlProverb - XLarge','T-Shirt Sizes: XLarge','publish','closed','closed','','kinkygirlproverb-xlarge','','','2021-04-28 20:16:20','2021-04-28 20:16:20','',388,'https://inspirewithangela.com/?post_type=product_variation&p=392',4,'product_variation','',0),(394,1,'2021-01-24 17:25:58','2021-01-24 17:25:58','','Afro-shirt','','inherit','open','closed','','afro-shirt','','','2021-01-24 17:25:58','2021-01-24 17:25:58','',388,'https://inspirewithangela.com/wp-content/uploads/2021/01/Afro-shirt.png',0,'attachment','image/png',0),(395,1,'2021-01-24 17:31:24','2021-01-24 17:31:24','','KinkyGirlProverb','<strong></strong><em></em>','inherit','closed','closed','','388-autosave-v1','','','2021-01-24 17:31:24','2021-01-24 17:31:24','',388,'https://inspirewithangela.com/2021/01/24/388-autosave-v1/',0,'revision','',0),(399,1,'2021-01-24 18:58:19','2021-01-24 18:58:19','<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode -->','My account','','inherit','closed','closed','','11-revision-v1','','','2021-01-24 18:58:19','2021-01-24 18:58:19','',11,'https://inspirewithangela.com/2021/01/24/11-revision-v1/',0,'revision','',0),(400,1,'2021-01-24 18:58:19','2021-01-24 18:58:19','<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode -->','My account','','inherit','closed','closed','','11-revision-v1','','','2021-01-24 18:58:19','2021-01-24 18:58:19','',11,'https://inspirewithangela.com/2021/01/24/11-revision-v1/',0,'revision','',0),(401,1,'2021-01-24 18:58:19','2021-01-24 18:58:19','<!-- wp:shortcode -->\n[woocommerce_my_account]\n<!-- /wp:shortcode -->','My account','','inherit','closed','closed','','11-revision-v1','','','2021-01-24 18:58:19','2021-01-24 18:58:19','',11,'https://inspirewithangela.com/2021/01/24/11-revision-v1/',0,'revision','',0),(403,1,'2021-01-24 19:00:01','2021-01-24 19:00:01','<h2>About</h2> \n <img width=\"427\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1.jpeg 427w, https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /> \n <p style=\"text-align: center;\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together. </p>\n<p style=\"text-align: center;\">Love and blessings, </p>\n<p style=\"text-align: center;\">Angela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-24 19:00:01','2021-01-24 19:00:01','',15,'https://inspirewithangela.com/2021/01/24/15-revision-v1/',0,'revision','',0),(404,1,'2021-01-24 19:00:03','2021-01-24 19:00:03','<h2>About</h2> \n <img width=\"427\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1.jpeg 427w, https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /> \n <p style=\"text-align: center;\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together. </p>\n<p style=\"text-align: center;\">Love and blessings, </p>\n<p style=\"text-align: center;\">Angela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-24 19:00:03','2021-01-24 19:00:03','',15,'https://inspirewithangela.com/2021/01/24/15-revision-v1/',0,'revision','',0),(405,1,'2021-01-24 19:00:04','2021-01-24 19:00:04','<h2>About</h2> \n <img width=\"427\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1.jpeg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1.jpeg 427w, https://inspirewithangela.com/wp-content/uploads/2021/01/t-shirts-inspire-with-angela-1-200x300.jpeg 200w\" sizes=\"(max-width: 427px) 100vw, 427px\" /> \n <p style=\"text-align: center;\">Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and growing, in the most unique and unusual ways I can think of. I grew up in Oklahoma and spend a lot of moments being an Arkansas girl. I became a mom at an early age so right now I am looking through some different glasses. I spent most of my life taking care of and supporting tiny human beings who are now finding their own way in life. I am doing that as well. One. Step. At. A. Time. My love of writing and creating has always been around. Whether it was skits, organizing events, years of journal writing, plays, singing, working, or collaborating with others…I did not know it was all speaking to me in my younger years. Now, I have a more relaxed flow of myself while learning more about Angela. I do not want to miss the moments that I am in. I like it and I hope wherever you are, you are finding you in what ever your vision can hold. Okay, enough about me- I hope you find some of YOU while visiting and ordering from my site. For we are all on an individual journey…together. </p>\n<p style=\"text-align: center;\">Love and blessings, </p>\n<p style=\"text-align: center;\">Angela</p>','About','','inherit','closed','closed','','15-revision-v1','','','2021-01-24 19:00:04','2021-01-24 19:00:04','',15,'https://inspirewithangela.com/2021/01/24/15-revision-v1/',0,'revision','',0),(406,1,'2021-01-24 19:13:26','2021-01-24 19:13:26','<h2>Contact</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-24 19:13:26','2021-01-24 19:13:26','',18,'https://inspirewithangela.com/2021/01/24/18-revision-v1/',0,'revision','',0),(407,1,'2021-01-24 19:13:27','2021-01-24 19:13:27','<h2>Contact</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-24 19:13:27','2021-01-24 19:13:27','',18,'https://inspirewithangela.com/2021/01/24/18-revision-v1/',0,'revision','',0),(408,1,'2021-01-24 19:13:27','2021-01-24 19:13:27','<h2>Contact</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Contact','','inherit','closed','closed','','18-revision-v1','','','2021-01-24 19:13:27','2021-01-24 19:13:27','',18,'https://inspirewithangela.com/2021/01/24/18-revision-v1/',0,'revision','',0),(409,1,'2021-01-24 19:28:26','2021-01-24 19:28:26','','IMG_0641','Sharing book at SJBChurch','inherit','open','closed','','img_0641','','','2021-05-12 16:05:02','2021-05-12 16:05:02','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641.jpg',0,'attachment','image/jpeg',0),(410,1,'2021-01-24 19:28:28','2021-01-24 19:28:28','','IMG_0643','All smiles at Women\'s Conference','inherit','open','closed','','img_0643','','','2021-05-11 19:57:42','2021-05-11 19:57:42','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643.jpg',0,'attachment','image/jpeg',0),(411,1,'2021-01-24 19:28:32','2021-01-24 19:28:32','','IMG_1500','Thank you HOMM (House of Mtenzi Museum)','inherit','open','closed','','img_1500','','','2021-05-12 16:04:40','2021-05-12 16:04:40','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500.jpg',0,'attachment','image/jpeg',0),(412,1,'2021-01-24 19:28:36','2021-01-24 19:28:36','','IMG_3726','Speaking at breakfast event','inherit','open','closed','','img_3726','','','2021-05-11 19:58:12','2021-05-11 19:58:12','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726.jpg',0,'attachment','image/jpeg',0),(413,1,'2021-01-24 19:28:39','2021-01-24 19:28:39','','IMG_3741','Hanging with my favorite people','inherit','open','closed','','img_3741','','','2021-05-12 16:03:57','2021-05-12 16:03:57','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741.jpg',0,'attachment','image/jpeg',0),(414,1,'2021-01-24 19:28:41','2021-01-24 19:28:41','','IMG_3742','Meeting new faces','inherit','open','closed','','img_3742','','','2021-05-11 19:58:41','2021-05-11 19:58:41','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742.jpg',0,'attachment','image/jpeg',0),(415,1,'2021-01-24 19:28:44','2021-01-24 19:28:44','','IMG_5328','With the lovely Tyra Eckwood','inherit','open','closed','','img_5328','','','2021-05-11 19:59:11','2021-05-11 19:59:11','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328.jpg',0,'attachment','image/jpeg',0),(416,1,'2021-01-24 19:28:46','2021-01-24 19:28:46','','IMG_5662','Washington DC trip-sharing my book','inherit','open','closed','','img_5662','','','2021-05-12 16:03:32','2021-05-12 16:03:32','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662.jpg',0,'attachment','image/jpeg',0),(417,1,'2021-01-24 19:28:49','2021-01-24 19:28:49','','IMG_5728','This super smart young gal and her G\'ma','inherit','open','closed','','img_5728','','','2021-05-12 16:02:55','2021-05-12 16:02:55','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728.jpg',0,'attachment','image/jpeg',0),(418,1,'2021-01-24 19:28:51','2021-01-24 19:28:51','','IMG_5903','Little Rock Night Market','inherit','open','closed','','img_5903','','','2021-05-11 19:59:56','2021-05-11 19:59:56','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903.jpg',0,'attachment','image/jpeg',0),(419,1,'2021-01-24 19:28:53','2021-01-24 19:28:53','','IMG_5928','Mom and daughter','inherit','open','closed','','img_5928','','','2021-05-11 20:00:04','2021-05-11 20:00:04','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928.jpg',0,'attachment','image/jpeg',0),(420,1,'2021-01-24 19:28:55','2021-01-24 19:28:55','','IMG_5953','Lunch with the famous Marty','inherit','open','closed','','img_5953','','','2021-05-11 20:00:20','2021-05-11 20:00:20','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953.jpg',0,'attachment','image/jpeg',0),(421,1,'2021-01-24 19:28:58','2021-01-24 19:28:58','','IMG_6011','Thank you Tiffany','inherit','open','closed','','img_6011','','','2021-05-11 20:01:00','2021-05-11 20:01:00','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011.jpg',0,'attachment','image/jpeg',0),(422,1,'2021-01-24 19:29:00','2021-01-24 19:29:00','','IMG_6014','Book signing in Ft. Smith','inherit','open','closed','','img_6014','','','2021-05-11 20:01:19','2021-05-11 20:01:19','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014.jpg',0,'attachment','image/jpeg',0),(423,1,'2021-01-24 19:29:02','2021-01-24 19:29:02','','IMG_6027','Love from Unc\'','inherit','open','closed','','img_6027','','','2021-05-11 20:01:31','2021-05-11 20:01:31','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027.jpg',0,'attachment','image/jpeg',0),(424,1,'2021-01-24 19:29:05','2021-01-24 19:29:05','','IMG_6080','Kings Guard in \"Black Panther\" Hasaan Rasheed ','inherit','open','closed','','img_6080','','','2021-05-11 20:09:23','2021-05-11 20:09:23','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080.jpg',0,'attachment','image/jpeg',0),(425,1,'2021-01-24 19:29:07','2021-01-24 19:29:07','','IMG_6085','Night Market in LR','inherit','open','closed','','img_6085','','','2021-05-11 20:09:36','2021-05-11 20:09:36','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085.jpg',0,'attachment','image/jpeg',0),(426,1,'2021-01-24 19:29:09','2021-01-24 19:29:09','','IMG_6245','Family smiles and support','inherit','open','closed','','img_6245','','','2021-05-11 20:09:50','2021-05-11 20:09:50','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245.jpg',0,'attachment','image/jpeg',0),(427,1,'2021-01-24 19:29:11','2021-01-24 19:29:11','','IMG_6670','Debra and Bonita two great Ladies','inherit','open','closed','','img_6670','','','2021-05-11 20:10:10','2021-05-11 20:10:10','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670.jpg',0,'attachment','image/jpeg',0),(428,1,'2021-01-24 19:29:14','2021-01-24 19:29:14','','IMG_6782','The talented Robin Clayton surveying my book!','inherit','open','closed','','img_6782','','','2021-05-11 20:10:53','2021-05-11 20:10:53','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782.jpg',0,'attachment','image/jpeg',0),(429,1,'2021-01-24 19:29:16','2021-01-24 19:29:16','','IMG_7009','Leo Preston and \"The Artist Lounge\"','inherit','open','closed','','img_7009','','','2021-05-11 20:11:07','2021-05-11 20:11:07','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009.jpg',0,'attachment','image/jpeg',0),(430,1,'2021-01-24 19:29:18','2021-01-24 19:29:18','','IMG_7049','Love sharing about Purpose!','inherit','open','closed','','img_7049','','','2021-05-11 20:11:16','2021-05-11 20:11:16','',0,'https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049.jpg',0,'attachment','image/jpeg',0),(431,1,'2021-01-24 19:29:47','2021-01-24 19:29:47','<h2>Gallery</h2> \n <figure class=\'gallery-item\'>\n <img width=\"429\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure>','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-24 19:29:47','2021-01-24 19:29:47','',63,'https://inspirewithangela.com/2021/01/24/63-revision-v1/',0,'revision','',0),(432,1,'2021-01-24 19:29:47','2021-01-24 19:29:47','<h2>Gallery</h2> \n <figure class=\'gallery-item\'>\n <img width=\"429\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure><figure class=\'gallery-item\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </figure>','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-24 19:29:47','2021-01-24 19:29:47','',63,'https://inspirewithangela.com/2021/01/24/63-revision-v1/',0,'revision','',0),(433,1,'2021-01-24 19:29:47','2021-01-24 19:29:47','<h2>Gallery</h2> \n <dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"720\" height=\"960\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643.jpg 720w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643-600x800.jpg 600w\" sizes=\"(max-width: 720px) 100vw, 720px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-300x300.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-150x150.jpg 150w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-600x600.jpg 600w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-100x100.jpg 100w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-rotated.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"528\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027.jpg 528w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027-248x300.jpg 248w\" sizes=\"(max-width: 528px) 100vw, 528px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"480\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080-300x225.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080-600x450.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"429\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"428\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014.jpg 428w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014-201x300.jpg 201w\" sizes=\"(max-width: 428px) 100vw, 428px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1242\" height=\"1329\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500.jpg 1242w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-280x300.jpg 280w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-957x1024.jpg 957w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-768x822.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-600x642.jpg 600w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"427\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011-300x200.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011-600x400.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"518\" height=\"960\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641.jpg 518w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641-162x300.jpg 162w\" sizes=\"(max-width: 518px) 100vw, 518px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl>\n <br style=\'clear: both\' />','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-01-24 19:29:47','2021-01-24 19:29:47','',63,'https://inspirewithangela.com/2021/01/24/63-revision-v1/',0,'revision','',0),(434,1,'2021-01-24 20:05:43','2021-01-24 20:05:43','','W2K-Defeating the Dime-Rev7','','inherit','open','closed','','w2k-defeating-the-dime-rev7','','','2021-01-24 20:05:43','2021-01-24 20:05:43','',289,'https://inspirewithangela.com/wp-content/uploads/2021/01/W2K-Defeating-the-Dime-Rev7.png',0,'attachment','image/png',0),(436,1,'2021-01-24 20:57:33','2021-01-24 20:57:33','a:hover {\n text-decoration:none;\n}\n\na {color: #ff7415}\n\n.button.button-primary, button, input[type=button], .btn, input[type=\"submit\"], ul[id^=\"nv-primary-navigation\"] li.button.button-primary > a, .menu li.button.button-primary > a, .wp-block-button.is-style-primary .wp-block-button__link, .wc-block-grid .wp-block-button .wp-block-button__link, .woocommerce *:not(.woocommerce-mini-cart__buttons) > a.button, .woocommerce *:not(.woocommerce-mini-cart__buttons) > .button:not(.nv-sidebar-toggle):not(.nv-close-cart-sidebar):not([name=\"apply_coupon\"]):not(.more-details):not(.checkout-button), .woocommerce a.button.alt, .woocommerce a.button.button-primary, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce a.button.add_to_cart, .woocommerce a.product_type_grouped, .woocommerce a.product_type_external, .woocommerce a.product_type_variable, .woocommerce button.button.alt, .woocommerce button.button.alt.single_add_to_cart_button.disabled, .woocommerce button.button.alt.single_add_to_cart_button, .woocommerce .actions > button[type=submit], .woocommerce button#place_order, .woocommerce .return-to-shop > .button, .button.woocommerce-form-login__submit, .woocommerce #review_form #respond input#submit, .woocommerce-cart .woocommerce .wc-proceed-to-checkout > a.button.checkout-button, .woocommerce-checkout #payment .place-order button#place_order, .woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content p > button[type=\"submit\"][name=\"save_account_details\"].woocommerce-Button.button, .wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]), form input[type=\"submit\"], form button[type=\"submit\"], #comments input[type=\"submit\"]{\n background-color: #ff7415;\n}\n\n.button.button-primary:hover, ul[id^=\"nv-primary-navigation\"] li.button.button-primary > a:hover, .menu li.button.button-primary > a:hover, .wp-block-button.is-style-primary .wp-block-button__link:hover, .wc-block-grid .wp-block-button .wp-block-button__link:hover, .woocommerce *:not(.woocommerce-mini-cart__buttons) > a.button:hover, .woocommerce *:not(.woocommerce-mini-cart__buttons) > .button:not(.nv-sidebar-toggle):not(.nv-close-cart-sidebar):not([name=\"apply_coupon\"]):not(.more-details):not(.checkout-button):hover, .woocommerce a.button.alt:hover, .woocommerce a.button.button-primary:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce a.button.add_to_cart:hover, .woocommerce a.product_type_grouped:hover, .woocommerce a.product_type_external:hover, .woocommerce a.product_type_variable:hover, .woocommerce button.button.alt.single_add_to_cart_button.disabled:hover, .woocommerce button.button.alt.single_add_to_cart_button:hover, .woocommerce .actions > button[type=submit]:hover, .woocommerce .return-to-shop > .button:hover, .button.woocommerce-form-login__submit:hover, .woocommerce #review_form #respond input#submit:hover, .woocommerce a.button.checkout-button:hover, .woocommerce button#place_order:hover, .woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content p > button[type=\"submit\"][name=\"save_account_details\"].woocommerce-Button.button:hover, .wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover, form input[type=\"submit\"]:hover, form button[type=\"submit\"]:hover, #comments input[type=\"submit\"]:hover {\n background-color: #c95b12;\n}','neve','','publish','closed','closed','','neve','','','2021-01-26 17:05:13','2021-01-26 17:05:13','',0,'https://inspirewithangela.com/2021/01/24/neve/',0,'custom_css','',0),(437,1,'2021-01-24 20:57:33','2021-01-24 20:57:33','a:hover {\n text-decoration:none;\n}','neve','','inherit','closed','closed','','436-revision-v1','','','2021-01-24 20:57:33','2021-01-24 20:57:33','',436,'https://inspirewithangela.com/2021/01/24/436-revision-v1/',0,'revision','',0),(438,1,'2021-01-24 20:59:02','2021-01-24 20:59:02','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>\n <p>Website built by <a href=\"https://esselwebdesign.com\">Essel Web Design</a></p>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-24 20:59:02','2021-01-24 20:59:02','',123,'https://inspirewithangela.com/2021/01/24/123-revision-v1/',0,'revision','',0),(439,1,'2021-01-24 20:59:02','2021-01-24 20:59:02','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>\n <p>Website built by <a href=\"https://esselwebdesign.com\">Essel Web Design</a></p>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-24 20:59:02','2021-01-24 20:59:02','',123,'https://inspirewithangela.com/2021/01/24/123-revision-v1/',0,'revision','',0),(440,1,'2021-01-24 20:59:03','2021-01-24 20:59:03','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>\n Website built by <a target=\"_blank\" href=\"https://esselwebdesign.com\" rel=\"noopener\">Essel Web Design</a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-24 20:59:03','2021-01-24 20:59:03','',123,'https://inspirewithangela.com/2021/01/24/123-revision-v1/',0,'revision','',0),(441,1,'2021-01-25 14:34:17','2021-01-25 14:34:17','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"http://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-25 14:34:17','2021-01-25 14:34:17','',12,'https://inspirewithangela.com/2021/01/25/12-revision-v1/',0,'revision','',0),(442,1,'2021-01-25 14:34:18','2021-01-25 14:34:18','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"http://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-25 14:34:18','2021-01-25 14:34:18','',12,'https://inspirewithangela.com/2021/01/25/12-revision-v1/',0,'revision','',0),(443,1,'2021-01-25 14:34:18','2021-01-25 14:34:18','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-25 14:34:18','2021-01-25 14:34:18','',12,'https://inspirewithangela.com/2021/01/25/12-revision-v1/',0,'revision','',0),(444,1,'2021-01-25 14:34:25','2021-01-25 14:34:25','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-25 14:34:25','2021-01-25 14:34:25','',12,'https://inspirewithangela.com/2021/01/25/12-revision-v1/',0,'revision','',0),(445,1,'2021-01-25 14:34:26','2021-01-25 14:34:26','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"http://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-25 14:34:26','2021-01-25 14:34:26','',12,'https://inspirewithangela.com/2021/01/25/12-revision-v1/',0,'revision','',0),(446,1,'2021-01-25 14:34:26','2021-01-25 14:34:26','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-25 14:34:26','2021-01-25 14:34:26','',12,'https://inspirewithangela.com/2021/01/25/12-revision-v1/',0,'revision','',0),(447,1,'2021-01-25 14:37:19','2021-01-25 14:37:19','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-25 14:37:19','2021-01-25 14:37:19','',12,'https://inspirewithangela.com/2021/01/25/12-revision-v1/',0,'revision','',0),(448,1,'2021-01-25 14:37:20','2021-01-25 14:37:20','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-25 14:37:20','2021-01-25 14:37:20','',12,'https://inspirewithangela.com/2021/01/25/12-revision-v1/',0,'revision','',0),(449,1,'2021-01-25 14:37:20','2021-01-25 14:37:20','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-25 14:37:20','2021-01-25 14:37:20','',12,'https://inspirewithangela.com/2021/01/25/12-revision-v1/',0,'revision','',0),(451,1,'2021-01-26 14:00:35','2021-01-26 14:00:35','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 14:00:35','2021-01-26 14:00:35','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(452,1,'2021-01-26 14:00:35','2021-01-26 14:00:35','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo347v37zi2jsbyoomiw7dlgb7ci5gg8kwfj3wg.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomk7v5rdrz3rsdjb8s1efemdg8a377o8u8.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ej9yzxivmdzhu8avfa4934mff2z6rzajkcxs.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 14:00:35','2021-01-26 14:00:35','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(453,1,'2021-01-26 14:00:36','2021-01-26 14:00:36','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lmt5sl5q838ji3pxdjm2skygpxgx6c4l8.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ejvgm6qoj5trxcleasas1t663iwjiz58c12o.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 14:00:36','2021-01-26 14:00:36','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(455,1,'2021-01-26 14:23:15','2021-01-26 14:23:15','','contact-inspire-with-angela','','inherit','open','closed','','contact-inspire-with-angela-3','','','2021-01-26 14:23:15','2021-01-26 14:23:15','',12,'https://inspirewithangela.com/wp-content/uploads/2021/01/contact-inspire-with-angela-2.jpg',0,'attachment','image/jpeg',0),(456,1,'2021-01-26 14:27:05','2021-01-26 14:27:05','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lmt5sl5q838ji3pxdjm2skygpxgx6c4l8.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ejvgm6qoj5trxcleasas1t663iwjiz58c12o.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 14:27:05','2021-01-26 14:27:05','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(457,1,'2021-01-26 14:27:06','2021-01-26 14:27:06','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lmt5sl5q838ji3pxdjm2skygpxgx6c4l8.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhbifda3m3hvfbafgpxfjpco0cncm17tds.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imus8frulg7q0wdfqplnrn05mo61dfpxmo.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Contact-Inspire-with-Angela-1-p1k5o7ejvgm6qoj5trxcleasas1t663iwjiz58c12o.jpg\" title=\"Contact-Inspire-with-Angela\" alt=\"Contact-Inspire-with-Angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 14:27:06','2021-01-26 14:27:06','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(458,1,'2021-01-26 14:27:06','2021-01-26 14:27:06','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 14:27:06','2021-01-26 14:27:06','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(459,1,'2021-01-26 14:30:34','2021-01-26 14:30:34','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 14:30:34','2021-01-26 14:30:34','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(460,1,'2021-01-26 14:30:34','2021-01-26 14:30:34','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you.</p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you!</p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about?</p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories.</p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with?</p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 14:30:34','2021-01-26 14:30:34','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(461,1,'2021-01-26 14:30:35','2021-01-26 14:30:35','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/book\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 14:30:35','2021-01-26 14:30:35','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(463,1,'2021-01-26 14:32:43','2021-01-26 14:32:43','a:hover {\n text-decoration:none;\n}\n\na {color: #ff7415}','neve','','inherit','closed','closed','','436-revision-v1','','','2021-01-26 14:32:43','2021-01-26 14:32:43','',436,'https://inspirewithangela.com/2021/01/26/436-revision-v1/',0,'revision','',0),(464,1,'2021-01-26 14:36:01','2021-01-26 14:36:01','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>\n Website built by <a target=\"_blank\" href=\"https://esselwebdesign.com\" rel=\"noopener\">Essel Web Design</a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-26 14:36:01','2021-01-26 14:36:01','',123,'https://inspirewithangela.com/2021/01/26/123-revision-v1/',0,'revision','',0),(465,1,'2021-01-26 14:36:01','2021-01-26 14:36:01','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>\n Website built by <a target=\"_blank\" href=\"https://esselwebdesign.com\" rel=\"noopener\">Essel Web Design</a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-26 14:36:01','2021-01-26 14:36:01','',123,'https://inspirewithangela.com/2021/01/26/123-revision-v1/',0,'revision','',0),(466,1,'2021-01-26 14:36:01','2021-01-26 14:36:01','<p>Copyright 2021 | Inspire With Angela. All Rights Reserved</p> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <a href=\"#top\" data-text=\"BACK TO TOP\">\n TO TOP\n </a>\n Website built by <a style=\"color:white\" href=\"https://esselwebdesign.com\" target=\"_blank\" rel=\"noopener\">Essel Web Design</a>','Inspire With Angela Footer','','inherit','closed','closed','','123-revision-v1','','','2021-01-26 14:36:01','2021-01-26 14:36:01','',123,'https://inspirewithangela.com/2021/01/26/123-revision-v1/',0,'revision','',0),(467,1,'2021-01-26 17:01:38','2021-01-26 17:01:38','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/book\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 17:01:38','2021-01-26 17:01:38','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(468,1,'2021-01-26 17:01:38','2021-01-26 17:01:38','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n <p>This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/book\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 17:01:38','2021-01-26 17:01:38','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(469,1,'2021-01-26 17:01:38','2021-01-26 17:01:38','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/books\">Read More...</a> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 17:01:38','2021-01-26 17:01:38','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(471,1,'2021-01-26 17:03:30','2021-01-26 17:03:30','a:hover {\n text-decoration:none;\n}\n\na {color: #ff7415}\n\n.button.button-primary, button, input[type=button], .btn, input[type=\"submit\"], ul[id^=\"nv-primary-navigation\"] li.button.button-primary > a, .menu li.button.button-primary > a, .wp-block-button.is-style-primary .wp-block-button__link, .wc-block-grid .wp-block-button .wp-block-button__link, .woocommerce *:not(.woocommerce-mini-cart__buttons) > a.button, .woocommerce *:not(.woocommerce-mini-cart__buttons) > .button:not(.nv-sidebar-toggle):not(.nv-close-cart-sidebar):not([name=\"apply_coupon\"]):not(.more-details):not(.checkout-button), .woocommerce a.button.alt, .woocommerce a.button.button-primary, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce a.button.add_to_cart, .woocommerce a.product_type_grouped, .woocommerce a.product_type_external, .woocommerce a.product_type_variable, .woocommerce button.button.alt, .woocommerce button.button.alt.single_add_to_cart_button.disabled, .woocommerce button.button.alt.single_add_to_cart_button, .woocommerce .actions > button[type=submit], .woocommerce button#place_order, .woocommerce .return-to-shop > .button, .button.woocommerce-form-login__submit, .woocommerce #review_form #respond input#submit, .woocommerce-cart .woocommerce .wc-proceed-to-checkout > a.button.checkout-button, .woocommerce-checkout #payment .place-order button#place_order, .woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content p > button[type=\"submit\"][name=\"save_account_details\"].woocommerce-Button.button, .wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]), form input[type=\"submit\"], form button[type=\"submit\"], #comments input[type=\"submit\"]{\n background: #ff7415;\n}','neve','','inherit','closed','closed','','436-revision-v1','','','2021-01-26 17:03:30','2021-01-26 17:03:30','',436,'https://inspirewithangela.com/2021/01/26/436-revision-v1/',0,'revision','',0),(473,1,'2021-01-26 17:03:45','2021-01-26 17:03:45','a:hover {\n text-decoration:none;\n}\n\na {color: #ff7415}\n\n.button.button-primary, button, input[type=button], .btn, input[type=\"submit\"], ul[id^=\"nv-primary-navigation\"] li.button.button-primary > a, .menu li.button.button-primary > a, .wp-block-button.is-style-primary .wp-block-button__link, .wc-block-grid .wp-block-button .wp-block-button__link, .woocommerce *:not(.woocommerce-mini-cart__buttons) > a.button, .woocommerce *:not(.woocommerce-mini-cart__buttons) > .button:not(.nv-sidebar-toggle):not(.nv-close-cart-sidebar):not([name=\"apply_coupon\"]):not(.more-details):not(.checkout-button), .woocommerce a.button.alt, .woocommerce a.button.button-primary, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce a.button.add_to_cart, .woocommerce a.product_type_grouped, .woocommerce a.product_type_external, .woocommerce a.product_type_variable, .woocommerce button.button.alt, .woocommerce button.button.alt.single_add_to_cart_button.disabled, .woocommerce button.button.alt.single_add_to_cart_button, .woocommerce .actions > button[type=submit], .woocommerce button#place_order, .woocommerce .return-to-shop > .button, .button.woocommerce-form-login__submit, .woocommerce #review_form #respond input#submit, .woocommerce-cart .woocommerce .wc-proceed-to-checkout > a.button.checkout-button, .woocommerce-checkout #payment .place-order button#place_order, .woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content p > button[type=\"submit\"][name=\"save_account_details\"].woocommerce-Button.button, .wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]), form input[type=\"submit\"], form button[type=\"submit\"], #comments input[type=\"submit\"]{\n background-color: #ff7415;\n}','neve','','inherit','closed','closed','','436-revision-v1','','','2021-01-26 17:03:45','2021-01-26 17:03:45','',436,'https://inspirewithangela.com/2021/01/26/436-revision-v1/',0,'revision','',0),(475,1,'2021-01-26 17:05:13','2021-01-26 17:05:13','a:hover {\n text-decoration:none;\n}\n\na {color: #ff7415}\n\n.button.button-primary, button, input[type=button], .btn, input[type=\"submit\"], ul[id^=\"nv-primary-navigation\"] li.button.button-primary > a, .menu li.button.button-primary > a, .wp-block-button.is-style-primary .wp-block-button__link, .wc-block-grid .wp-block-button .wp-block-button__link, .woocommerce *:not(.woocommerce-mini-cart__buttons) > a.button, .woocommerce *:not(.woocommerce-mini-cart__buttons) > .button:not(.nv-sidebar-toggle):not(.nv-close-cart-sidebar):not([name=\"apply_coupon\"]):not(.more-details):not(.checkout-button), .woocommerce a.button.alt, .woocommerce a.button.button-primary, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce a.button.add_to_cart, .woocommerce a.product_type_grouped, .woocommerce a.product_type_external, .woocommerce a.product_type_variable, .woocommerce button.button.alt, .woocommerce button.button.alt.single_add_to_cart_button.disabled, .woocommerce button.button.alt.single_add_to_cart_button, .woocommerce .actions > button[type=submit], .woocommerce button#place_order, .woocommerce .return-to-shop > .button, .button.woocommerce-form-login__submit, .woocommerce #review_form #respond input#submit, .woocommerce-cart .woocommerce .wc-proceed-to-checkout > a.button.checkout-button, .woocommerce-checkout #payment .place-order button#place_order, .woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content p > button[type=\"submit\"][name=\"save_account_details\"].woocommerce-Button.button, .wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]), form input[type=\"submit\"], form button[type=\"submit\"], #comments input[type=\"submit\"]{\n background-color: #ff7415;\n}\n\n.button.button-primary:hover, ul[id^=\"nv-primary-navigation\"] li.button.button-primary > a:hover, .menu li.button.button-primary > a:hover, .wp-block-button.is-style-primary .wp-block-button__link:hover, .wc-block-grid .wp-block-button .wp-block-button__link:hover, .woocommerce *:not(.woocommerce-mini-cart__buttons) > a.button:hover, .woocommerce *:not(.woocommerce-mini-cart__buttons) > .button:not(.nv-sidebar-toggle):not(.nv-close-cart-sidebar):not([name=\"apply_coupon\"]):not(.more-details):not(.checkout-button):hover, .woocommerce a.button.alt:hover, .woocommerce a.button.button-primary:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce a.button.add_to_cart:hover, .woocommerce a.product_type_grouped:hover, .woocommerce a.product_type_external:hover, .woocommerce a.product_type_variable:hover, .woocommerce button.button.alt.single_add_to_cart_button.disabled:hover, .woocommerce button.button.alt.single_add_to_cart_button:hover, .woocommerce .actions > button[type=submit]:hover, .woocommerce .return-to-shop > .button:hover, .button.woocommerce-form-login__submit:hover, .woocommerce #review_form #respond input#submit:hover, .woocommerce a.button.checkout-button:hover, .woocommerce button#place_order:hover, .woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content p > button[type=\"submit\"][name=\"save_account_details\"].woocommerce-Button.button:hover, .wc-block-product-search .wc-block-product-search__button:not(:disabled):not([aria-disabled=true]):hover, form input[type=\"submit\"]:hover, form button[type=\"submit\"]:hover, #comments input[type=\"submit\"]:hover {\n background-color: #c95b12;\n}','neve','','inherit','closed','closed','','436-revision-v1','','','2021-01-26 17:05:13','2021-01-26 17:05:13','',436,'https://inspirewithangela.com/2021/01/26/436-revision-v1/',0,'revision','',0),(476,1,'2021-01-26 18:48:33','2021-01-26 18:48:33','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/books\">Read More...</a> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 18:48:33','2021-01-26 18:48:33','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(477,1,'2021-01-26 18:48:33','2021-01-26 18:48:33','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/book\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/books\">Read More...</a> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 18:48:33','2021-01-26 18:48:33','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(478,1,'2021-01-26 18:48:34','2021-01-26 18:48:34','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/books\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/books\">Read More...</a> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-01-26 18:48:34','2021-01-26 18:48:34','',12,'https://inspirewithangela.com/2021/01/26/12-revision-v1/',0,'revision','',0),(480,1,'2021-01-27 23:33:12','2021-01-27 23:33:12','','Order – January 27, 2021 @ 11:33 PM','','wc-cancelled','open','closed','wc_order_ameF4dZJhPVoC','order-jan-27-2021-1133-pm','','','2021-01-28 01:06:05','2021-01-28 01:06:05','',0,'https://inspirewithangela.com/?post_type=shop_order&p=480',0,'shop_order','',1),(481,1,'2021-02-11 17:53:55','2021-02-11 17:53:55','','Order – February 11, 2021 @ 05:53 PM','','wc-cancelled','open','closed','wc_order_lucHchM4Ol961','order-feb-11-2021-0553-pm','','','2021-02-11 18:59:35','2021-02-11 18:59:35','',0,'https://inspirewithangela.com/?post_type=shop_order&p=481',0,'shop_order','',1),(486,1,'2021-02-22 01:13:25','2021-02-22 01:13:25','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/books\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/books\">Read More...</a> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-02-22 01:13:25','2021-02-22 01:13:25','',12,'https://inspirewithangela.com/2021/02/22/12-revision-v1/',0,'revision','',0),(487,1,'2021-02-22 01:13:26','2021-02-22 01:13:26','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/books\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/books\">Read More...</a> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\"> 06 Jan 2021</a></header>\n <p>We know it’s been challenging...it’s challenging now for many of...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109562161076479/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/136936853_109558851076810_7528725693196410868_n.jpg?_nc_cat=108&ccb=2&_nc_sid=110474&_nc_ohc=cNe7WX1T0ncAX-5KPJD&_nc_ht=scontent-atl3-1.xx&tp=7&oh=705fae7a4da0efa810835e991abc041f&oe=601D6AAD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\"> 05 Jan 2021</a></header>\n <p>Ladies, you can still take advantage of this... www.hiswordsmatter.com</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/109271037772258/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/135568821_109271007772261_3706825398622683308_n.jpg?_nc_cat=107&ccb=2&_nc_sid=110474&_nc_ohc=0dMn1VDb7YsAX_jXjfP&_nc_ht=scontent-atl3-1.xx&tp=7&oh=e777291ea53c5c21300c23a33bb4f8e1&oe=601BF880\">\n </a><footer>\n 3 2\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/109107781121917/\" target=\"_blank\" rel=\"noopener\"> 04 Jan 2021</a></header>\n <p>Hey Ladies! Creating a new page to connect with you!...</p>\n <footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100427318656630/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>IN•spiration with Angela updated their status.</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Being IN•stoppable is not about running through every door. We...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100318145334214/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/131972778_100317838667578_5460087777037766146_n.jpg?_nc_cat=103&ccb=2&_nc_sid=dd9801&_nc_ohc=BdiOO6DLcS8AX9-JRky&_nc_ht=scontent-atl3-1.xx&oh=3f777680ce90f7ed667705dff58d7c19&oe=601E4AAB\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\"> 23 Dec 2020</a></header>\n <p>Each shirt speaks to the various journey's we will walk...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/100316788667683/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/132435785_100316678667694_1107461010942077976_n.jpg?_nc_cat=101&ccb=2&_nc_sid=dd9801&_nc_ohc=pdJQO6A6BdAAX-yh1GO&_nc_ht=scontent-atl3-1.xx&oh=3838c02ed4f5742e760af622d23a82df&oe=601E73EC\">\n </a><footer>\n 3 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-02-22 01:13:26','2021-02-22 01:13:26','',12,'https://inspirewithangela.com/2021/02/22/12-revision-v1/',0,'revision','',0),(488,1,'2021-02-22 01:13:30','2021-02-22 01:13:30','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/books\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/books\">Read More...</a> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/126022562763772/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header>\n <p>Ok, so I have, must, got to ? my Nu-Nu...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/126022562763772/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t15.5256-10/144651288_843001349613424_3862493276653305910_n.jpg?_nc_cat=107&ccb=3&_nc_sid=ad6a45&_nc_ohc=_txcryOe7fIAX-ZqMwR&_nc_ht=scontent-atl3-1.xx&oh=c949ef4118cd692b4f7f9f16d2fa0e1d&oe=6057C586\">\n </a><footer>\n 0 1\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125802602785768/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/125802602785768/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/153231762_125802449452450_7066045559898147625_n.jpg?_nc_cat=106&ccb=3&_nc_sid=110474&_nc_ohc=LNVXCySznegAX_4YKro&_nc_ht=scontent-atl3-1.xx&tp=7&oh=77ab5cd68c4289063625e9ad4c6aa941&oe=605820CD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125457096153652/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header>\n <p>https://www.facebook.com/theNMAAM/videos/360695704897180/</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125097842856244/\" target=\"_blank\" rel=\"noopener\"> 20 Feb 2021</a></header>\n <p>Everything we need Ladies...starts from within. Your vision matters because...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/125097842856244/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-0/p480x480/151253299_125096029523092_4423957987994148279_n.jpg?_nc_cat=106&ccb=3&_nc_sid=110474&_nc_ohc=M7mFEyDvhkQAX-5TEYz&_nc_ht=scontent-atl3-1.xx&tp=6&oh=55562301e62a17660943db6838a39fcf&oe=6057CFBD\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/124588936240468/\" target=\"_blank\" rel=\"noopener\"> 19 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/124588936240468/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/147094369_1090775514773859_2945380617639681664_o.jpg?_nc_cat=101&ccb=3&_nc_sid=8024bb&_nc_ohc=E2ovDs1dTTYAX9olz_K&_nc_ht=scontent-atl3-1.xx&tp=7&oh=3b3e4d2486e05c3d5b4c14e228414082&oe=605A897B\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/124438176255544/\" target=\"_blank\" rel=\"noopener\"> 19 Feb 2021</a></header>\n <p>Ladies, what is it that you Love to do that...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/124438176255544/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t15.5256-10/140657696_2810870542494815_114657628968600401_n.jpg?_nc_cat=109&ccb=3&_nc_sid=ad6a45&_nc_ohc=PJ33axqSDvcAX-dWHko&_nc_ht=scontent-atl3-1.xx&oh=99c8b93d1a421ca91150a7c63a97f0b1&oe=60597D39\">\n </a><footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123924986306863/\" target=\"_blank\" rel=\"noopener\"> 18 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/123924986306863/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/p720x720/152037302_123924926306869_8252179729530309365_n.jpg?_nc_cat=108&ccb=3&_nc_sid=110474&_nc_ohc=ndEJxIb-GAQAX-ukKpv&_nc_ht=scontent-atl3-1.xx&tp=6&oh=e331e04ab6616355b19a88f7f1c22bdf&oe=6058DE27\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123503809682314/\" target=\"_blank\" rel=\"noopener\"> 18 Feb 2021</a></header>\n <p>As we find ourselves thinking about so many during these...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/123503809682314/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/p720x720/151317306_123503749682320_9222000737819166347_n.jpg?_nc_cat=101&ccb=3&_nc_sid=110474&_nc_ohc=YG36EpVu3ysAX9vpA2L&_nc_ht=scontent-atl3-1.xx&tp=6&oh=2a2253f7553f5fdda6d61dbc216e23fe&oe=6059FB56\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123026396396722/\" target=\"_blank\" rel=\"noopener\"> 17 Feb 2021</a></header>\n <p>Do you know where my books are? https://www.amazon.com/s?k=angela+flake&ref=nb_sb_noss Thank you...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/123026396396722/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/151672414_123021483063880_5056030758643173968_n.jpg?_nc_cat=111&ccb=3&_nc_sid=110474&_nc_ohc=kc8l3i6FRl8AX83683Q&_nc_ht=scontent-atl3-1.xx&tp=7&oh=3e527d3ac61498838d97508284947102&oe=6059AE89\">\n </a><footer>\n 2 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-02-22 01:13:30','2021-02-22 01:13:30','',12,'https://inspirewithangela.com/2021/02/22/12-revision-v1/',0,'revision','',0),(489,1,'2021-02-23 04:32:43','2021-02-23 04:32:43','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/books\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/books\">Read More...</a> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/126022562763772/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header>\n <p>Ok, so I have, must, got to ? my Nu-Nu...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/126022562763772/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t15.5256-10/144651288_843001349613424_3862493276653305910_n.jpg?_nc_cat=107&ccb=3&_nc_sid=ad6a45&_nc_ohc=_txcryOe7fIAX-ZqMwR&_nc_ht=scontent-atl3-1.xx&oh=c949ef4118cd692b4f7f9f16d2fa0e1d&oe=6057C586\">\n </a><footer>\n 0 1\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125802602785768/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/125802602785768/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/153231762_125802449452450_7066045559898147625_n.jpg?_nc_cat=106&ccb=3&_nc_sid=110474&_nc_ohc=LNVXCySznegAX_4YKro&_nc_ht=scontent-atl3-1.xx&tp=7&oh=77ab5cd68c4289063625e9ad4c6aa941&oe=605820CD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125457096153652/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header>\n <p>https://www.facebook.com/theNMAAM/videos/360695704897180/</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125097842856244/\" target=\"_blank\" rel=\"noopener\"> 20 Feb 2021</a></header>\n <p>Everything we need Ladies...starts from within. Your vision matters because...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/125097842856244/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-0/p480x480/151253299_125096029523092_4423957987994148279_n.jpg?_nc_cat=106&ccb=3&_nc_sid=110474&_nc_ohc=M7mFEyDvhkQAX-5TEYz&_nc_ht=scontent-atl3-1.xx&tp=6&oh=55562301e62a17660943db6838a39fcf&oe=6057CFBD\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/124588936240468/\" target=\"_blank\" rel=\"noopener\"> 19 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/124588936240468/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/147094369_1090775514773859_2945380617639681664_o.jpg?_nc_cat=101&ccb=3&_nc_sid=8024bb&_nc_ohc=E2ovDs1dTTYAX9olz_K&_nc_ht=scontent-atl3-1.xx&tp=7&oh=3b3e4d2486e05c3d5b4c14e228414082&oe=605A897B\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/124438176255544/\" target=\"_blank\" rel=\"noopener\"> 19 Feb 2021</a></header>\n <p>Ladies, what is it that you Love to do that...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/124438176255544/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t15.5256-10/140657696_2810870542494815_114657628968600401_n.jpg?_nc_cat=109&ccb=3&_nc_sid=ad6a45&_nc_ohc=PJ33axqSDvcAX-dWHko&_nc_ht=scontent-atl3-1.xx&oh=99c8b93d1a421ca91150a7c63a97f0b1&oe=60597D39\">\n </a><footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123924986306863/\" target=\"_blank\" rel=\"noopener\"> 18 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/123924986306863/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/p720x720/152037302_123924926306869_8252179729530309365_n.jpg?_nc_cat=108&ccb=3&_nc_sid=110474&_nc_ohc=ndEJxIb-GAQAX-ukKpv&_nc_ht=scontent-atl3-1.xx&tp=6&oh=e331e04ab6616355b19a88f7f1c22bdf&oe=6058DE27\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123503809682314/\" target=\"_blank\" rel=\"noopener\"> 18 Feb 2021</a></header>\n <p>As we find ourselves thinking about so many during these...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/123503809682314/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/p720x720/151317306_123503749682320_9222000737819166347_n.jpg?_nc_cat=101&ccb=3&_nc_sid=110474&_nc_ohc=YG36EpVu3ysAX9vpA2L&_nc_ht=scontent-atl3-1.xx&tp=6&oh=2a2253f7553f5fdda6d61dbc216e23fe&oe=6059FB56\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123026396396722/\" target=\"_blank\" rel=\"noopener\"> 17 Feb 2021</a></header>\n <p>Do you know where my books are? https://www.amazon.com/s?k=angela+flake&ref=nb_sb_noss Thank you...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/123026396396722/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/151672414_123021483063880_5056030758643173968_n.jpg?_nc_cat=111&ccb=3&_nc_sid=110474&_nc_ohc=kc8l3i6FRl8AX83683Q&_nc_ht=scontent-atl3-1.xx&tp=7&oh=3e527d3ac61498838d97508284947102&oe=6059AE89\">\n </a><footer>\n 2 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-02-23 04:32:43','2021-02-23 04:32:43','',12,'https://inspirewithangela.com/2021/02/23/12-revision-v1/',0,'revision','',0),(490,1,'2021-02-23 04:32:44','2021-02-23 04:32:44','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/books\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/books\">Read More...</a> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/126022562763772/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header>\n <p>Ok, so I have, must, got to ? my Nu-Nu...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/126022562763772/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t15.5256-10/144651288_843001349613424_3862493276653305910_n.jpg?_nc_cat=107&ccb=3&_nc_sid=ad6a45&_nc_ohc=_txcryOe7fIAX-ZqMwR&_nc_ht=scontent-atl3-1.xx&oh=c949ef4118cd692b4f7f9f16d2fa0e1d&oe=6057C586\">\n </a><footer>\n 0 1\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125802602785768/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/125802602785768/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/153231762_125802449452450_7066045559898147625_n.jpg?_nc_cat=106&ccb=3&_nc_sid=110474&_nc_ohc=LNVXCySznegAX_4YKro&_nc_ht=scontent-atl3-1.xx&tp=7&oh=77ab5cd68c4289063625e9ad4c6aa941&oe=605820CD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125457096153652/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header>\n <p>https://www.facebook.com/theNMAAM/videos/360695704897180/</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125097842856244/\" target=\"_blank\" rel=\"noopener\"> 20 Feb 2021</a></header>\n <p>Everything we need Ladies...starts from within. Your vision matters because...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/125097842856244/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-0/p480x480/151253299_125096029523092_4423957987994148279_n.jpg?_nc_cat=106&ccb=3&_nc_sid=110474&_nc_ohc=M7mFEyDvhkQAX-5TEYz&_nc_ht=scontent-atl3-1.xx&tp=6&oh=55562301e62a17660943db6838a39fcf&oe=6057CFBD\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/124588936240468/\" target=\"_blank\" rel=\"noopener\"> 19 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/124588936240468/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/147094369_1090775514773859_2945380617639681664_o.jpg?_nc_cat=101&ccb=3&_nc_sid=8024bb&_nc_ohc=E2ovDs1dTTYAX9olz_K&_nc_ht=scontent-atl3-1.xx&tp=7&oh=3b3e4d2486e05c3d5b4c14e228414082&oe=605A897B\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/124438176255544/\" target=\"_blank\" rel=\"noopener\"> 19 Feb 2021</a></header>\n <p>Ladies, what is it that you Love to do that...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/124438176255544/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t15.5256-10/140657696_2810870542494815_114657628968600401_n.jpg?_nc_cat=109&ccb=3&_nc_sid=ad6a45&_nc_ohc=PJ33axqSDvcAX-dWHko&_nc_ht=scontent-atl3-1.xx&oh=99c8b93d1a421ca91150a7c63a97f0b1&oe=60597D39\">\n </a><footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123924986306863/\" target=\"_blank\" rel=\"noopener\"> 18 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/123924986306863/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/p720x720/152037302_123924926306869_8252179729530309365_n.jpg?_nc_cat=108&ccb=3&_nc_sid=110474&_nc_ohc=ndEJxIb-GAQAX-ukKpv&_nc_ht=scontent-atl3-1.xx&tp=6&oh=e331e04ab6616355b19a88f7f1c22bdf&oe=6058DE27\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123503809682314/\" target=\"_blank\" rel=\"noopener\"> 18 Feb 2021</a></header>\n <p>As we find ourselves thinking about so many during these...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/123503809682314/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/p720x720/151317306_123503749682320_9222000737819166347_n.jpg?_nc_cat=101&ccb=3&_nc_sid=110474&_nc_ohc=YG36EpVu3ysAX9vpA2L&_nc_ht=scontent-atl3-1.xx&tp=6&oh=2a2253f7553f5fdda6d61dbc216e23fe&oe=6059FB56\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123026396396722/\" target=\"_blank\" rel=\"noopener\"> 17 Feb 2021</a></header>\n <p>Do you know where my books are? https://www.amazon.com/s?k=angela+flake&ref=nb_sb_noss Thank you...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/123026396396722/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/151672414_123021483063880_5056030758643173968_n.jpg?_nc_cat=111&ccb=3&_nc_sid=110474&_nc_ohc=kc8l3i6FRl8AX83683Q&_nc_ht=scontent-atl3-1.xx&tp=7&oh=3e527d3ac61498838d97508284947102&oe=6059AE89\">\n </a><footer>\n 2 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-02-23 04:32:44','2021-02-23 04:32:44','',12,'https://inspirewithangela.com/2021/02/23/12-revision-v1/',0,'revision','',0),(491,1,'2021-02-23 04:32:47','2021-02-23 04:32:47','[rev_slider alias=\"slider-3\" slidertitle=\"Inspire With Angela Slider\"][/rev_slider] \n <h3><a href=\"https://inspirewithangela.com/about/\">About Me</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/About-Me-p10vo3479lms4ypy0f5m45b7womeihzec1nktj0dmy.jpeg\" title=\"About Me\" alt=\"About Me\" /> \n <p>Always thinking, always writing, and always laughing! That sums me up. When I think about my life while walking out these last 46 years it never ceases to amaze me how I am still learning and <a href=\"http://inspirewithangela.com/about/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/product-category/books\">Let\'s Read</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/Lets-Read-Inspire-with-Angela-1-150x150.jpg\" title=\"Lets-Read-Inspire-with-Angela\" alt=\"Lets-Read-Inspire-with-Angela\" /> \n This is where I get to Encourage, Inspire, and Ignite you on your journey. I am happy I get to do it through words. Writing is not my hobby, it\'s my purpose. Thank you for letting me share this part of my journey with you. <a href=\"https://inspirewithangela.com/product-category/books\">Read More...</a> \n <h3><a href=\"https://inspirewithangela.com/product-category/t-shirts\">T-Shirts</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/T-shirt-Inspire-with-Angela-p1k5o6gpomkwf2kiz9iq0wjbpe6fygzskevhmri7ow.jpg\" title=\"T-shirt-Inspire-with-Angela\" alt=\"T-shirt-Inspire-with-Angela\" /> \n <p>Ladies, I am so excited to bring these words to life. Each shirt design allows you to be creative, have boldness, and share your confidence as you step out into the world and embrace your journey! You can trust there is a design here just for you! <a href=\"https://inspirewithangela.com/product-category/t-shirts\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/events\">Events</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Events-Inspire-with-angela-2-p1k5ofv2zhc6za38tdwtnuafxc2h2rq34j8r1l1rb4.jpg\" title=\"Events-Inspire-with-angela\" alt=\"Events-Inspire-with-angela\" /> \n <p>Stay up to date on what\'s going on and where I will be. Do you have something going on I need to know about? <a href=\"https://inspirewithangela.com/events/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/gallery\">Gallery</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/Gallery-p1k5o3n6imvgsckzsqmo9fdg7bqpapdkqurfszjwhc.jpg\" title=\"Gallery\" alt=\"Gallery\" /> \n <p>Getting to meet new people-Priceless. Hearing your story-Priceless. Sharing a hug-Priceless. Embracing your support-Priceless. Thank you for my memories. <a href=\"https://inspirewithangela.com/gallery/\">Read More...</a></p> \n <h3><a href=\"https://inspirewithangela.com/contact\">Contact</a></h3> \n <img src=\"https://inspirewithangela.com/wp-content/uploads/elementor/thumbs/contact-inspire-with-angela-2-p1xqrsn86i38y956o81ceuej7g1i498g299c7mcvsw.jpg\" title=\"contact-inspire-with-angela\" alt=\"contact-inspire-with-angela\" /> \n <p>Have a question or just need a bit more information about something on my page? Have an event you would like me to connect with? <a href=\"https://inspirewithangela.com/contact/\">Read More...</a></p> \n <h2>Author\'s Quotes</h2> \n [sp_testimonials_slider] \n <h2>Connect With Me</h2> \n <a href=\"https://www.facebook.com/angelaflake46\" target=\"_blank\" rel=\"noopener\">\n Facebook\n </a>\n <a href=\"https://www.instagram.com/angelaflake40/?hl=en\" target=\"_blank\" rel=\"noopener\">\n Instagram\n </a>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/126022562763772/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header>\n <p>This book read & video creation was chosen for last...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/126022562763772/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t15.5256-10/144651288_843001349613424_3862493276653305910_n.jpg?_nc_cat=107&ccb=3&_nc_sid=ad6a45&_nc_ohc=_txcryOe7fIAX-ZqMwR&_nc_ht=scontent-atl3-1.xx&oh=afe20fca593b8d87519d279bbdb1adfb&oe=605BBA06\">\n </a><footer>\n 0 1\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125802602785768/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/125802602785768/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/153231762_125802449452450_7066045559898147625_n.jpg?_nc_cat=106&ccb=3&_nc_sid=110474&_nc_ohc=LNVXCySznegAX_4YKro&_nc_ht=scontent-atl3-1.xx&tp=7&oh=77ab5cd68c4289063625e9ad4c6aa941&oe=605820CD\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125457096153652/\" target=\"_blank\" rel=\"noopener\"> 21 Feb 2021</a></header>\n <p>https://www.facebook.com/theNMAAM/videos/360695704897180/</p>\n <footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/125097842856244/\" target=\"_blank\" rel=\"noopener\"> 20 Feb 2021</a></header>\n <p>Everything we need Ladies...starts from within. Your vision matters because...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/125097842856244/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-0/p480x480/151253299_125096029523092_4423957987994148279_n.jpg?_nc_cat=106&ccb=3&_nc_sid=110474&_nc_ohc=M7mFEyDvhkQAX-5TEYz&_nc_ht=scontent-atl3-1.xx&tp=6&oh=8e28442fbda5e317d869264f1969be8d&oe=605BC43D\">\n </a><footer>\n 4 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/124588936240468/\" target=\"_blank\" rel=\"noopener\"> 19 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/124588936240468/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/147094369_1090775514773859_2945380617639681664_o.jpg?_nc_cat=101&ccb=3&_nc_sid=8024bb&_nc_ohc=E2ovDs1dTTYAX9olz_K&_nc_ht=scontent-atl3-1.xx&tp=7&oh=3b3e4d2486e05c3d5b4c14e228414082&oe=605A897B\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/124438176255544/\" target=\"_blank\" rel=\"noopener\"> 19 Feb 2021</a></header>\n <p>Ladies, what is it that you Love to do that...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/124438176255544/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t15.5256-10/140657696_2810870542494815_114657628968600401_n.jpg?_nc_cat=109&ccb=3&_nc_sid=ad6a45&_nc_ohc=PJ33axqSDvcAX-dWHko&_nc_ht=scontent-atl3-1.xx&oh=99c8b93d1a421ca91150a7c63a97f0b1&oe=60597D39\">\n </a><footer>\n 2 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123924986306863/\" target=\"_blank\" rel=\"noopener\"> 18 Feb 2021</a></header><a href=\"https://www.facebook.com/100294485336580/posts/123924986306863/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/p720x720/152037302_123924926306869_8252179729530309365_n.jpg?_nc_cat=108&ccb=3&_nc_sid=110474&_nc_ohc=ndEJxIb-GAQAX-ukKpv&_nc_ht=scontent-atl3-1.xx&tp=6&oh=e331e04ab6616355b19a88f7f1c22bdf&oe=6058DE27\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123503809682314/\" target=\"_blank\" rel=\"noopener\"> 18 Feb 2021</a></header>\n <p>As we find ourselves thinking about so many during these...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/123503809682314/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/p720x720/151317306_123503749682320_9222000737819166347_n.jpg?_nc_cat=101&ccb=3&_nc_sid=110474&_nc_ohc=VqULOzmGT30AX_Ne42P&_nc_ht=scontent-atl3-1.xx&tp=6&oh=c435eabc74a749968604c9dd0386df1d&oe=6059FB56\">\n </a><footer>\n 0 0\n </footer>\n <header>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><img src=\"https://graph.facebook.com/v4.0/100294485336580/picture\" alt=\"IN•spiration with Angela\"></a>\n <a href=\"https://www.facebook.com/100294485336580\" target=\"_blank\" rel=\"noopener\"><p>IN•spiration with Angela</p></a>\n <a href=\"https://www.facebook.com/100294485336580/posts/123026396396722/\" target=\"_blank\" rel=\"noopener\"> 17 Feb 2021</a></header>\n <p>Do you know where my books are? https://www.amazon.com/s?k=angela+flake&ref=nb_sb_noss Thank you...</p>\n <a href=\"https://www.facebook.com/100294485336580/posts/123026396396722/\" target=\"_blank\" rel=\"noopener\">\n <img src=\"https://scontent-atl3-1.xx.fbcdn.net/v/t1.0-9/s720x720/151672414_123021483063880_5056030758643173968_n.jpg?_nc_cat=111&ccb=3&_nc_sid=110474&_nc_ohc=kc8l3i6FRl8AX83683Q&_nc_ht=scontent-atl3-1.xx&tp=7&oh=3e527d3ac61498838d97508284947102&oe=6059AE89\">\n </a><footer>\n 2 0\n </footer>\n <h2>Contact Me</h2> \n <noscript>\n Notice: JavaScript is required for this content.</noscript>\n <!-- TODO: Move to Template File. -->','Homepage','','inherit','closed','closed','','12-revision-v1','','','2021-02-23 04:32:47','2021-02-23 04:32:47','',12,'https://inspirewithangela.com/2021/02/23/12-revision-v1/',0,'revision','',0),(492,1,'2021-02-23 14:36:05','2021-02-23 14:36:05','','Order – February 23, 2021 @ 02:36 PM','','wc-cancelled','open','closed','wc_order_f8pY0kLCr0dAq','order-feb-23-2021-0236-pm','','','2021-02-23 15:39:27','2021-02-23 15:39:27','',0,'https://inspirewithangela.com/?post_type=shop_order&p=492',0,'shop_order','',1),(496,1,'2021-03-01 19:23:31','2021-03-01 19:23:31','','Order – March 1, 2021 @ 07:23 PM','Happy to support your business! -Ekow','wc-processing','closed','closed','wc_order_2lwyxg3lLhBYw','order-mar-01-2021-0723-pm','','','2021-03-02 17:55:17','2021-03-02 17:55:17','',0,'https://inspirewithangela.com/?post_type=shop_order&p=496',0,'shop_order','',3),(497,3,'2021-03-01 20:57:50','2021-03-01 20:57:50','','Free Book giveaway and I want to see your Youth!','With the release of my new Poetry writing, we are giving away some books and helping all at the same time. Just bring a bag of canned goods/nonperishable food items and will get my latest copy in your young teens hands. Thank you so much for supporting this second of many #CommunityConnections I will be having.','publish','open','closed','','free-book-giveaway-and-i-want-to-see-your-youth','','','2021-04-29 15:46:54','2021-04-29 15:46:54','',0,'https://inspirewithangela.com/?post_type=tribe_events&p=497',0,'tribe_events','',0),(498,3,'2021-03-01 20:57:50','2021-03-01 20:57:50','','Free Book giveaway and I want to see your Youth!','With the release of my new Poetry writing, we are giving away some books and helping all at once. Just bring a bag of canned goods/nonperishable food items and will get my latest copy in your young teens hands. Thank you so much for supporting this second of many #CommunityConnections I will be having.','inherit','closed','closed','','497-revision-v1','','','2021-03-01 20:57:50','2021-03-01 20:57:50','',497,'https://inspirewithangela.com/2021/03/01/497-revision-v1/',0,'revision','',0),(499,3,'2021-03-01 20:57:50','2021-03-01 20:57:50','','Community Connection','','publish','closed','closed','','community-connection','','','2021-03-01 20:57:50','2021-03-01 20:57:50','',0,'https://inspirewithangela.com/venue/community-connection/',0,'tribe_venue','',0),(500,1,'2021-03-01 21:23:03','2021-03-01 21:23:03','','Order – March 1, 2021 @ 09:23 PM','','wc-processing','open','closed','wc_order_T03cTkdWrK9Yt','order-mar-01-2021-0923-pm','','','2021-03-01 21:23:09','2021-03-01 21:23:09','',0,'https://inspirewithangela.com/?post_type=shop_order&p=500',0,'shop_order','',2),(502,3,'2021-04-28 20:15:17','2021-04-28 20:15:17','Are you a Natural Girl! We look forward to bringing more shirts...lots of color!','KinkyGirlProverb','<h2 class=\"Text2285411882__root Text2285411882---typography-11-runningText s8gg2 _149OH InfoSectionTitle3095652555__root\" data-hook=\"info-section-title\">T-Shirt Description</h2>\n<div class=\"WncCi\" data-hook=\"info-section-description\">\n\nGildan Black 100% Cotton\n\n</div>','inherit','closed','closed','','388-autosave-v1','','','2021-04-28 20:15:17','2021-04-28 20:15:17','',388,'https://inspirewithangela.com/2021/04/14/388-autosave-v1/',0,'revision','',0),(503,3,'2021-04-15 15:34:33','2021-04-15 15:34:33','','KinkyGirlProverb','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','387-autosave-v1','','','2021-04-15 15:34:33','2021-04-15 15:34:33','',387,'https://inspirewithangela.com/2021/04/15/387-autosave-v1/',0,'revision','',0),(506,3,'2021-04-28 19:29:03','2021-04-28 19:29:03','Ladies, how do we express our Inergy? It all starts by going within. Have you ever tried to get life to call your bluff with the \"Okay, if something doesn\'t change I am giving up.\" Somehow we wanted \"Life\" to fix things and make it better because it was just too hard. I have felt burnt out, worn out, tossed out, hung out, and...well you get it. Women of Purpose realize that what they see is not temporary. We realize that our vision and drive is not measured by what the circumstances look like. We have a deeper connection of knowing as we find assurance in that place. I have joy because I see past my frustrations. I have confidence because I understand the process and can grow in the meantime. I have faith because I know where I have come from and those moments fuel my hope. <u>IN•ergy is at your core Ladies. </u>\n<ol>\n <li>IN•ergy helps sustain you in the midst of your journey as you\'re headed towards your destination.</li>\n <li>IN•ergy will pour into you even before you ask because its goal is to connect with your purpose.</li>\n <li>IN•ergy won\'t disappoint you because it has always known your purpose even when you couldn\'t see it.</li>\n</ol>\n<em> Ladies wear this T-shirt with Excitement! </em>','IN•spiration T-shirt line: IN•ergy','<p><strong>Bella Canvas Black Heathered USA Strong 100% cotton</strong></p><p>Machine wash warm inside out with like colors</p><p>Style: Unisex</p>','inherit','closed','closed','','245-autosave-v1','','','2021-04-28 19:29:03','2021-04-28 19:29:03','',245,'https://inspirewithangela.com/2021/04/28/245-autosave-v1/',0,'revision','',0),(507,3,'2021-04-28 20:06:58','2021-04-28 20:06:58','Ladies, how do we express our passion for having fierce IN•vision? It all starts by going within. Trust me- I get it, the process is not always easy. If we\'re honest, it\'s in this space where we find ourselves doubting or getting stagnant because the pain of changing and bringing forth our purpose can be overwhelming at times. <u>Vision is not just what you see with your eyes.</u> It comes from going inward to get those things necessary to see beyond the hurt, pain, setbacks, & hurdles that make us lose focus. <em>Vision is knowing inside of you is a plan.</em> Vision is pulling on perseverance beyond the pain. Vision is being aware that your internal instincts are ready to assist at any moment.\n\nWhat is IN•vision? Its your internal blueprint for success!\n\nWear this shirt with \"Your Creative Glasses in Focus\"','IN•spiration T-shirt line: IN•vision','<p>Black Bella Canvas USA Strong 100% cotton</p><p>Machine wash warm inside out with like colors</p><p>Do you wear Bella Canvas? It\'s a Woman\'s shirt that is soft, classic, and lays close to the body.</p>','inherit','closed','closed','','257-autosave-v1','','','2021-04-28 20:06:58','2021-04-28 20:06:58','',257,'https://inspirewithangela.com/2021/04/28/257-autosave-v1/',0,'revision','',0),(508,3,'2021-04-28 20:10:53','2021-04-28 20:10:53','Ladies, how do we express our Intelligence? It all starts from within. Intelligence is not based on your job status or your College degree. Ladies, we know that our gifts and purpose comes from within. <u>We house our unique traits that assist us in our daily lives which in turn allows us to walk in the confidence of who we are.</u> So, let\'s not let our backgrounds shame us or inflat us. Let\'s embrace that on the inside of us lies some amazing things, amazing talents, and amazing creativity. This shirt design carries you beyond what the world tells you and it reinforces what you already know:\n\n<strong>INside of you brings forth your IN•telligence that opens up your vision for success!</strong>\n\n<strong>Wear this design with pride! </strong>','IN•spiration T-shirt line: IN•telligence','<p>Black Bella Canvas USA Strong 100% cotton</p><p>Machine wash warm inside out with like colors</p><p>Do you wear Bella Canvas? It\'s a Woman\'s shirt that is soft, classic, and lays close to the body.</p>','inherit','closed','closed','','252-autosave-v1','','','2021-04-28 20:10:53','2021-04-28 20:10:53','',252,'https://inspirewithangela.com/2021/04/28/252-autosave-v1/',0,'revision','',0),(509,3,'2021-04-28 20:13:52','2021-04-28 20:13:52','Ladies, where do we get Inspiration? It all starts by going within. We have said it and heard it, \"Wow you look good to be your age,\" or \"You can\'t have that many children.\" If we are honest my seasoned women and my young ladies, many of us can agree that we don\'t look nothing like what we have been through. I am often reminded of this when I look back on my path and see how grace and favor showed up. When someone came and helped me get through. Inspiration won\'t let us throw in the towel. Inspiration from within calls us to pull on things that the world can temporarily shower us with. The road we have traveled thus far may not have always given us the reward we should have received, yet we hear an inner calling to <em>Press with Purpose.</em>\n<ol>\n <li>IN•spiration will always be waiting at the intersection.</li>\n <li>IN•spiration will always be present when doubt speaks.</li>\n <li>IN•spiration will give you exactly what you need.\n<strong><u>Wear this design with Joy!</u></strong></li>\n</ol>','IN•spiration T-shirt line: IN•spiration','<p><strong>Bella Canvas Black Heathered USA Strong 100% cotton</strong></p><p>Machine wash warm inside out with like colors</p><p>Style: Unisex</p>','inherit','closed','closed','','248-autosave-v1','','','2021-04-28 20:13:52','2021-04-28 20:13:52','',248,'https://inspirewithangela.com/2021/04/28/248-autosave-v1/',0,'revision','',0),(510,3,'2021-04-28 20:18:51','2021-04-28 20:18:51','Ladies, how do we express our passion for being an Introvert? It all starts by going within. I love this design because for as long as I can remember you were taught that you were either an introvert or an extrovert. I was the introvert. Loner, shy, not real talkative, can sit in the back and be ok. I now realize so much and see things so differently. Many times as women our very thing we thought was a negative about us was actually a blessing to have. I understand how important it is to utilize what I have and see the beauty of my qualities. I have gained confidence, sharpened my instincts, and learned to be ok with learning about ME. It\'s not bliss all the time, and there are moments we feel like no one understands us as we move throughout life. You will feel alone. Let me encourage you that no matter what side of the road you feel comfortable being on, an IN•trovert is very special in that what you saw as a hindrance or somehow was not a very popular personality is just what is needed to unmask the <u>#WomanOfPurpose</u> that you are.\n\n<u>At the right moment when its time to flourish and show what has been hidden...the IN•trovert in you will arise and let her journey speak for itself!</u>\n\n<em>Wear this t-shirt design with boldness Ladies!</em>','IN•spiration T-shirt line: IN•trovert','Bella Canvas Black Heathered USA Strong 100% cotton\n\nMachine wash warm inside out with like colors\n\nStyle: Unisex','inherit','closed','closed','','246-autosave-v1','','','2021-04-28 20:18:51','2021-04-28 20:18:51','',246,'https://inspirewithangela.com/2021/04/28/246-autosave-v1/',0,'revision','',0),(511,1,'2021-04-28 21:02:30','2021-04-28 21:02:30','','Order – April 28, 2021 @ 09:02 PM','','wc-cancelled','open','closed','wc_order_hWFhGz1sN2v2u','order-apr-28-2021-0902-pm','','','2021-04-28 22:43:22','2021-04-28 22:43:22','',0,'https://inspirewithangela.com/?post_type=shop_order&p=511',0,'shop_order','',1),(512,3,'2021-04-29 15:42:10','2021-04-29 15:42:10','3845 Raleigh Millington Rd\r\n\r\nMemphis, TN. 38128','CommunityConnection#4 New Wine Women\'s Conference','','publish','open','closed','','communityconnection4-new-wine-womens-conference','','','2021-04-29 15:52:30','2021-04-29 15:52:30','',0,'https://inspirewithangela.com/?post_type=tribe_events&p=512',0,'tribe_events','',0),(513,3,'2021-04-29 15:42:10','2021-04-29 15:42:10','','CommunityConnection#4 New Wine Women\'s Conference','','inherit','closed','closed','','512-revision-v1','','','2021-04-29 15:42:10','2021-04-29 15:42:10','',512,'https://inspirewithangela.com/2021/04/29/512-revision-v1/',0,'revision','',0),(514,3,'2021-04-29 15:45:59','2021-04-29 15:45:59','','Free Book giveaway and I want to see your Youth!','With the release of my new Poetry writing, we are giving away some books and helping all at on. Just bring a bag of canned goods/nonperishable food items and will get my latest copy in your young teens hands. Thank you so much for supporting this second of many #CommunityConnections I will be having.','inherit','closed','closed','','497-autosave-v1','','','2021-04-29 15:45:59','2021-04-29 15:45:59','',497,'https://inspirewithangela.com/2021/04/29/497-autosave-v1/',0,'revision','',0),(515,3,'2021-04-29 15:46:54','2021-04-29 15:46:54','','Free Book giveaway and I want to see your Youth!','With the release of my new Poetry writing, we are giving away some books and helping all at the same time. Just bring a bag of canned goods/nonperishable food items and will get my latest copy in your young teens hands. Thank you so much for supporting this second of many #CommunityConnections I will be having.','inherit','closed','closed','','497-revision-v1','','','2021-04-29 15:46:54','2021-04-29 15:46:54','',497,'https://inspirewithangela.com/2021/04/29/497-revision-v1/',0,'revision','',0),(516,3,'2021-04-29 15:52:54','2021-04-29 15:52:54','3845 Raleigh Millington Rd\r\n\r\nMemphis, TN. 38128','CommunityConnection#4 New Wine Women\'s Conference','','inherit','closed','closed','','512-autosave-v1','','','2021-04-29 15:52:54','2021-04-29 15:52:54','',512,'https://inspirewithangela.com/2021/04/29/512-autosave-v1/',0,'revision','',0),(517,3,'2021-04-29 15:52:30','2021-04-29 15:52:30','3845 Raleigh Millington Rd\r\n\r\nMemphis, TN. 38128','CommunityConnection#4 New Wine Women\'s Conference','','inherit','closed','closed','','512-revision-v1','','','2021-04-29 15:52:30','2021-04-29 15:52:30','',512,'https://inspirewithangela.com/2021/04/29/512-revision-v1/',0,'revision','',0),(518,3,'2021-04-29 16:32:51','2021-04-29 16:32:51','<h4>House of Mtenzi Museum</h4>\r\n<h4>1289 Madison Avenue</h4>\r\n<h4>Memphis, TN. 38104</h4>','CommunityConnection#3 Rise of 300 Moral Leaders Inductee Ceremony','','publish','open','closed','','communityconnection3-rise-of-300-moral-leaders-inductee-ceremony','','','2021-04-29 16:32:51','2021-04-29 16:32:51','',0,'https://inspirewithangela.com/?post_type=tribe_events&p=518',0,'tribe_events','',0),(519,3,'2021-04-29 16:32:51','2021-04-29 16:32:51','<h4>House of Mtenzi Museum</h4>\r\n<h4>1289 Madison Avenue</h4>\r\n<h4>Memphis, TN. 38104</h4>','CommunityConnection#3 Rise of 300 Moral Leaders Inductee Ceremony','','inherit','closed','closed','','518-revision-v1','','','2021-04-29 16:32:51','2021-04-29 16:32:51','',518,'https://inspirewithangela.com/2021/04/29/518-revision-v1/',0,'revision','',0),(525,3,'2021-05-02 19:11:39','2021-05-02 19:11:39','','smilebig','Enjoying my new website and hope you will as well! Thank you for all the support!','publish','closed','closed','','smilebig','','','2021-05-13 20:01:05','2021-05-13 20:01:05','',0,'https://inspirewithangela.com/?post_type=shop_coupon&p=525',0,'shop_coupon','',0),(528,3,'2021-05-11 19:42:41','2021-05-11 19:42:41','','IMG_3476','The wonderful Oscar Robinson','inherit','open','closed','','img_3476','','','2021-05-12 16:23:38','2021-05-12 16:23:38','',0,'https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476.jpg',0,'attachment','image/jpeg',0),(529,3,'2021-05-11 19:42:54','2021-05-11 19:42:54','','IMG_3478','','inherit','open','closed','','img_3478','','','2021-05-11 19:42:54','2021-05-11 19:42:54','',0,'https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3478.jpg',0,'attachment','image/jpeg',0),(533,3,'2021-05-11 19:48:18','2021-05-11 19:48:18','','IMG_3454','Memphis @ HOMMuseum','inherit','open','closed','','img_3454','','','2021-05-11 20:11:27','2021-05-11 20:11:27','',0,'https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454.jpg',0,'attachment','image/jpeg',0),(535,3,'2021-05-11 19:49:29','2021-05-11 19:49:29','','IMG_3478','Lovely Lady supporting #Memphis901','inherit','open','closed','','img_3478-2','','','2021-05-11 20:15:32','2021-05-11 20:15:32','',0,'https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3478-1.jpg',0,'attachment','image/jpeg',0),(536,3,'2021-05-11 19:49:34','2021-05-11 19:49:34','','IMG_3611','Womens Conference 2021','inherit','open','closed','','img_3611','','','2021-05-11 20:11:39','2021-05-11 20:11:39','',0,'https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611.jpg',0,'attachment','image/jpeg',0),(537,3,'2021-05-11 19:50:26','2021-05-11 19:50:26','','IMG_3630','Got my poetry book for her teen!','inherit','open','closed','','img_3630-2','','','2021-05-11 20:11:51','2021-05-11 20:11:51','',0,'https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1.jpg',0,'attachment','image/jpeg',0),(538,3,'2021-05-11 19:51:34','2021-05-11 19:51:34','','IMG_E3451','We make it look easy w/DJ Kairy','inherit','open','closed','','img_e3451-2','','','2021-05-11 20:14:40','2021-05-11 20:14:40','',0,'https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1.jpg',0,'attachment','image/jpeg',0),(539,3,'2021-05-11 19:52:27','2021-05-11 19:52:27','','IMG_E3467','','inherit','open','closed','','img_e3467','','','2021-05-11 19:52:27','2021-05-11 19:52:27','',0,'https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3467.jpg',0,'attachment','image/jpeg',0),(540,3,'2021-05-11 19:53:22','2021-05-11 19:53:22','','IMG_E3470','Memphis House of Mtenzi','inherit','open','closed','','img_e3470-3','','','2021-05-11 20:14:58','2021-05-11 20:14:58','',0,'https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2.jpg',0,'attachment','image/jpeg',0),(542,3,'2021-05-11 21:39:07','2021-05-11 21:39:07','Remember-Purpose is always present whether you can feel it or not.\n\nIt\'s apart of your journey. It was placed inside of you.','Purpose','','inherit','closed','closed','','178-autosave-v1','','','2021-05-11 21:39:07','2021-05-11 21:39:07','',178,'https://inspirewithangela.com/2021/05/11/178-autosave-v1/',0,'revision','',0),(543,3,'2021-05-12 16:39:44','2021-05-12 16:39:44','<h2>Gallery</h2> \n <dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"720\" height=\"960\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643.jpg 720w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643-600x800.jpg 600w\" sizes=\"(max-width: 720px) 100vw, 720px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-300x300.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-150x150.jpg 150w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-600x600.jpg 600w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-100x100.jpg 100w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-rotated.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"528\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027.jpg 528w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027-248x300.jpg 248w\" sizes=\"(max-width: 528px) 100vw, 528px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"480\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080-300x225.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080-600x450.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"429\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"428\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014.jpg 428w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014-201x300.jpg 201w\" sizes=\"(max-width: 428px) 100vw, 428px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1242\" height=\"1329\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500.jpg 1242w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-280x300.jpg 280w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-957x1024.jpg 957w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-768x822.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-600x642.jpg 600w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"427\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011-300x200.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011-600x400.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"518\" height=\"960\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641.jpg 518w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641-162x300.jpg 162w\" sizes=\"(max-width: 518px) 100vw, 518px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl>\n <br style=\'clear: both\' />','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-05-12 16:39:44','2021-05-12 16:39:44','',63,'https://inspirewithangela.com/2021/05/12/63-revision-v1/',0,'revision','',0),(544,3,'2021-05-12 16:39:44','2021-05-12 16:39:44','<h2>Gallery</h2> \n <dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"720\" height=\"960\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643.jpg 720w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643-600x800.jpg 600w\" sizes=\"(max-width: 720px) 100vw, 720px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-300x300.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-150x150.jpg 150w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-600x600.jpg 600w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-100x100.jpg 100w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-rotated.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"528\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027.jpg 528w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027-248x300.jpg 248w\" sizes=\"(max-width: 528px) 100vw, 528px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"480\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080-300x225.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080-600x450.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"429\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"428\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014.jpg 428w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014-201x300.jpg 201w\" sizes=\"(max-width: 428px) 100vw, 428px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1242\" height=\"1329\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500.jpg 1242w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-280x300.jpg 280w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-957x1024.jpg 957w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-768x822.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-600x642.jpg 600w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"427\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011-300x200.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011-600x400.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"518\" height=\"960\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641.jpg 518w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641-162x300.jpg 162w\" sizes=\"(max-width: 518px) 100vw, 518px\" />\n </dt></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt></dl>\n <br style=\'clear: both\' />','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-05-12 16:39:44','2021-05-12 16:39:44','',63,'https://inspirewithangela.com/2021/05/12/63-revision-v1/',0,'revision','',0),(545,3,'2021-05-12 16:39:44','2021-05-12 16:39:44','<h2>Gallery</h2> \n <dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-426\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6245-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-426\'>\n Family smiles and support\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1923\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-scaled.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-537\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-scaled.jpg 1923w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-769x1024.jpg 769w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-768x1022.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-1154x1536.jpg 1154w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-1539x2048.jpg 1539w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3630-1-600x799.jpg 600w\" sizes=\"(max-width: 1923px) 100vw, 1923px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-537\'>\n Got my poetry book for her teen!\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-418\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5903-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-418\'>\n Little Rock Night Market\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-414\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3742-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-414\'>\n Meeting new faces\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-417\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5728-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-417\'>\n This super smart young gal and her G’ma\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1923\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-scaled.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-538\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-scaled.jpg 1923w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-769x1024.jpg 769w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-768x1022.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-1154x1536.jpg 1154w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-1539x2048.jpg 1539w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3451-1-600x799.jpg 600w\" sizes=\"(max-width: 1923px) 100vw, 1923px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-538\'>\n We make it look easy w/DJ Kairy\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-279\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-rotated-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2089-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-279\'>\n Enjoying our debut on SBL\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-427\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6670-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-427\'>\n Debra and Bonita two great Ladies\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-413\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3741-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-413\'>\n Hanging with my favorite people\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"480\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-424\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080-300x225.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6080-600x450.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-424\'>\n Kings Guard in “Black Panther” Hasaan Rasheed \n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"720\" height=\"960\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-410\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643.jpg 720w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0643-600x800.jpg 600w\" sizes=\"(max-width: 720px) 100vw, 720px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-410\'>\n All smiles at Women’s Conference\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1923\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-scaled.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-540\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-scaled.jpg 1923w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-769x1024.jpg 769w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-768x1022.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-1154x1536.jpg 1154w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-1539x2048.jpg 1539w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_E3470-2-600x799.jpg 600w\" sizes=\"(max-width: 1923px) 100vw, 1923px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-540\'>\n Memphis House of Mtenzi\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-412\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_3726-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-412\'>\n Speaking at breakfast event\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"768\" height=\"1024\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3478-1-rotated.jpg\" alt=\"Memphis 2021\" loading=\"lazy\" aria-describedby=\"gallery-1-535\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3478-1-rotated.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3478-1-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3478-1-600x800.jpg 600w\" sizes=\"(max-width: 768px) 100vw, 768px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-535\'>\n Lovely Lady supporting #Memphis901\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"528\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-423\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027.jpg 528w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6027-248x300.jpg 248w\" sizes=\"(max-width: 528px) 100vw, 528px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-423\'>\n Love from Unc’\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-420\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5953-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-420\'>\n Lunch with the famous Marty\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"518\" height=\"960\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-409\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641.jpg 518w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_0641-162x300.jpg 162w\" sizes=\"(max-width: 518px) 100vw, 518px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-409\'>\n Sharing book at SJBChurch\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-415\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-300x300.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-150x150.jpg 150w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-600x600.jpg 600w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5328-100x100.jpg 100w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-415\'>\n With the lovely Tyra Eckwood\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1920\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-528\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476.jpg 1920w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476-768x1024.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476-1152x1536.jpg 1152w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476-1536x2048.jpg 1536w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3476-600x800.jpg 600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-528\'>\n The wonderful Oscar Robinson\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon landscape\'>\n <img width=\"640\" height=\"427\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-421\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011.jpg 640w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011-300x200.jpg 300w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6011-600x400.jpg 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-421\'>\n Thank you Tiffany\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-429\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7009-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-429\'>\n Leo Preston and “The Artist Lounge”\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"428\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-422\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014.jpg 428w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6014-201x300.jpg 201w\" sizes=\"(max-width: 428px) 100vw, 428px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-422\'>\n Book signing in Ft. Smith\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1923\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-scaled.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-536\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-scaled.jpg 1923w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-769x1024.jpg 769w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-768x1022.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-1154x1536.jpg 1154w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-1539x2048.jpg 1539w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3611-600x799.jpg 600w\" sizes=\"(max-width: 1923px) 100vw, 1923px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-536\'>\n Womens Conference 2021\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-430\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_7049-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-430\'>\n Love sharing about Purpose!\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-416\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5662-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-416\'>\n Washington DC trip-sharing my book\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-428\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-rotated.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6782-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-428\'>\n The talented Robin Clayton surveying my book!\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1242\" height=\"1329\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-411\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500.jpg 1242w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-280x300.jpg 280w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-957x1024.jpg 957w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-768x822.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_1500-600x642.jpg 600w\" sizes=\"(max-width: 1242px) 100vw, 1242px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-411\'>\n Thank you HOMM (House of Mtenzi Museum)\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"1923\" height=\"2560\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-scaled.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-533\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-scaled.jpg 1923w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-225x300.jpg 225w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-769x1024.jpg 769w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-768x1022.jpg 768w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-1154x1536.jpg 1154w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-1539x2048.jpg 1539w, https://inspirewithangela.com/wp-content/uploads/2021/05/IMG_3454-600x799.jpg 600w\" sizes=\"(max-width: 1923px) 100vw, 1923px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-533\'>\n Memphis @ HOMMuseum\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"481\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-rotated.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-419\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-rotated.jpg 481w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_5928-225x300.jpg 225w\" sizes=\"(max-width: 481px) 100vw, 481px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-419\'>\n Mom and daughter\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"429\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-276\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116.jpg 429w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2116-201x300.jpg 201w\" sizes=\"(max-width: 429px) 100vw, 429px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-276\'>\n Models sporting new Tshirt line 10-2020\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-425\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_6085-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-425\'>\n Night Market in LR\n </dd></dl><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-277\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2100-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-277\'>\n My girls supporting Mom\n </dd></dl><br style=\"clear: both\" /><dl class=\'gallery-item\'>\n <dt class=\'gallery-icon portrait\'>\n <img width=\"480\" height=\"640\" src=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg\" alt=\"\" loading=\"lazy\" aria-describedby=\"gallery-1-278\" srcset=\"https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097.jpg 480w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-450x600.jpg 450w, https://inspirewithangela.com/wp-content/uploads/2021/01/IMG_2097-225x300.jpg 225w\" sizes=\"(max-width: 480px) 100vw, 480px\" />\n </dt>\n <dd class=\'wp-caption-text gallery-caption\' id=\'gallery-1-278\'>\n Host of SBL Leah Patterson\n </dd></dl>\n <br style=\'clear: both\' />','Gallery','','inherit','closed','closed','','63-revision-v1','','','2021-05-12 16:39:44','2021-05-12 16:39:44','',63,'https://inspirewithangela.com/2021/05/12/63-revision-v1/',0,'revision','',0),(547,3,'2021-06-02 15:53:23','2021-06-02 15:53:23','Come out Little Rock and support a great mission to pour into our Black-owned Businesses as we continue to celebrate through change. That is how we succeed as a community...change! This is a $10,000 match campaign that you can get more information about at Remixideas.com','Shop Black @ Wright Ave.','','publish','open','closed','','shop-black-wright-ave','','','2021-06-02 15:53:23','2021-06-02 15:53:23','',0,'https://inspirewithangela.com/?post_type=tribe_events&p=547',0,'tribe_events','',0),(548,3,'2021-06-02 15:53:23','2021-06-02 15:53:23','Come out Little Rock and support a great mission to pour into our Black-owned Businesses as we continue to celebrate through change. That is how we succeed as a community...change! This is a $10,000 match campaign that you can get more information about at Remixideas.com','Shop Black @ Wright Ave.','','inherit','closed','closed','','547-revision-v1','','','2021-06-02 15:53:23','2021-06-02 15:53:23','',547,'https://inspirewithangela.com/2021/06/02/547-revision-v1/',0,'revision','',0),(549,3,'2021-06-02 15:53:23','2021-06-02 15:53:23','','Shop Black','','publish','closed','closed','','shop-black','','','2021-06-02 15:53:23','2021-06-02 15:53:23','',0,'https://inspirewithangela.com/venue/shop-black/',0,'tribe_venue','',0),(552,3,'2021-06-02 22:29:10','2021-06-02 22:29:10','Looking forward to celebrating the opening of Joe Jackson\'s The Burger House.\r\n\r\nCome out and enjoy great music, activities, and of course food! So happy for his success and getting to this milestone.\r\n\r\nSee you there!','Grand Opening of \"The Burger House\" in Little Rock','','publish','open','closed','','grand-opening-of-the-burger-house-in-little-rock','','','2021-06-02 22:29:10','2021-06-02 22:29:10','',0,'https://inspirewithangela.com/?post_type=tribe_events&p=552',0,'tribe_events','',0),(553,3,'2021-06-02 22:29:10','2021-06-02 22:29:10','Looking forward to celebrating the opening of Joe Jackson\'s The Burger House.\r\n\r\nCome out and enjoy great music, activities, and of course food! So happy for his success and getting to this milestone.\r\n\r\nSee you there!','Grand Opening of \"The Burger House\" in Little Rock','','inherit','closed','closed','','552-revision-v1','','','2021-06-02 22:29:10','2021-06-02 22:29:10','',552,'https://inspirewithangela.com/2021/06/02/552-revision-v1/',0,'revision','',0),(554,3,'2021-06-02 22:29:10','2021-06-02 22:29:10','','Restaurant Opening','','publish','closed','closed','','restaurant-opening','','','2021-06-02 22:29:10','2021-06-02 22:29:10','',0,'https://inspirewithangela.com/venue/restaurant-opening/',0,'tribe_venue','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css` -- DROP TABLE IF EXISTS `wp_revslider_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text COLLATE utf8_unicode_ci NOT NULL, `settings` longtext COLLATE utf8_unicode_ci, `hover` longtext COLLATE utf8_unicode_ci, `advanced` longtext COLLATE utf8_unicode_ci, `params` longtext COLLATE utf8_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=110 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css` -- LOCK TABLES `wp_revslider_css` WRITE; /*!40000 ALTER TABLE `wp_revslider_css` DISABLE KEYS */; INSERT INTO `wp_revslider_css` VALUES (1,'.tp-caption.medium_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\"}'),(2,'.tp-caption.small_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(3,'.tp-caption.medium_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(4,'.tp-caption.large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(5,'.tp-caption.very_large_text','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(6,'.tp-caption.very_big_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\",\"padding-top\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"padding\":\"0px 4px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(9,'.tp-caption.modern_medium_fat_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(10,'.tp-caption.modern_medium_light','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(11,'.tp-caption.modern_big_bluebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\"}'),(12,'.tp-caption.modern_big_redbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"padding-top\":\"1px\",\"letter-spacing\":\"0\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\"}'),(13,'.tp-caption.modern_small_text_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"white-space\":\"nowrap\"},\"hover\":\"\"}','{\"color\":\"#555\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\"}'),(14,'.tp-caption.boxshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"},\"hover\":\"\"}','[]'),(15,'.tp-caption.black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000\"}'),(16,'.tp-caption.noshadow','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','[]'),(17,'.tp-caption.thinheadline_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"rgba(0,0,0,0.85)\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#000\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"position\":\"absolute\",\"text-shadow\":\"none\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"-1.5px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\"},\"hover\":\"\"}','{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px 4px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"width\":\"4000px\",\"height\":\"150px\"},\"hover\":\"\"}','{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":[],\"hover\":\"\"}','{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg','{\"translated\":5,\"type\":\"text\",\"version\":\"4\"}','null','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'),(48,'.tp-caption.MarkerDisplay','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ff0000\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"font-style\":\"normal\",\"font-family\":\"Permanent Marker\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(49,'.tp-caption.Restaurant-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"120px\",\"line-height\":\"120px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(50,'.tp-caption.Restaurant-Cursive','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Nothing you could do\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(51,'.tp-caption.Restaurant-ScrollDownText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(52,'.tp-caption.Restaurant-Description','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(53,'.tp-caption.Restaurant-Price','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(54,'.tp-caption.Restaurant-Menuitem','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"power2.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(55,'.tp-caption.Furniture-LogoText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"160px\",\"line-height\":\"150px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(56,'.tp-caption.Furniture-Plus','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0.5\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"box-shadow\":\"rgba(0,0,0,0.1) 0 1px 3px\"},\"hover\":\"\"}','{\"color\":\"#e6cfa3\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"6px\",\"7px\",\"4px\",\"7px\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(57,'.tp-caption.Furniture-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\",\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(58,'.tp-caption.Furniture-Subtitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(59,'.tp-caption.Gym-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(60,'.tp-caption.Gym-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(61,'.tp-caption.Gym-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"22\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(62,'.tp-caption.Fashion-SmallText','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"20px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(63,'.tp-caption.Fashion-BigDisplay','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(64,'.tp-caption.Fashion-TextBlock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"40px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(65,'.tp-caption.Sports-Display','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"13px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(66,'.tp-caption.Sports-DisplayFat','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":[\"\"],\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"130px\",\"line-height\":\"130px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(67,'.tp-caption.Sports-Subline','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\"},\"hover\":\"\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"font-size\":\"32px\",\"line-height\":\"32px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Raleway\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(68,'.tp-caption.Instagram-Caption','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(69,'.tp-caption.News-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"60px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(70,'.tp-caption.News-Subtitle','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0px\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"300\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"24px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Roboto Slab\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(71,'.tp-caption.Photography-Display','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"5px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"80px\",\"line-height\":\"70px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(72,'.tp-caption.Photography-Subline','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#777777\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(73,'.tp-caption.Photography-ImageHover','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"1000\",\"easing\":\"power3.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(74,'.tp-caption.Photography-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#00ffde\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0.65\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(75,'.tp-caption.Photography-Textblock','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(76,'.tp-caption.Photography-Subline-2','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"20px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(77,'.tp-caption.Photography-ImageHover2','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"0.5\",\"scalex\":\"0.8\",\"scaley\":\"0.8\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"500\",\"easing\":\"back.out\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20\",\"line-height\":\"22\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Arial\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(78,'.tp-caption.WebProduct-Title','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(79,'.tp-caption.WebProduct-SubTitle','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(80,'.tp-caption.WebProduct-Content','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\"}'),(81,'.tp-caption.WebProduct-Menuitem','{\"hover\":\"true\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#999999\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(82,'.tp-caption.WebProduct-Title-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"90px\",\"line-height\":\"90px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(83,'.tp-caption.WebProduct-SubTitle-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.35\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(84,'.tp-caption.WebProduct-Content-Light','{\"hover\":\"false\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"0.65\",\"font-size\":\"16px\",\"line-height\":\"24px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"parallax\":\"-\"}'),(85,'.tp-caption.FatRounded','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"text-shadow\":\"none\"},\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"20px\",\"22px\",\"20px\",\"25px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.5\",\"border-color\":\"#d3d3d3\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0px\",\"border-radius\":[\"50px\",\"50px\",\"50px\",\"50px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(86,'.tp-caption.NotGeneric-Title','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"[object Object]\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"70px\",\"line-height\":\"70px\",\"font-weight\":\"800\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 0px 10px 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(87,'.tp-caption.NotGeneric-SubTitle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"4px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"20px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(88,'.tp-caption.NotGeneric-CallToAction','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"10px 30px 10px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(89,'.tp-caption.NotGeneric-Icon','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"default\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"0px 0px 0px 0px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(90,'.tp-caption.NotGeneric-Menuitem','{\"hover\":\"true\",\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":\"27px 30px 27px 30px\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":\"0px 0px 0px 0px\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(91,'.tp-caption.MarkerStyle','{\"translated\":5,\"type\":\"text\",\"version\":\"5.0\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"text-align\":\"left\",\"0\":\"\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"30px\",\"font-weight\":\"100\",\"font-style\":\"normal\",\"font-family\":\"\\\"Permanent Marker\\\"\",\"padding\":\"0 0 0 0\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":\"0 0 0 0\",\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(92,'.tp-caption.Gym-Menuitem','{\"hover\":\"true\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"200\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"300\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"3px\",\"5px\",\"3px\",\"8px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(93,'.tp-caption.Newspaper-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#FFFFFF\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"13px\",\"line-height\":\"17px\",\"font-weight\":\"700\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#ffffff\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(94,'.tp-caption.Newspaper-Subtitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#a8d8ee\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"20px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"0\",\"0\",\"0\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(95,'.tp-caption.Newspaper-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(96,'.tp-caption.Newspaper-Title-Centered','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"50px\",\"line-height\":\"55px\",\"font-weight\":\"400\",\"font-style\":\"normal\",\"font-family\":\"\\\"Roboto Slab\\\"\",\"padding\":[\"0\",\"0\",\"10px\",\"0\"],\"text-decoration\":\"none\",\"text-align\":\"center\",\"background-color\":\"transparent\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(97,'.tp-caption.Hero-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#000000\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(98,'.tp-caption.Video-Title','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#fff\",\"color-transparency\":\"1\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(99,'.tp-caption.Video-SubTitle','{\"hover\":\"false\",\"type\":\"text\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"0\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"12px\",\"line-height\":\"12px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"5px\",\"5px\",\"5px\",\"5px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0.35\",\"border-color\":\"transparent\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"0\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"-20%\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(100,'.tp-caption.NotGeneric-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\",\"text-align\":\"left\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"1\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(101,'.tp-caption.NotGeneric-BigButton','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"14px\",\"line-height\":\"14px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"27px\",\"30px\",\"27px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.15\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(102,'.tp-caption.WebProduct-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#333333\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#ffffff\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"16px\",\"line-height\":\"48px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"0px\",\"40px\",\"0px\",\"40px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#333333\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"none\",\"border-width\":\"2\",\"border-radius\":[\"0\",\"0\",\"0\",\"0\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(103,'.tp-caption.Restaurant-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffe081\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"3px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"500\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#0a0a0a\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(104,'.tp-caption.Gym-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power1.inOut\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#8bc027\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"0\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(105,'.tp-caption.Gym-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#72a800\",\"background-transparency\":\"0\",\"border-color\":\"#8bc027\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"power2.inOut\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"transparent\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(106,'.tp-caption.Sports-Button-Light','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(107,'.tp-caption.Sports-Button-Red','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"1\",\"border-color\":\"#000000\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"500\",\"easing\":\"none\"}','{\"idle\":{\"letter-spacing\":\"2px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"17px\",\"line-height\":\"17px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"12px\",\"35px\",\"12px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#db1c22\",\"background-transparency\":\"1\",\"border-color\":\"#db1c22\",\"border-transparency\":\"0\",\"border-style\":\"solid\",\"border-width\":\"2px\",\"border-radius\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(108,'.tp-caption.Photography-Button','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"auto\",\"speed\":\"300\",\"easing\":\"power3.out\"}','{\"idle\":{\"letter-spacing\":\"1px\"},\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"600\",\"font-style\":\"normal\",\"font-family\":\"Raleway\",\"padding\":[\"13px\",\"35px\",\"13px\",\"35px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.25\",\"border-style\":\"solid\",\"border-width\":\"1px\",\"border-radius\":[\"30px\",\"30px\",\"30px\",\"30px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'),(109,'.tp-caption.Newspaper-Button-2','{\"hover\":\"true\",\"type\":\"button\",\"version\":\"5.0\",\"translated\":\"5\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"text-decoration\":\"none\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"1\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"opacity\":\"1\",\"scalex\":\"1\",\"scaley\":\"1\",\"skewx\":\"0\",\"skewy\":\"0\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"pointer_events\":\"auto\",\"css_cursor\":\"pointer\",\"speed\":\"300\",\"easing\":\"none\"}','{\"idle\":\"\",\"hover\":\"\"}','{\"color\":\"#ffffff\",\"color-transparency\":\"1\",\"font-size\":\"15px\",\"line-height\":\"15px\",\"font-weight\":\"900\",\"font-style\":\"normal\",\"font-family\":\"Roboto\",\"padding\":[\"10px\",\"30px\",\"10px\",\"30px\"],\"text-decoration\":\"none\",\"text-align\":\"left\",\"background-color\":\"#000000\",\"background-transparency\":\"0\",\"border-color\":\"#ffffff\",\"border-transparency\":\"0.5\",\"border-style\":\"solid\",\"border-width\":\"2\",\"border-radius\":[\"3px\",\"3px\",\"3px\",\"3px\"],\"z\":\"0\",\"skewx\":\"0\",\"skewy\":\"0\",\"scalex\":\"1\",\"scaley\":\"1\",\"opacity\":\"1\",\"xrotate\":\"0\",\"yrotate\":\"0\",\"2d_rotation\":\"0\",\"2d_origin_x\":\"50\",\"2d_origin_y\":\"50\",\"pers\":\"600\",\"corner_left\":\"nothing\",\"corner_right\":\"nothing\",\"parallax\":\"-\"}'); /*!40000 ALTER TABLE `wp_revslider_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_css_bkp` -- DROP TABLE IF EXISTS `wp_revslider_css_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_css_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text COLLATE utf8_unicode_ci NOT NULL, `settings` longtext COLLATE utf8_unicode_ci, `hover` longtext COLLATE utf8_unicode_ci, `advanced` longtext COLLATE utf8_unicode_ci, `params` longtext COLLATE utf8_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_css_bkp` -- LOCK TABLES `wp_revslider_css_bkp` WRITE; /*!40000 ALTER TABLE `wp_revslider_css_bkp` DISABLE KEYS */; INSERT INTO `wp_revslider_css_bkp` VALUES (1,'.tp-caption.medium_grey',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"padding\":\"2px 4px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#888\",\"white-space\":\"nowrap\"}'),(2,'.tp-caption.small_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"14px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(3,'.tp-caption.medium_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(4,'.tp-caption.large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(5,'.tp-caption.very_large_text',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"0px 2px 5px rgba(0, 0, 0, 0.5)\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"letter-spacing\":\"-2px\"}'),(6,'.tp-caption.very_big_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#000\"}'),(7,'.tp-caption.very_big_black',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"700\",\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\",\"padding\":\"0px 4px\",\"padding-top\":\"1px\",\"background-color\":\"#fff\"}'),(8,'.tp-caption.modern_medium_fat',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(9,'.tp-caption.modern_medium_fat_white',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(10,'.tp-caption.modern_medium_light',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"24px\",\"line-height\":\"20px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(11,'.tp-caption.modern_big_bluebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"800\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#4e5b6c\",\"letter-spacing\":\"0\"}'),(12,'.tp-caption.modern_big_redbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-family\":\"\\\"Open Sans\\\", sans-serif\",\"padding\":\"3px 10px\",\"padding-top\":\"1px\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"background-color\":\"#de543e\",\"letter-spacing\":\"0\"}'),(13,'.tp-caption.modern_small_text_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#555\",\"text-shadow\":\"none\",\"font-size\":\"14px\",\"line-height\":\"22px\",\"font-family\":\"Arial\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-style\":\"none\",\"white-space\":\"nowrap\"}'),(14,'.tp-caption.boxshadow',NULL,NULL,NULL,'{\"-moz-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"-webkit-box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\",\"box-shadow\":\"0px 0px 20px rgba(0, 0, 0, 0.5)\"}'),(15,'.tp-caption.black',NULL,NULL,NULL,'{\"color\":\"#000\",\"text-shadow\":\"none\"}'),(16,'.tp-caption.noshadow',NULL,NULL,NULL,'{\"text-shadow\":\"none\"}'),(17,'.tp-caption.thinheadline_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(18,'.tp-caption.thintext_dark',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"rgba(0,0,0,0.85)\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"16px\",\"line-height\":\"26px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"transparent\"}'),(19,'.tp-caption.largeblackbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#000\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(20,'.tp-caption.largepinkbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#db4360\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(21,'.tp-caption.largewhitebg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#000\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#fff\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(22,'.tp-caption.largegreenbg',NULL,NULL,NULL,'{\"position\":\"absolute\",\"color\":\"#fff\",\"text-shadow\":\"none\",\"font-weight\":\"300\",\"font-size\":\"50px\",\"line-height\":\"70px\",\"font-family\":\"\\\"Open Sans\\\"\",\"background-color\":\"#67ae73\",\"padding\":\"0px 20px\",\"-webkit-border-radius\":\"0px\",\"-moz-border-radius\":\"0px\",\"border-radius\":\"0px\"}'),(23,'.tp-caption.excerpt',NULL,NULL,NULL,'{\"font-size\":\"36px\",\"line-height\":\"36px\",\"font-weight\":\"700\",\"font-family\":\"Arial\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"rgba(0, 0, 0, 1)\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"letter-spacing\":\"-1.5px\",\"padding\":\"1px 4px 0px 4px\",\"width\":\"150px\",\"white-space\":\"normal !important\",\"height\":\"auto\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 255, 255)\",\"border-style\":\"none\"}'),(24,'.tp-caption.large_bold_grey',NULL,NULL,NULL,'{\"font-size\":\"60px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"padding\":\"1px 4px 0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(25,'.tp-caption.medium_thin_grey',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(102, 102, 102)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(26,'.tp-caption.small_thin_grey',NULL,NULL,NULL,'{\"font-size\":\"18px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(117, 117, 117)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"1px 4px 0px\",\"text-shadow\":\"none\",\"margin\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(27,'.tp-caption.lightgrey_divider',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(235, 235, 235, 1)\",\"width\":\"370px\",\"height\":\"3px\",\"background-position\":\"initial initial\",\"background-repeat\":\"initial initial\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(28,'.tp-caption.large_bold_darkblue',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(29,'.tp-caption.medium_bg_darkblue',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(52, 73, 94)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(30,'.tp-caption.medium_bold_red',NULL,NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(31,'.tp-caption.medium_light_red',NULL,NULL,NULL,'{\"font-size\":\"21px\",\"line-height\":\"26px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(227, 58, 12)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(32,'.tp-caption.medium_bg_red',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(227, 58, 12)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(33,'.tp-caption.medium_bold_orange',NULL,NULL,NULL,'{\"font-size\":\"24px\",\"line-height\":\"30px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(243, 156, 18)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(34,'.tp-caption.medium_bg_orange',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(243, 156, 18)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(35,'.tp-caption.grassfloor',NULL,NULL,NULL,'{\"text-decoration\":\"none\",\"background-color\":\"rgba(160, 179, 151, 1)\",\"width\":\"4000px\",\"height\":\"150px\",\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(36,'.tp-caption.large_bold_white',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(37,'.tp-caption.medium_light_white',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(38,'.tp-caption.mediumlarge_light_white',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(39,'.tp-caption.mediumlarge_light_white_center',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"#ffffff\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px 0px 0px 0px\",\"text-align\":\"center\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(40,'.tp-caption.medium_bg_asbestos',NULL,NULL,NULL,'{\"font-size\":\"20px\",\"line-height\":\"20px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(127, 140, 141)\",\"padding\":\"10px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(41,'.tp-caption.medium_light_black',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"36px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(42,'.tp-caption.large_bold_black',NULL,NULL,NULL,'{\"font-size\":\"58px\",\"line-height\":\"60px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(43,'.tp-caption.mediumlarge_light_darkblue',NULL,NULL,NULL,'{\"font-size\":\"34px\",\"line-height\":\"40px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(52, 73, 94)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(44,'.tp-caption.small_light_white',NULL,NULL,NULL,'{\"font-size\":\"17px\",\"line-height\":\"28px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"transparent\",\"padding\":\"0px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(45,'.tp-caption.roundedimage',NULL,NULL,NULL,'{\"border-width\":\"0px\",\"border-color\":\"rgb(34, 34, 34)\",\"border-style\":\"none\"}'),(46,'.tp-caption.large_bg_black',NULL,NULL,NULL,'{\"font-size\":\"40px\",\"line-height\":\"40px\",\"font-weight\":\"800\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(255, 255, 255)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(0, 0, 0)\",\"padding\":\"10px 20px 15px\",\"border-width\":\"0px\",\"border-color\":\"rgb(255, 214, 88)\",\"border-style\":\"none\"}'),(47,'.tp-caption.mediumwhitebg',NULL,NULL,NULL,'{\"font-size\":\"30px\",\"line-height\":\"30px\",\"font-weight\":\"300\",\"font-family\":\"\\\"Open Sans\\\"\",\"color\":\"rgb(0, 0, 0)\",\"text-decoration\":\"none\",\"background-color\":\"rgb(255, 255, 255)\",\"padding\":\"5px 15px 10px\",\"text-shadow\":\"none\",\"border-width\":\"0px\",\"border-color\":\"rgb(0, 0, 0)\",\"border-style\":\"none\"}'); /*!40000 ALTER TABLE `wp_revslider_css_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text COLLATE utf8_unicode_ci NOT NULL, `params` text COLLATE utf8_unicode_ci NOT NULL, `settings` text COLLATE utf8_unicode_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations` -- LOCK TABLES `wp_revslider_layer_animations` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_layer_animations_bkp` -- DROP TABLE IF EXISTS `wp_revslider_layer_animations_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_layer_animations_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `handle` text COLLATE utf8_unicode_ci NOT NULL, `params` text COLLATE utf8_unicode_ci NOT NULL, `settings` text COLLATE utf8_unicode_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_layer_animations_bkp` -- LOCK TABLES `wp_revslider_layer_animations_bkp` WRITE; /*!40000 ALTER TABLE `wp_revslider_layer_animations_bkp` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_layer_animations_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations` -- DROP TABLE IF EXISTS `wp_revslider_navigations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8_unicode_ci NOT NULL, `handle` varchar(191) COLLATE utf8_unicode_ci NOT NULL, `type` varchar(191) COLLATE utf8_unicode_ci NOT NULL, `css` longtext COLLATE utf8_unicode_ci NOT NULL, `markup` longtext COLLATE utf8_unicode_ci NOT NULL, `settings` longtext COLLATE utf8_unicode_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations` -- LOCK TABLES `wp_revslider_navigations` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_navigations_bkp` -- DROP TABLE IF EXISTS `wp_revslider_navigations_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_navigations_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `name` varchar(191) COLLATE utf8_unicode_ci NOT NULL, `handle` varchar(191) COLLATE utf8_unicode_ci NOT NULL, `type` varchar(191) COLLATE utf8_unicode_ci NOT NULL, `css` longtext COLLATE utf8_unicode_ci NOT NULL, `markup` longtext COLLATE utf8_unicode_ci NOT NULL, `settings` longtext COLLATE utf8_unicode_ci, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_navigations_bkp` -- LOCK TABLES `wp_revslider_navigations_bkp` WRITE; /*!40000 ALTER TABLE `wp_revslider_navigations_bkp` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_navigations_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext COLLATE utf8_unicode_ci NOT NULL, `alias` tinytext COLLATE utf8_unicode_ci, `params` longtext COLLATE utf8_unicode_ci NOT NULL, `settings` text COLLATE utf8_unicode_ci, `type` varchar(191) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (3,'Inspire With Angela Slider','slider-3','{\"addOns\":[],\"version\":\"6.3.4\",\"shortcode\":\"[rev_slider alias=\\\"slider-3\\\"][\\/rev_slider]\",\"type\":\"standard\",\"layouttype\":\"fullwidth\",\"sourcetype\":\"gallery\",\"googleFont\":[],\"id\":\"\",\"class\":\"\",\"wrapperclass\":\"\",\"snap\":{\"adjust\":\"none\",\"snap\":false,\"helpLines\":false,\"gap\":20},\"source\":{\"gallery\":[],\"post\":{\"excerptLimit\":55,\"maxPosts\":30,\"fetchType\":\"cat_tag\",\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"post\",\"list\":\"\",\"sortDirection\":\"DESC\",\"subType\":\"post\"},\"woo\":{\"excerptLimit\":55,\"maxProducts\":30,\"featuredOnly\":false,\"inStockOnly\":false,\"category\":\"\",\"sortBy\":\"ID\",\"types\":\"product\",\"sortDirection\":\"DESC\",\"regPriceFrom\":\"\",\"regPriceTo\":\"\",\"salePriceFrom\":\"\",\"salePriceTo\":\"\"},\"instagram\":{\"count\":8,\"hashTag\":\"\",\"transient\":1200,\"type\":\"user\",\"userId\":\"\",\"token_source\":\"account\",\"connect_with\":\"\"},\"facebook\":{\"album\":\"\",\"appId\":\"\",\"appSecret\":\"\",\"count\":8,\"pageURL\":\"\",\"transient\":1200,\"typeSource\":\"album\"},\"flickr\":{\"apiKey\":\"\",\"count\":8,\"galleryURL\":\"\",\"groupURL\":\"\",\"photoSet\":\"\",\"transient\":1200,\"type\":\"publicphotos\",\"userURL\":\"\"},\"twitter\":{\"accessSecret\":\"\",\"accessToken\":\"\",\"consumerKey\":\"\",\"consumerSecret\":\"\",\"count\":8,\"excludeReplies\":false,\"imageOnly\":false,\"includeRetweets\":false,\"transient\":1200,\"userId\":\"\"},\"vimeo\":{\"albumId\":\"\",\"channelName\":\"\",\"count\":8,\"transient\":1200,\"groupName\":\"\",\"typeSource\":\"user\",\"userName\":\"\"},\"youtube\":{\"api\":\"\",\"channelId\":\"\",\"count\":8,\"playList\":\"\",\"transient\":1200,\"typeSource\":\"channel\"}},\"def\":{\"intelligentInherit\":true,\"autoResponsive\":true,\"responsiveChilds\":true,\"responsiveOffset\":true,\"transition\":\"fade\",\"transitionDuration\":300,\"delay\":9000,\"background\":{\"fit\":\"cover\",\"fitX\":100,\"fitY\":100,\"position\":\"center center\",\"positionX\":0,\"positionY\":0,\"repeat\":\"no-repeat\",\"imageSourceType\":\"full\"},\"panZoom\":{\"set\":false,\"blurStart\":0,\"blurEnd\":0,\"duration\":10000,\"ease\":\"none\",\"fitEnd\":100,\"fitStart\":100,\"xEnd\":0,\"yEnd\":0,\"xStart\":0,\"yStart\":0,\"rotateStart\":0,\"rotateEnd\":0}},\"size\":{\"enableUpscaling\":false,\"respectAspectRatio\":false,\"disableForceFullWidth\":false,\"custom\":{\"d\":true,\"n\":false,\"t\":false,\"m\":false},\"minHeightFullScreen\":\"\",\"minHeight\":\"\",\"maxWidth\":0,\"maxHeight\":0,\"fullScreenOffsetContainer\":\"\",\"fullScreenOffset\":\"\",\"width\":{\"d\":1240,\"n\":1024,\"t\":778,\"m\":480},\"height\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"editorCache\":{\"d\":900,\"n\":768,\"t\":960,\"m\":720},\"overflow\":false,\"useFullScreenHeight\":true,\"overflowHidden\":false,\"gridEQModule\":false,\"forceOverflow\":false,\"keepBPHeight\":false,\"ignoreHeightChanges\":true},\"codes\":{\"css\":\"\",\"javascript\":\"\"},\"carousel\":{\"justify\":false,\"justifyMaxWidth\":false,\"snap\":true,\"borderRadius\":0,\"borderRadiusUnit\":\"px\",\"ease\":\"power3.inOut\",\"fadeOut\":true,\"scale\":false,\"offsetScale\":false,\"horizontal\":\"center\",\"vertical\":\"center\",\"infinity\":false,\"maxItems\":3,\"maxRotation\":0,\"maxOpacity\":100,\"paddingTop\":0,\"paddingBottom\":0,\"rotation\":false,\"scaleDown\":50,\"space\":0,\"speed\":800,\"stretch\":false,\"varyFade\":false,\"varyRotate\":false,\"varyScale\":false,\"showAllLayers\":\"false\"},\"hero\":{\"activeSlide\":-1},\"layout\":{\"bg\":{\"color\":\"transparent\",\"padding\":0,\"dottedOverlay\":\"none\",\"shadow\":0,\"useImage\":false,\"image\":\"\",\"imageSourceType\":\"full\",\"fit\":\"cover\",\"position\":\"center center\",\"repeat\":\"no-repeat\"},\"spinner\":{\"color\":\"#ff7415\",\"type\":\"13\"},\"position\":{\"marginTop\":0,\"marginBottom\":0,\"marginLeft\":0,\"marginRight\":0,\"align\":\"center\",\"fixedOnTop\":false,\"addClear\":false}},\"visibility\":{\"hideSelectedLayersUnderLimit\":0,\"hideAllLayersUnderLimit\":0,\"hideSliderUnderLimit\":0},\"general\":{\"slideshow\":{\"slideShow\":true,\"stopOnHover\":false,\"stopSlider\":false,\"stopAfterLoops\":0,\"stopAtSlide\":1,\"shuffle\":false,\"loopSingle\":false,\"viewPort\":false,\"viewPortStart\":\"wait\",\"viewPortArea\":{\"d\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"n\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"t\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"},\"m\":{\"v\":\"200px\",\"e\":false,\"u\":\"\"}},\"presetSliderHeight\":false,\"initDelay\":0,\"waitForInit\":false},\"progressbar\":{\"set\":false,\"alignby\":\"slider\",\"style\":\"horizontal\",\"size\":\"5px\",\"radius\":10,\"vertical\":\"bottom\",\"horizontal\":\"left\",\"x\":0,\"y\":0,\"color\":\"rgba(255,255,255,0.5)\",\"bgcolor\":\"transparent\",\"basedon\":\"slide\",\"gapsize\":0,\"gap\":false,\"gapcolor\":\"rgba(255,255,255,0.5)\",\"reset\":\"reset\",\"visibility\":{\"d\":true,\"m\":true,\"n\":true,\"t\":true}},\"firstSlide\":{\"set\":false,\"duration\":300,\"slotAmount\":7,\"type\":\"fade\",\"alternativeFirstSlideSet\":false,\"alternativeFirstSlide\":1},\"layerSelection\":false,\"lazyLoad\":\"none\",\"nextSlideOnFocus\":false,\"disableFocusListener\":false,\"enableurlhash\":false,\"disableOnMobile\":false,\"autoPlayVideoOnMobile\":true,\"disablePanZoomMobile\":false,\"useWPML\":false,\"perspective\":600,\"perspectiveType\":\"global\"},\"nav\":{\"preview\":{\"width\":50,\"height\":100},\"swipe\":{\"set\":false,\"setOnDesktop\":false,\"setMobileCarousel\":true,\"setDesktopCarousel\":true,\"blockDragVertical\":false,\"direction\":\"horizontal\",\"minTouch\":1,\"velocity\":75},\"keyboard\":{\"direction\":\"horizontal\",\"set\":false},\"mouse\":{\"set\":\"off\",\"reverse\":\"default\",\"viewport\":50,\"calldelay\":1000},\"arrows\":{\"set\":false,\"rtl\":false,\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"style\":\"1012\",\"preset\":\"default\",\"presets\":{\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"30\",\"arrow-size-def\":false,\"bg-color\":\"rgba(0,0,0,0)\",\"bg-color-def\":false,\"bg-color-hover\":\"rgba(0,0,0,0.45)\",\"bg-color-hover-def\":false,\"width\":\"90\",\"width-def\":false},\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"left\":{\"anim\":\"fade\",\"horizontal\":\"left\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"},\"right\":{\"anim\":\"fade\",\"horizontal\":\"right\",\"vertical\":\"center\",\"offsetX\":30,\"offsetY\":0,\"align\":\"slider\"}},\"thumbs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"2000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"tabs\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":false,\"rtl\":false,\"style\":\"4000\",\"preset\":\"default\",\"presets\":[],\"alwaysOn\":true,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778,\"spanWrapper\":false,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"amount\":5,\"direction\":\"horizontal\",\"height\":50,\"width\":100,\"widthMin\":100,\"innerOuter\":\"inner\",\"offsetX\":0,\"offsetY\":20,\"space\":5,\"align\":\"slider\",\"padding\":5,\"wrapperColor\":\"transparent\",\"mhoffset\":0,\"mvoffset\":0},\"bullets\":{\"anim\":\"fade\",\"animSpeed\":\"1000ms\",\"animDelay\":\"1000ms\",\"set\":true,\"rtl\":false,\"style\":\"3007\",\"preset\":\"default\",\"presets\":{\"bullet-size\":\"12\",\"bullet-size-def\":false,\"back-color\":\"#999999\",\"back-color-def\":false,\"border-color\":\"rgba(255,255,255,0.9)\",\"border-color-def\":false,\"border-size\":\"3\",\"border-size-def\":false,\"back-hover-color\":\"#ffffff\",\"back-hover-color-def\":false,\"border-hover-color\":\"#000000\",\"border-hover-color-def\":false},\"alwaysOn\":true,\"horizontal\":\"center\",\"vertical\":\"bottom\",\"direction\":\"horizontal\",\"offsetX\":0,\"offsetY\":20,\"align\":\"slider\",\"space\":5,\"hideDelay\":200,\"hideDelayMobile\":1200,\"hideOver\":false,\"hideOverLimit\":0,\"hideUnder\":false,\"hideUnderLimit\":778}},\"troubleshooting\":{\"alternateImageType\":\"off\",\"alternateURL\":\"\",\"jsNoConflict\":false,\"jsInBody\":false,\"outPutFilter\":\"none\",\"simplify_ie8_ios4\":false},\"parallax\":{\"set\":true,\"setDDD\":false,\"disableOnMobile\":false,\"levels\":[5,10,15,20,25,30,35,40,45,46,47,48,49,50,51,30],\"ddd\":{\"BGFreeze\":false,\"layerOverflow\":false,\"overflow\":false,\"shadow\":false,\"zCorrection\":65},\"mouse\":{\"speed\":0,\"bgSpeed\":0,\"layersSpeed\":0,\"origo\":\"slidercenter\",\"type\":\"scroll\"}},\"modal\":{\"bodyclass\":\"\",\"horizontal\":\"center\",\"vertical\":\"middle\",\"cover\":true,\"coverColor\":\"rgba(0,0,0,0.5)\",\"coverSpeed\":1000},\"scrolleffects\":{\"set\":false,\"setBlur\":false,\"setFade\":false,\"setGrayScale\":false,\"bg\":false,\"direction\":\"both\",\"layers\":false,\"maxBlur\":10,\"multiplicator\":\"1.3\",\"multiplicatorLayers\":\"1.3\",\"disableOnMobile\":false,\"parallaxLayers\":false,\"staticLayers\":false,\"staticParallaxLayers\":false,\"tilt\":30},\"scrolltimeline\":{\"set\":false,\"fixed\":false,\"fixedStart\":2000,\"fixedEnd\":4000,\"layers\":false,\"ease\":\"none\",\"speed\":500},\"skins\":{\"colorsAtStart\":false,\"cid\":2,\"colors\":[{\"alias\":\"Highlight\",\"v\":\"#ff0000\",\"ref\":[]},{\"alias\":\"Headline Text\",\"v\":\"#ffffff\",\"ref\":[]},{\"alias\":\"Content Text\",\"v\":\"#00ffff\",\"ref\":[]}]},\"modalshortcode\":\"[rev_slider usage=\\\"modal\\\" alias=\\\"slider-3\\\"][\\/rev_slider]\"}','{\"version\":\"6.3.4\"}',''); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders_bkp` -- DROP TABLE IF EXISTS `wp_revslider_sliders_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_sliders_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` tinytext COLLATE utf8_unicode_ci NOT NULL, `alias` tinytext COLLATE utf8_unicode_ci, `params` longtext COLLATE utf8_unicode_ci NOT NULL, `settings` text COLLATE utf8_unicode_ci, `type` varchar(191) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_sliders_bkp` -- LOCK TABLES `wp_revslider_sliders_bkp` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders_bkp` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_sliders_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext COLLATE utf8_unicode_ci NOT NULL, `layers` longtext COLLATE utf8_unicode_ci NOT NULL, `settings` text COLLATE utf8_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (4,3,2,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/image13-1.jpeg\",\"imageId\":297,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"bullets\":{\"presets\":{\"bullet-back-color\":\"#ffffff\",\"bullet-back-color-def\":false,\"bullet-border-color\":\"#000000\",\"bullet-border-color-def\":false,\"bullet-border-size\":\"5\",\"bullet-border-size-def\":false,\"bullet-back-size\":\"3\",\"bullet-back-size-def\":false,\"width\":\"70\",\"width-def\":false,\"height\":\"70\",\"height-def\":false,\"iradius\":\"6\",\"iradius-def\":false,\"bradius\":\"50%\",\"bradius-def\":false,\"aspeed\":\"0.3\",\"aspeed-def\":false}}}}','{\"1\":{\"text\":\"Thanks for your support!\",\"alias\":\"Copy text-7\",\"uid\":1,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1041px\",\"e\":true},\"n\":{\"v\":\"859px\"},\"t\":{\"v\":\"652px\"},\"m\":{\"v\":\"402px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"94px\",\"e\":true},\"n\":{\"v\":\"77px\"},\"t\":{\"v\":\"58px\"},\"m\":{\"v\":\"35px\"}},\"y\":{\"d\":{\"v\":\"414px\",\"e\":true},\"n\":{\"v\":\"341px\"},\"t\":{\"v\":\"259px\"},\"m\":{\"v\":\"159px\"}},\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"100\"},\"n\":{\"v\":\"82\"},\"t\":{\"v\":\"62\"},\"m\":{\"v\":\"38\"}},\"fontWeight\":{\"d\":{\"v\":\"100\"},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"v\":\"-6\"},\"n\":{\"v\":\"-4\"},\"t\":{\"v\":\"-3\"},\"m\":{\"v\":\"-1\"}},\"lineHeight\":{\"d\":{\"v\":\"110\"},\"n\":{\"v\":\"90\"},\"t\":{\"v\":\"68\"},\"m\":{\"v\":\"41\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"3\":{\"text\":\"Shop Books\",\"alias\":\"Copy button-1\",\"uid\":3,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"355px\",\"e\":true},\"n\":{\"v\":\"293px\"},\"t\":{\"v\":\"222px\"},\"m\":{\"v\":\"136px\"}},\"y\":{\"d\":{\"v\":\"553px\",\"e\":true},\"n\":{\"v\":\"456px\"},\"t\":{\"v\":\"346px\"},\"m\":{\"v\":\"213px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,26,0,26],\"e\":true},\"n\":{\"v\":[0,21,0,21],\"e\":false},\"t\":{\"v\":[0,16,0,16],\"e\":false},\"m\":{\"v\":[0,10,0,10],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"26\",\"e\":true},\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"65\",\"e\":true},\"n\":{\"v\":\"53\"},\"t\":{\"v\":\"40\"},\"m\":{\"v\":\"24\"}},\"backgroundColor\":\"#ff7415\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/books\\/\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"4\":{\"text\":\"Shop T-Shirts\",\"alias\":\"Copy button-1\",\"uid\":4,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"750px\",\"e\":true},\"n\":{\"v\":\"619px\"},\"t\":{\"v\":\"470px\"},\"m\":{\"v\":\"289px\"}},\"y\":{\"d\":{\"v\":\"551px\",\"e\":true},\"n\":{\"v\":\"455px\"},\"t\":{\"v\":\"345px\"},\"m\":{\"v\":\"212px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,26,0,26],\"e\":true},\"n\":{\"v\":[0,21,0,21],\"e\":false},\"t\":{\"v\":[0,16,0,16],\"e\":false},\"m\":{\"v\":[0,10,0,10],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"26\",\"e\":true},\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"65\",\"e\":true},\"n\":{\"v\":\"53\"},\"t\":{\"v\":\"40\"},\"m\":{\"v\":\"24\"}},\"backgroundColor\":\"#ff7415\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\/\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"5\":{\"text\":\"\",\"alias\":\"Copy shape-0\",\"uid\":5,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"n\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"t\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"m\":{\"v\":1.6666666666666667406815349750104360282421112060546875}},\"covermode\":\"cover-proportional\",\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"shape\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.3.4\"}'),(5,3,4,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/image12.jpeg\",\"imageId\":295,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"arrows\":{\"presets\":{\"bg\":\"rgba(0,0,0,0.25)\",\"bg-def\":false,\"acolor\":\"#ffffff\",\"acolor-def\":false,\"harrow\":\"rgba(0,0,0,0.5)\",\"harrow-def\":false,\"hbg\":\"#ffffff\",\"hbg-def\":false,\"left-icon\":\"\\\\e824\",\"left-icon-def\":false,\"right-icon\":\"\\\\e825\",\"right-icon-def\":false}},\"bullets\":{\"presets\":{\"color\":\"#ffffff\",\"color-def\":false,\"size\":\"13\",\"size-def\":false,\"img-width\":\"135\",\"img-width-def\":false,\"img-height\":\"60\",\"img-height-def\":false,\"title-color\":\"#ffffff\",\"title-color-def\":false,\"tooltip-bottom\":\"45\",\"tooltip-bottom-def\":false,\"title-font-size\":\"13\",\"title-font-size-def\":false,\"title-line-height\":\"15\",\"title-line-height-def\":false}}}}','{\"6\":{\"text\":\"Thanks for your support!\",\"alias\":\"Copy text-7\",\"uid\":6,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1041px\",\"e\":true},\"n\":{\"v\":\"859px\"},\"t\":{\"v\":\"652px\"},\"m\":{\"v\":\"402px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"94px\",\"e\":true},\"n\":{\"v\":\"77px\"},\"t\":{\"v\":\"58px\"},\"m\":{\"v\":\"35px\"}},\"y\":{\"d\":{\"v\":\"414px\",\"e\":true},\"n\":{\"v\":\"341px\"},\"t\":{\"v\":\"259px\"},\"m\":{\"v\":\"159px\"}},\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"100\"},\"n\":{\"v\":\"82\"},\"t\":{\"v\":\"62\"},\"m\":{\"v\":\"38\"}},\"fontWeight\":{\"d\":{\"v\":\"100\"},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"v\":\"-6\"},\"n\":{\"v\":\"-4\"},\"t\":{\"v\":\"-3\"},\"m\":{\"v\":\"-1\"}},\"lineHeight\":{\"d\":{\"v\":\"110\"},\"n\":{\"v\":\"90\"},\"t\":{\"v\":\"68\"},\"m\":{\"v\":\"41\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"30\":{\"text\":\"Shop Books\",\"alias\":\"Copy button-1\",\"uid\":30,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"355px\",\"e\":true},\"n\":{\"v\":\"293px\"},\"t\":{\"v\":\"222px\"},\"m\":{\"v\":\"136px\"}},\"y\":{\"d\":{\"v\":\"553px\",\"e\":true},\"n\":{\"v\":\"456px\"},\"t\":{\"v\":\"346px\"},\"m\":{\"v\":\"213px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,26,0,26],\"e\":true},\"n\":{\"v\":[0,21,0,21],\"e\":false},\"t\":{\"v\":[0,16,0,16],\"e\":false},\"m\":{\"v\":[0,10,0,10],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"26\",\"e\":true},\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"65\",\"e\":true},\"n\":{\"v\":\"53\"},\"t\":{\"v\":\"40\"},\"m\":{\"v\":\"24\"}},\"backgroundColor\":\"#ff7415\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/books\\/\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"31\":{\"text\":\"Shop T-Shirts\",\"alias\":\"Copy button-1\",\"uid\":31,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"750px\",\"e\":true},\"n\":{\"v\":\"619px\"},\"t\":{\"v\":\"470px\"},\"m\":{\"v\":\"289px\"}},\"y\":{\"d\":{\"v\":\"551px\",\"e\":true},\"n\":{\"v\":\"455px\"},\"t\":{\"v\":\"345px\"},\"m\":{\"v\":\"212px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,26,0,26],\"e\":true},\"n\":{\"v\":[0,21,0,21],\"e\":false},\"t\":{\"v\":[0,16,0,16],\"e\":false},\"m\":{\"v\":[0,10,0,10],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"26\",\"e\":true},\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"65\",\"e\":true},\"n\":{\"v\":\"53\"},\"t\":{\"v\":\"40\"},\"m\":{\"v\":\"24\"}},\"backgroundColor\":\"#ff7415\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\/\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"32\":{\"text\":\"\",\"alias\":\"Copy shape-0\",\"uid\":32,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"n\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"t\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"m\":{\"v\":1.6666666666666667406815349750104360282421112060546875}},\"covermode\":\"cover-proportional\",\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"shape\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5}}}','{\"version\":\"6.3.4\"}'),(6,3,3,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/image10-1.jpeg\",\"imageId\":298,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"bullets\":{\"presets\":{\"bullet-back-color\":\"#ffffff\",\"bullet-back-color-def\":false,\"bullet-border-color\":\"#000000\",\"bullet-border-color-def\":false,\"bullet-border-size\":\"5\",\"bullet-border-size-def\":false,\"bullet-back-size\":\"3\",\"bullet-back-size-def\":false,\"width\":\"70\",\"width-def\":false,\"height\":\"70\",\"height-def\":false,\"iradius\":\"6\",\"iradius-def\":false,\"bradius\":\"50%\",\"bradius-def\":false,\"aspeed\":\"0.3\",\"aspeed-def\":false}}}}','{\"2\":{\"text\":\"Thanks for your support!\",\"alias\":\"Copy text-7\",\"uid\":2,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1041px\",\"e\":true},\"n\":{\"v\":\"859px\"},\"t\":{\"v\":\"652px\"},\"m\":{\"v\":\"402px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"94px\",\"e\":true},\"n\":{\"v\":\"77px\"},\"t\":{\"v\":\"58px\"},\"m\":{\"v\":\"35px\"}},\"y\":{\"d\":{\"v\":\"414px\",\"e\":true},\"n\":{\"v\":\"341px\"},\"t\":{\"v\":\"259px\"},\"m\":{\"v\":\"159px\"}},\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"100\"},\"n\":{\"v\":\"82\"},\"t\":{\"v\":\"62\"},\"m\":{\"v\":\"38\"}},\"fontWeight\":{\"d\":{\"v\":\"100\"},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"v\":\"-6\"},\"n\":{\"v\":\"-4\"},\"t\":{\"v\":\"-3\"},\"m\":{\"v\":\"-1\"}},\"lineHeight\":{\"d\":{\"v\":\"110\"},\"n\":{\"v\":\"90\"},\"t\":{\"v\":\"68\"},\"m\":{\"v\":\"41\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"26\":{\"text\":\"Shop Books\",\"alias\":\"Copy button-1\",\"uid\":26,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"355px\",\"e\":true},\"n\":{\"v\":\"293px\"},\"t\":{\"v\":\"222px\"},\"m\":{\"v\":\"136px\"}},\"y\":{\"d\":{\"v\":\"553px\",\"e\":true},\"n\":{\"v\":\"456px\"},\"t\":{\"v\":\"346px\"},\"m\":{\"v\":\"213px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,26,0,26],\"e\":true},\"n\":{\"v\":[0,21,0,21],\"e\":false},\"t\":{\"v\":[0,16,0,16],\"e\":false},\"m\":{\"v\":[0,10,0,10],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"26\",\"e\":true},\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"65\",\"e\":true},\"n\":{\"v\":\"53\"},\"t\":{\"v\":\"40\"},\"m\":{\"v\":\"24\"}},\"backgroundColor\":\"#ff7415\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/books\\/\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"27\":{\"text\":\"Shop T-Shirts\",\"alias\":\"Copy button-1\",\"uid\":27,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"750px\",\"e\":true},\"n\":{\"v\":\"619px\"},\"t\":{\"v\":\"470px\"},\"m\":{\"v\":\"289px\"}},\"y\":{\"d\":{\"v\":\"551px\",\"e\":true},\"n\":{\"v\":\"455px\"},\"t\":{\"v\":\"345px\"},\"m\":{\"v\":\"212px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,26,0,26],\"e\":true},\"n\":{\"v\":[0,21,0,21],\"e\":false},\"t\":{\"v\":[0,16,0,16],\"e\":false},\"m\":{\"v\":[0,10,0,10],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"26\",\"e\":true},\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"65\",\"e\":true},\"n\":{\"v\":\"53\"},\"t\":{\"v\":\"40\"},\"m\":{\"v\":\"24\"}},\"backgroundColor\":\"#ff7415\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\/\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"28\":{\"text\":\"\",\"alias\":\"Copy shape-0\",\"uid\":28,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"n\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"t\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"m\":{\"v\":1.6666666666666667406815349750104360282421112060546875}},\"covermode\":\"cover-proportional\",\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"shape\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":7},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":7}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":6},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":6}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":5},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":5}}}','{\"version\":\"6.3.4\"}'),(7,3,1,'{\"runtime\":{\"collapsedGroups\":[]},\"bg\":{\"type\":\"image\",\"image\":\"http:\\/\\/inspirewithangela.com\\/wp-content\\/uploads\\/2021\\/01\\/image1.jpeg\",\"imageId\":299,\"imageLib\":\"medialibrary\"},\"info\":{\"params\":[{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10},{\"v\":\"\",\"l\":10}]},\"timeline\":{\"transition\":[\"fade\"],\"slots\":[0],\"duration\":[1000],\"easeIn\":[\"default\"],\"easeOut\":[\"default\"],\"rotation\":[0]},\"nav\":{\"arrows\":{\"presets\":{\"arrow-color\":\"#ffffff\",\"arrow-color-def\":false,\"arrow-size\":\"30\",\"arrow-size-def\":false,\"bg-color\":\"rgba(0,0,0,0)\",\"bg-color-def\":false,\"bg-color-hover\":\"rgba(0,0,0,0.45)\",\"bg-color-hover-def\":false,\"width\":\"90\",\"width-def\":false}},\"bullets\":{\"presets\":{\"bullet-size\":\"12\",\"bullet-size-def\":false,\"back-color\":\"#999999\",\"back-color-def\":false,\"border-color\":\"rgba(255,255,255,0.9)\",\"border-color-def\":false,\"border-size\":\"3\",\"border-size-def\":false,\"back-hover-color\":\"#ffffff\",\"back-hover-color-def\":false,\"border-hover-color\":\"#000000\",\"border-hover-color-def\":false}}}}','{\"21\":{\"text\":\"Thanks for your support!\",\"alias\":\"Copy text-7\",\"uid\":21,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"1041px\",\"e\":true},\"n\":{\"v\":\"859px\"},\"t\":{\"v\":\"652px\"},\"m\":{\"v\":\"402px\"}},\"height\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":\"0px\",\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"94px\",\"e\":true},\"n\":{\"v\":\"77px\"},\"t\":{\"v\":\"58px\"},\"m\":{\"v\":\"35px\"}},\"y\":{\"d\":{\"v\":\"414px\",\"e\":true},\"n\":{\"v\":\"341px\"},\"t\":{\"v\":\"259px\"},\"m\":{\"v\":\"159px\"}},\"zIndex\":9},\"group\":{\"groupOrder\":9},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"color\":{\"d\":{\"v\":\"#fff\"},\"n\":{\"v\":\"#fff\"},\"t\":{\"v\":\"#fff\"},\"m\":{\"v\":\"#fff\"}},\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontFamily\":\"Montserrat\",\"fontSize\":{\"d\":{\"v\":\"100\"},\"n\":{\"v\":\"82\"},\"t\":{\"v\":\"62\"},\"m\":{\"v\":\"38\"}},\"fontWeight\":{\"d\":{\"v\":\"100\"},\"n\":{\"v\":\"100\"},\"t\":{\"v\":\"100\"},\"m\":{\"v\":\"100\"}},\"letterSpacing\":{\"d\":{\"v\":\"-6\"},\"n\":{\"v\":\"-4\"},\"t\":{\"v\":\"-3\"},\"m\":{\"v\":\"-1\"}},\"lineHeight\":{\"d\":{\"v\":\"110\"},\"n\":{\"v\":\"90\"},\"t\":{\"v\":\"68\"},\"m\":{\"v\":\"41\"}},\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"text\"},\"22\":{\"text\":\"Shop Books\",\"alias\":\"Copy button-1\",\"uid\":22,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"295px\",\"e\":true},\"n\":{\"v\":\"243px\"},\"t\":{\"v\":\"184px\"},\"m\":{\"v\":\"113px\"}},\"y\":{\"d\":{\"v\":\"553px\",\"e\":true},\"n\":{\"v\":\"456px\"},\"t\":{\"v\":\"346px\"},\"m\":{\"v\":\"213px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,26,0,26],\"e\":true},\"n\":{\"v\":[0,21,0,21],\"e\":false},\"t\":{\"v\":[0,16,0,16],\"e\":false},\"m\":{\"v\":[0,10,0,10],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"26\",\"e\":true},\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"65\",\"e\":true},\"n\":{\"v\":\"53\"},\"t\":{\"v\":\"40\"},\"m\":{\"v\":\"24\"}},\"backgroundColor\":\"#ff7415\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/books\\/\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"23\":{\"text\":\"Shop T-Shirts\",\"alias\":\"Copy button-1\",\"uid\":23,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"e\":true}},\"height\":{\"d\":{\"e\":true}},\"maxWidth\":{\"d\":{\"e\":true}},\"maxHeight\":{\"d\":{\"e\":true}},\"minWidth\":{\"d\":{\"e\":true}},\"minHeight\":{\"d\":{\"v\":0,\"e\":true}},\"aspectRatio\":{\"d\":{\"v\":\"none\"},\"n\":{\"v\":\"none\"},\"t\":{\"v\":\"none\"},\"m\":{\"v\":\"none\"}},\"scaleProportional\":false},\"position\":{\"x\":{\"d\":{\"v\":\"750px\",\"e\":true},\"n\":{\"v\":\"619px\"},\"t\":{\"v\":\"470px\"},\"m\":{\"v\":\"289px\"}},\"y\":{\"d\":{\"v\":\"551px\",\"e\":true},\"n\":{\"v\":\"455px\"},\"t\":{\"v\":\"345px\"},\"m\":{\"v\":\"212px\"}},\"zIndex\":7},\"group\":{\"groupOrder\":7},\"timeline\":{\"frames\":{\"frame_0\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_1\":{\"transform\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"mask\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"timeline\":{\"endWithSlide\":false,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"words\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}},\"lines\":{\"x\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}},\"y\":{\"d\":{\"v\":\"0px\",\"e\":true},\"n\":{\"v\":\"0px\"},\"t\":{\"v\":\"0px\"},\"m\":{\"v\":\"0px\"}}}},\"frame_999\":{\"transform\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"opacity\":0},\"mask\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300},\"chars\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"words\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}},\"lines\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}}}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,26,0,26],\"e\":true},\"n\":{\"v\":[0,21,0,21],\"e\":false},\"t\":{\"v\":[0,16,0,16],\"e\":false},\"m\":{\"v\":[0,10,0,10],\"e\":false}},\"fontSize\":{\"d\":{\"v\":\"26\",\"e\":true},\"n\":{\"v\":\"21\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"fontWeight\":{\"d\":{\"v\":\"500\"},\"n\":{\"v\":\"500\"},\"t\":{\"v\":\"500\"},\"m\":{\"v\":\"500\"}},\"letterSpacing\":{\"d\":{\"e\":true}},\"lineHeight\":{\"d\":{\"v\":\"65\",\"e\":true},\"n\":{\"v\":\"53\"},\"t\":{\"v\":\"40\"},\"m\":{\"v\":\"24\"}},\"backgroundColor\":\"#ff7415\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"usehover\":true,\"color\":\"rgba(0,0,0,1)\",\"backgroundColor\":\"#ffffff\",\"borderRadius\":{\"v\":[\"0px\",\"0px\",\"0px\",\"0px\"],\"e\":true},\"borderWidth\":[0,0,0,0],\"speed\":200,\"ease\":\"power1.inOut\"},\"actions\":{\"action\":[{\"action\":\"link\",\"tooltip_event\":\"click\",\"link_help_in\":\"keep\",\"link_open_in\":\"_self\",\"link_follow\":\"follow\",\"link_type\":\"a\",\"image_link\":\"http:\\/\\/inspirewithangela.com\\/product-category\\/t-shirts\\/\"}]},\"runtime\":{\"internalClass\":\"rev-btn\"},\"type\":\"button\"},\"24\":{\"text\":\"\",\"alias\":\"Copy shape-0\",\"uid\":24,\"toggle\":{\"text\":\"\"},\"size\":{\"width\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"height\":{\"d\":{\"v\":\"100%\",\"e\":true},\"n\":{\"v\":\"100%\"},\"t\":{\"v\":\"100%\"},\"m\":{\"v\":\"100%\"}},\"originalWidth\":\"300px\",\"originalHeight\":\"180px\",\"aspectRatio\":{\"d\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"n\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"t\":{\"v\":1.6666666666666667406815349750104360282421112060546875},\"m\":{\"v\":1.6666666666666667406815349750104360282421112060546875}},\"covermode\":\"cover-proportional\",\"scaleProportional\":true},\"position\":{\"x\":{\"d\":{\"e\":true}},\"y\":{\"d\":{\"e\":true}},\"zIndex\":5},\"behavior\":{\"baseAlign\":\"slide\"},\"group\":{\"groupOrder\":5},\"timeline\":{\"frames\":{\"frame_0\":{\"timeline\":{\"endWithSlide\":false}},\"frame_1\":{\"timeline\":{\"endWithSlide\":false,\"frameLength\":300}},\"frame_999\":{\"transform\":{\"opacity\":0},\"timeline\":{\"start\":9000,\"endWithSlide\":true,\"frameLength\":300}}},\"hoverFilterUsed\":false,\"frameOrder\":[{\"id\":\"frame_0\",\"start\":-1},{\"id\":\"frame_1\",\"start\":0},{\"id\":\"frame_999\",\"start\":9000}],\"split\":false,\"sessionFilterUsed\":false},\"idle\":{\"margin\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"padding\":{\"d\":{\"v\":[0,0,0,0],\"e\":false},\"n\":{\"v\":[0,0,0,0],\"e\":false},\"t\":{\"v\":[0,0,0,0],\"e\":false},\"m\":{\"v\":[0,0,0,0],\"e\":false}},\"fontSize\":{\"n\":{\"v\":\"16\"},\"t\":{\"v\":\"12\"},\"m\":{\"v\":\"7\"}},\"lineHeight\":{\"n\":{\"v\":\"20\"},\"t\":{\"v\":\"15\"},\"m\":{\"v\":\"9\"}},\"backgroundColor\":\"rgba(0,0,0,0.5)\",\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0],\"whiteSpace\":{\"d\":{\"v\":\"full\"},\"n\":{\"v\":\"full\"},\"t\":{\"v\":\"full\"},\"m\":{\"v\":\"full\"}}},\"hover\":{\"borderRadius\":{\"v\":[0,0,0,0]},\"borderWidth\":[0,0,0,0]},\"actions\":{\"action\":[]},\"type\":\"shape\"},\"top\":{\"uid\":\"top\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"TOP ROWS\",\"position\":{\"zIndex\":0}},\"middle\":{\"uid\":\"middle\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"MID ROWS\",\"position\":{\"zIndex\":0}},\"bottom\":{\"uid\":\"bottom\",\"group\":{\"puid\":-1,\"groupOrder\":0},\"type\":\"zone\",\"alias\":\"BOTTOM ROWS\",\"position\":{\"zIndex\":0}}}','{\"version\":\"6.3.4\"}'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides_bkp` -- DROP TABLE IF EXISTS `wp_revslider_slides_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_slides_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` longtext COLLATE utf8_unicode_ci NOT NULL, `layers` longtext COLLATE utf8_unicode_ci NOT NULL, `settings` text COLLATE utf8_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_slides_bkp` -- LOCK TABLES `wp_revslider_slides_bkp` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides_bkp` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_slides_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides` -- DROP TABLE IF EXISTS `wp_revslider_static_slides`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext COLLATE utf8_unicode_ci NOT NULL, `layers` longtext COLLATE utf8_unicode_ci NOT NULL, `settings` text COLLATE utf8_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides` -- LOCK TABLES `wp_revslider_static_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_static_slides` VALUES (3,3,'[]','','{\"temp\":true}'); /*!40000 ALTER TABLE `wp_revslider_static_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_static_slides_bkp` -- DROP TABLE IF EXISTS `wp_revslider_static_slides_bkp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_revslider_static_slides_bkp` ( `id` int(9) NOT NULL AUTO_INCREMENT, `slider_id` int(9) NOT NULL, `params` longtext COLLATE utf8_unicode_ci NOT NULL, `layers` longtext COLLATE utf8_unicode_ci NOT NULL, `settings` text COLLATE utf8_unicode_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_revslider_static_slides_bkp` -- LOCK TABLES `wp_revslider_static_slides_bkp` WRITE; /*!40000 ALTER TABLE `wp_revslider_static_slides_bkp` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_static_slides_bkp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_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 (44,16,0),(45,16,0),(46,16,0),(61,16,0),(65,16,0),(241,17,0),(245,4,0),(245,18,0),(246,4,0),(246,18,0),(248,4,0),(248,18,0),(251,4,0),(251,18,0),(252,4,0),(252,18,0),(257,4,0),(257,18,0),(258,9,0),(263,16,0),(275,16,0),(286,2,0),(286,19,0),(289,2,0),(289,19,0),(291,2,0),(291,19,0),(301,9,0),(304,9,0),(305,9,0),(306,9,0),(388,4,0),(388,18,0),(389,9,0),(392,9,0),(512,20,0),(512,21,0),(512,22,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=23 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,0),(2,2,'product_type','',0,3),(3,3,'product_type','',0,0),(4,4,'product_type','',0,7),(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,7),(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),(16,16,'nav_menu','',0,7),(17,17,'tribe_events_cat','',0,1),(18,18,'product_cat','',0,7),(19,19,'product_cat','',0,3),(20,20,'tribe_events_cat','',0,1),(21,21,'post_tag','',0,1),(22,22,'post_tag','',0,1); /*!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 AUTO_INCREMENT=7 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 */; INSERT INTO `wp_termmeta` VALUES (1,18,'order','0'),(2,18,'product_count_product_cat','7'),(3,19,'order','0'),(4,19,'display_type',''),(5,19,'thumbnail_id','0'),(6,19,'product_count_product_cat','3'); /*!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=23 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),(16,'Primary Menu','primary-menu',0),(17,'Book Release','book-release',0),(18,'T-Shirts','t-shirts',0),(19,'Books','books',0),(20,'Women Empowerment','women-empowerment',0),(21,'Empowerment','empowerment',0),(22,'Women','women',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=185 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','Ekow'),(3,1,'last_name','Essel'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','sunrise'),(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','theme_editor_notice,wc_services_new_carrier_dhl_express,wc_services_labels_metabox'),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"bf6160d25b24efc9b0f1645d049c27dd17c41c42e5c023bd870cd361cb4805a1\";a:4:{s:10:\"expiration\";i:1621190286;s:2:\"ip\";s:13:\"69.222.196.79\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";s:5:\"login\";i:1619980686;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','520'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"69.222.196.0\";}'),(19,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(20,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(21,1,'_woocommerce_tracks_anon_id','woo:UYbKgK7Vb9024PiLrQKe+jhh'),(22,1,'wc_last_active','1619913600'),(24,1,'wp_user-settings','libraryContent=browse&editor=html'),(25,1,'wp_user-settings-time','1611680278'),(26,1,'elementor_introduction','a:1:{s:10:\"rightClick\";b:1;}'),(27,1,'header-footer-elementor-rating','delayed-notice'),(28,1,'nav_menu_recently_edited','16'),(29,1,'closedpostboxes_page','a:1:{i:0;s:25:\"slider_revolution_metabox\";}'),(30,1,'metaboxhidden_page','a:0:{}'),(36,1,'bsf-optin-notice','notice-dismissed'),(37,1,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,product_catdiv,tagsdiv-product_tag,postimagediv,woocommerce-product-images\";s:6:\"normal\";s:18:\"postcustom,slugdiv\";s:8:\"advanced\";s:37:\"woocommerce-product-data,,postexcerpt\";}'),(38,1,'screen_layout_product','2'),(39,1,'tribe-dismiss-notice','archive-slug-conflict'),(40,1,'tribe_setDefaultNavMenuBoxes','1'),(42,1,'cff_ignore_new_user_sale_notice','always'),(45,1,'gstesti_ignore_notice279','true'),(46,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(47,1,'last_update','1611111641'),(48,1,'billing_first_name','Ekow'),(49,1,'billing_last_name','Essel'),(50,1,'billing_address_1','7 Sherman Cove'),(51,1,'billing_city','Maumelle'),(52,1,'billing_state','AR'),(53,1,'billing_postcode','72113'),(54,1,'billing_country','US'),(55,1,'billing_email','ekow.m.essel@gmail.com'),(56,1,'billing_phone','2106851230'),(57,1,'shipping_method',''),(58,1,'_order_count','1'),(59,1,'_last_order','317'),(65,1,'closedpostboxes_product','a:0:{}'),(66,1,'metaboxhidden_product','a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}'),(67,1,'tribe-dismiss-notice','events-utc-timezone'),(68,1,'essential_adons_elementor_opt_in','1'),(69,1,'wpdeveloper_notices_seen','a:1:{s:24:\"wpdeveloper_notice_4_4_0\";a:1:{s:25:\"essential_adons_elementor\";a:1:{i:0;s:6:\"opt_in\";}}}'),(70,1,'elementor_admin_notices','a:1:{s:19:\"woocommerce_promote\";s:4:\"true\";}'),(72,1,'jetpack_tracks_wpcom_id','109377404'),(74,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:178:\"e-dashboard-overview,dashboard_site_health,dashboard_right_now,dashboard_activity,jetpack_summary_widget,tribe_dashboard_widget,woocommerce_dashboard_status,dashboard_quick_press\";s:4:\"side\";s:17:\"dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(93,1,'tribe-dismiss-notice','wp_version_57'),(94,1,'dismissed_update_notice','1'),(95,3,'nickname','angela.flake'),(96,3,'first_name','Angela'),(97,3,'last_name','Flake'),(98,3,'description','Writing is my Joy, Faith is my editor, and walking out my Purpose...well, that is a Journey in itself!'),(99,3,'rich_editing','true'),(100,3,'syntax_highlighting','true'),(101,3,'comment_shortcuts','false'),(102,3,'admin_color','sunrise'),(103,3,'use_ssl','0'),(104,3,'show_admin_bar_front','true'),(105,3,'locale',''),(106,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(107,3,'wp_user_level','10'),(108,3,'dismissed_wp_pointers','wc_services_new_carrier_dhl_express,wc_services_labels_metabox,plugin_editor_notice'),(109,3,'last_update','1619979014'),(110,3,'default_password_nag',''),(111,3,'session_tokens','a:1:{s:64:\"81531a1c1cbd6842646b2bee235c5be45f5b5ff95ffdc3d7e074466522d3b179\";a:4:{s:10:\"expiration\";i:1622820823;s:2:\"ip\";s:13:\"72.204.41.247\";s:2:\"ua\";s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.37\";s:5:\"login\";i:1622648023;}}'),(112,3,'wc_last_active','1622592000'),(114,3,'wp_dashboard_quick_press_last_post_id','546'),(115,3,'community-events-location','a:1:{s:2:\"ip\";s:11:\"72.204.41.0\";}'),(121,3,'billing_first_name','Angela'),(122,3,'billing_last_name','Flake'),(123,3,'billing_address_1','248 North Platinum Dr#'),(124,3,'billing_address_2','6'),(125,3,'billing_city','Fayetteville'),(126,3,'billing_state','AR'),(127,3,'billing_postcode','72701'),(128,3,'billing_country','US'),(129,3,'billing_email','a-flake@hotmail.com'),(130,3,'billing_phone','4794141105'),(131,3,'shipping_first_name','Angela'),(132,3,'shipping_last_name','Flake'),(133,3,'shipping_address_1','248 North Platinum Dr#'),(134,3,'shipping_address_2','6'),(135,3,'shipping_city','Fayetteville'),(136,3,'shipping_state','AR'),(137,3,'shipping_postcode','72701'),(138,3,'shipping_country','US'),(139,3,'shipping_method','a:1:{i:0;s:15:\"free_shipping:1\";}'),(140,3,'shipping_phone','4794141105'),(141,3,'wp__wcpay_customer_id_live','cus_J2Nym4W5y3D4Ma'),(142,3,'paying_customer','1'),(143,3,'_order_count','1'),(144,3,'_last_order','500'),(146,3,'closedpostboxes_shop_order','a:0:{}'),(147,3,'metaboxhidden_shop_order','a:0:{}'),(148,3,'meta-box-order_shop_order','a:3:{s:4:\"side\";s:85:\"woocommerce-order-shipment-tracking,woocommerce-order-actions,woocommerce-order-notes\";s:6:\"normal\";s:109:\"woocommerce-order-label,woocommerce-order-data,woocommerce-order-items,postcustom,woocommerce-order-downloads\";s:8:\"advanced\";s:0:\"\";}'),(149,3,'screen_layout_shop_order','2'),(151,3,'_woocommerce_tracks_anon_id','woo:5ekLBxEJ6CczD2aWbDMzhpdy'),(152,3,'jetpack_tracks_wpcom_id','15215280'),(153,3,'cff_ignore_new_user_sale_notice','always'),(156,3,'meta-box-order_product','a:3:{s:4:\"side\";s:103:\"submitdiv,product_catdiv,tagsdiv-product_tag,neve-page-settings,postimagediv,woocommerce-product-images\";s:6:\"normal\";s:56:\"postcustom,slugdiv,woocommerce-product-data,,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),(157,3,'screen_layout_product','2'),(159,3,'header-footer-elementor-rating','delayed-notice'),(160,3,'nav_menu_recently_edited','16'),(161,3,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(162,3,'metaboxhidden_nav-menus','a:7:{i:0;s:21:\"add-post-type-product\";i:1;s:25:\"add-post-type-testimonial\";i:2;s:26:\"add-post-type-tribe_events\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-product_cat\";i:5;s:15:\"add-product_tag\";i:6;s:24:\"add-testimonial-category\";}'),(163,3,'tribe_setDefaultNavMenuBoxes','1'),(165,3,'woocommerce_admin_taxes_report_columns','[]'),(166,3,'billing_company',''),(167,3,'shipping_company',''),(168,3,'wp_user-settings','libraryContent=browse&editor=tinymce'),(169,3,'wp_user-settings-time','1620768202'),(170,3,'closedpostboxes_tribe_events','a:0:{}'),(171,3,'metaboxhidden_tribe_events','a:1:{i:0;s:7:\"slugdiv\";}'),(172,3,'meta-box-order_tribe_events','a:3:{s:4:\"side\";s:86:\"submitdiv,tagsdiv-post_tag,tribe_events_catdiv,tribe_events_event_options,postimagediv\";s:6:\"normal\";s:96:\"tribe_events_event_details,postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),(173,3,'screen_layout_tribe_events','2'),(176,3,'woocommerce_admin_coupons_report_columns','[]'),(177,3,'tribe-dismiss-notice-time-archive-slug-conflict','1619979164'),(178,3,'tribe-dismiss-notice','archive-slug-conflict'),(179,3,'elementor_admin_notices','a:1:{s:19:\"woocommerce_promote\";s:4:\"true\";}'),(181,3,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"7d20fb28e747a18910391d241c87cf13\";a:11:{s:3:\"key\";s:32:\"7d20fb28e747a18910391d241c87cf13\";s:10:\"product_id\";i:245;s:12:\"variation_id\";i:302;s:9:\"variation\";a:1:{s:23:\"attribute_t-shirt-sizes\";s:6:\"Medium\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"7855a5606863903f0a2defbed4331c9f\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:1:{i:3;d:1.899999999999999911182158029987476766109466552734375;}s:5:\"total\";a:1:{i:3;d:1.899999999999999911182158029987476766109466552734375;}}s:13:\"line_subtotal\";d:18.989999999999998436805981327779591083526611328125;s:17:\"line_subtotal_tax\";d:1.899999999999999911182158029987476766109466552734375;s:10:\"line_total\";d:18.989999999999998436805981327779591083526611328125;s:8:\"line_tax\";d:1.899999999999999911182158029987476766109466552734375;}}}'); /*!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=4 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$BlCnICrlbS8E7gP/bIj11YJdLV.R/9.','eessel','ekow@esselwebdesign.com','http://inspirewithangela.com','2020-12-27 23:45:27','',0,'eessel'),(3,'angela.flake','$P$BbylSSYnfdogLsNmezWVWXqp8WZSxf1','angela-flake','a-flake@hotmail.com','https://inspirewithangela.com','2021-02-24 17:13:32','',0,'Angela Flake'); /*!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=3801 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://inspirewithangela.com/wp-admin/admin.php?page=wc-admin&path=/marketing','actioned',0,''),(3,3,'connect','Connect','?page=wc-addons§ion=helper','unactioned',0,''),(25,11,'learn-more','Learn more','https://woocommerce.com/mobile/','actioned',0,''),(47,12,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/','actioned',1,''),(83,13,'tracking-opt-in','Activate usage tracking','','actioned',1,''),(91,14,'share-feedback','Share feedback','https://automattic.survey.fm/new-onboarding-survey','actioned',0,''),(92,15,'affirm-insight-first-sale','Yes','','actioned',0,'Thanks for your feedback'),(93,15,'deny-insight-first-sale','No','','actioned',0,'Thanks for your feedback'),(305,17,'learn-more','Learn more','https://woocommerce.com/payments/','unactioned',0,''),(306,17,'get-started','Get started','http://inspirewithangela.com/wp-admin/admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,''),(405,18,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-analytics/#variations-report','actioned',0,''),(589,21,'learn-more','Learn more','https://docs.woocommerce.com/document/managing-orders/?utm_source=inbox','actioned',0,''),(752,22,'learn-more','Learn more','https://docs.woocommerce.com/document/home-screen/?utm_source=inbox','actioned',1,''),(753,23,'visit-the-theme-marketplace','Visit the theme marketplace','https://woocommerce.com/product-category/themes/?utm_source=inbox','actioned',0,''),(754,24,'affirm-insight-first-product-and-payment','Yes','','actioned',0,'Thanks for your feedback'),(919,29,'update-db_done','Thanks!','https://inspirewithangela.com/wp-admin/admin.php?page=stats&noheader&chart=flot-stats-data&wc-hide-notice=update&_wc_notice_nonce=fae708fd85','actioned',1,''),(978,32,'remove-legacy-coupon-menu','Remove legacy coupon menu','https://inspirewithangela.com/wp-admin/admin.php?page=wc-admin&action=remove-coupon-menu','actioned',1,''),(1138,35,'set-up-payments','Set up payments','https://inspirewithangela.com/wp-admin/admin.php?page=wc-admin&task=payments','unactioned',1,''),(1155,36,'wc-payments-notes-set-up-refund-policy','Read more','https://docs.woocommerce.com/document/woocommerce-refunds#refund-policy-howto','unactioned',1,''),(1194,8,'install-now','Install now','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,''),(1196,10,'install-now','Install now','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,''),(1252,37,'view-report','View report','?page=wc-admin&path=/analytics/revenue&period=custom&compare=previous_year&after=2021-03-01&before=2021-03-01','actioned',0,''),(1372,33,'install-mollie','Install Mollie','https://wordpress.org/plugins/mollie-payments-for-woocommerce/','actioned',1,''),(1574,40,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,''),(3774,53,'eu_vat_changes_2021','Learn more about the EU tax regulations','https://woocommerce.com/posts/new-eu-vat-regulations','actioned',1,''),(3775,42,'open_wc_paypal_payments_product_page','Learn more','https://woocommerce.com/products/woocommerce-paypal-payments/','actioned',1,''),(3776,27,'upgrade_now_facebook_pixel_api','Upgrade now','plugin-install.php?tab=plugin-information&plugin=§ion=changelog','actioned',1,''),(3777,28,'learn_more_facebook_ec','Learn more','https://woocommerce.com/products/facebook/','unactioned',1,''),(3778,4,'set-up-concierge','Schedule free session','https://wordpress.com/me/concierge','actioned',1,''),(3779,5,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned',1,''),(3780,6,'learn-more-ecomm-unique-shopping-experience','Learn more','https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox','actioned',1,''),(3781,20,'watch-the-webinar','Watch the webinar','https://youtu.be/V_2XtCOyZ7o','actioned',1,''),(3782,19,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox','actioned',1,''),(3783,25,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales','actioned',1,''),(3784,26,'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,''),(3785,41,'add-apple-pay','Add Apple Pay','/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments','actioned',1,''),(3786,41,'learn-more','Learn more','https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay','actioned',1,''),(3787,38,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales','actioned',1,''),(3788,39,'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,''),(3789,30,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox','actioned',1,''),(3790,31,'learn-more','Learn more','https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox','unactioned',1,''),(3791,43,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned',1,''),(3792,44,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned',1,''),(3793,45,'learn-more','Learn about Instant Deposits eligibility','https://docs.woocommerce.com/document/payments/instant-deposits/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits','actioned',1,''),(3794,47,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads','actioned',1,''),(3795,46,'update-wc-subscriptions-3-0-15','View latest version','https://inspirewithangela.com/wp-admin/admin.php?page=wc-admin&page=wc-addons§ion=helper','actioned',1,''),(3796,48,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned',1,''),(3797,49,'get-woo-commerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,''),(3798,50,'get-woocommerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,''),(3799,51,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',1,''),(3800,52,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','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=54 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','Tips, product updates, and inspiration','We\'re here for you - get tips, product updates and inspiration straight to your email box','{}','unactioned','woocommerce-admin','2020-12-28 01:44:21',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','2020-12-28 01:44:21',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','2020-12-28 01:44:21',NULL,0,'plain','',0,'info'),(4,'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','2020-12-28 01:44:21',NULL,0,'plain','',0,'info'),(5,'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','2020-12-28 01:44:21',NULL,0,'plain','',0,'info'),(6,'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','2020-12-28 01:44:21',NULL,0,'plain','',0,'info'),(7,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2020-12-28 01:44:21',NULL,0,'plain','',0,'info'),(8,'wcpay-subscriptions-2020-11','marketing','en_US','Manage subscriber payments from your store\'s dashboard','Securely accept cards and manage transactions right from your dashboard with <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay_ctrl20\" target=\"_blank\">WooCommerce Payments</a> – now supporting <a href=\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_medium=notification&utm_source=product&utm_campaign=wcpay_ctrl20\" target=\"_blank\">WooCommerce Subscriptions</a>! <br /><br /><em>By clicking \"Install now,\" you agree to our <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay_ctrl20\" target=\"_blank\">Terms of Service</a>.</em>','{}','pending','woocommerce.com','2020-12-28 01:44:21',NULL,0,'plain','',0,'info'),(9,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2020-12-28 01:44:21',NULL,0,'plain','',0,'info'),(10,'wcpay-subscriptions-2020-12','marketing','en_US','Manage payments from your store\'s dashboard','Securely accept cards and manage transactions right from your dashboard with <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay_ctrl20\" target=\"_blank\">WooCommerce Payments</a>! Zero setup fees or monthly fees. Just pay-as-you-go, starting at just 2.9% + $0.30 per transaction for U.S.-issued cards. <br /><br /><em>By clicking \"Install now,\" you agree to our <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay_ctrl20\" target=\"_blank\">Terms of Service</a>.</em>','{}','pending','woocommerce.com','2020-12-28 01:44:21',NULL,0,'plain','',0,'info'),(11,'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','2020-12-30 01:57:02',NULL,0,'plain','',0,'info'),(12,'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-01-02 04:31:06',NULL,0,'plain','',0,'info'),(13,'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://inspirewithangela.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-01-04 04:40:05',NULL,0,'plain','',0,'info'),(14,'wc-admin-store-notice-giving-feedback-2','info','en_US','Give feedback','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-01-05 04:37:24',NULL,0,'plain','',0,'info'),(15,'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-01-05 04:37:24',NULL,0,'plain','',0,'info'),(17,'wc-admin-woocommerce-payments','marketing','en_US','Try the new way to get paid','Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with <strong>WooCommerce Payments</strong>.<br><br>By clicking \"Get started\", you agree to our <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>','{}','actioned','woocommerce-admin','2021-01-19 05:19:25',NULL,0,'plain','',0,'info'),(18,'wc-admin-filter-by-product-variations-in-reports','info','en_US','New - filter by product variations in orders and products reports','One of the most awaited features has just arrived! You can now have insights into each product variation in the orders and products reports.','{}','unactioned','woocommerce-admin','2021-01-20 02:55:14',NULL,0,'banner','http://inspirewithangela.com/wp-content/plugins/woocommerce/packages/woocommerce-admin/images/admin_notes/filter-by-product-variations-note.svg',0,'info'),(19,'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-01-21 02:00:41',NULL,0,'plain','',0,'info'),(20,'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-01-27 02:36:09',NULL,0,'plain','',0,'info'),(21,'wc-admin-orders-milestone','info','en_US','First order received','Congratulations on getting your first order! Now is a great time to learn how to manage your orders.','{}','unactioned','woocommerce-admin','2021-01-28 01:06:02',NULL,0,'plain','',0,'info'),(22,'wc-admin-manage-store-activity-from-home-screen','info','en_US','New! Manage your store activity from the Home screen','Start your day knowing the next steps you need to take with your orders, products, and customer feedback.<br /><br />Read more about how to use the activity panels on the Home screen.','{}','unactioned','woocommerce-admin','2021-02-10 00:58:57',NULL,0,'plain','',0,'info'),(23,'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-02-10 05:08:22',NULL,0,'plain','',0,'info'),(24,'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-02-10 05:08:22',NULL,0,'plain','',0,'info'),(25,'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-02-12 02:16:06',NULL,0,'plain','',0,'info'),(26,'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-02-12 02:16:06',NULL,0,'plain','',0,'info'),(27,'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 measurement and ad targeting capabilities.','{}','pending','woocommerce.com','2021-02-13 02:11:31',NULL,0,'plain','',0,'info'),(28,'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-02-13 02:11:31',NULL,0,'plain','',0,'info'),(29,'wc-update-db-reminder','update','en_US','WooCommerce database update done','WooCommerce database update complete. Thank you for updating to the latest version!','{}','actioned','woocommerce-core','2021-02-15 17:03:01',NULL,0,'plain','',0,'info'),(30,'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-02-17 02:01:11',NULL,0,'plain','',0,'info'),(31,'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-02-17 02:01:11',NULL,0,'plain','',0,'info'),(32,'wc-admin-coupon-page-moved','update','en_US','Coupon management has moved!','Coupons can now be managed from Marketing > Coupons. Click the button below to remove the legacy WooCommerce > Coupons menu item.','{}','actioned','woocommerce-admin','2021-02-18 06:05:17',NULL,0,'plain','',0,'info'),(33,'wc-admin-effortless-payments-by-mollie','info','en_US','Effortless payments by Mollie','Offer global and local payment methods, get onboarded in minutes and supported in your language – try it now!','{}','pending','woocommerce.com','2021-02-20 03:36:31',NULL,0,'plain','',0,'info'),(35,'wc-admin-set-up-additional-payment-types','info','en_US','Set up additional payment providers','Set up additional payment providers, using third-party services or other methods.','{}','unactioned','woocommerce-admin','2021-02-24 16:14:07',NULL,0,'plain','',0,'info'),(36,'wc-payments-notes-set-up-refund-policy','info','en_US','Set up refund policy','Protect your merchant account from fraudulent disputes by defining the policy and making it accessible to customers.','{}','unactioned','woocommerce-payments','2021-02-24 16:14:12',NULL,0,'plain','',0,'info'),(37,'wc-admin-new-sales-record','info','en_US','New sales record!','Woohoo, March 1st was your record day for sales! Net Sales was $31.79 beating the previous record of $20.89 set on February 23rd.','{\"old_record_date\":\"2021-02-23\",\"old_record_amt\":20.8900000000000005684341886080801486968994140625,\"new_record_date\":\"2021-03-01\",\"new_record_amt\":31.78999999999999914734871708787977695465087890625}','unactioned','woocommerce-admin','2021-03-02 02:30:06',NULL,0,'plain','',0,'info'),(38,'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-03-21 01:54:48',NULL,0,'plain','',0,'info'),(39,'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-03-21 01:54:48',NULL,0,'plain','',0,'info'),(40,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','{}','actioned','woocommerce-admin','2021-03-28 02:14:49',NULL,0,'plain','',0,'info'),(41,'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-03-31 01:53:41',NULL,0,'plain','',0,'info'),(42,'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-02 05:01:13',NULL,0,'plain','',0,'info'),(43,'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 03:45:02',NULL,0,'plain','',0,'info'),(44,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2021-05-14 02:04:18',NULL,0,'plain','',0,'info'),(45,'wcpay_instant_deposits_gtm_2021','marketing','en_US','Get paid within minutes – Instant Deposits for WooCommerce Payments','Stay flexible with immediate access to your funds when you need them – including nights, weekends, and holidays. With <a href=\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_instant_deposits\">WooCommerce Payments\'</a> new Instant Deposits feature, you’re able to transfer your earnings to a debit card within minutes.','{}','unactioned','woocommerce.com','2021-05-18 03:21:10',NULL,0,'plain','',0,'info'),(46,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site\'s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','pending','woocommerce.com','2021-06-01 02:03:21',NULL,0,'plain','',0,'info'),(47,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','pending','woocommerce.com','2021-06-07 12:33:15',NULL,0,'plain','',0,'info'),(48,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2021-06-11 03:31:17',NULL,0,'plain','',0,'info'),(49,'wcpay-promo-2021-6-incentive-1','marketing','en_US','Simplify the payments process for you and your customers with WooCommerce Payments','With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies. \n Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n <br /><br />\n By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">Terms of Service</a> \n and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n ','{}','pending','woocommerce.com','2021-06-12 01:59:47',NULL,0,'plain','',0,'info'),(50,'wcpay-promo-2021-6-incentive-2','marketing','en_US','Simplify the payments process for you and your customers with WooCommerce Payments','With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies. \n Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n <br /><br />\n By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">Terms of Service</a> \n and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n ','{}','pending','woocommerce.com','2021-06-12 01:59:47',NULL,0,'plain','',0,'info'),(51,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There\'s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','unactioned','woocommerce.com','2021-06-23 01:45:59',NULL,0,'plain','',0,'info'),(52,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','We\'ve developed a whole new <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension for WooCommerce</a> that combines the best features of our many PayPal extensions into just one extension.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our latest PayPal today to continue to receive support and updates.','{}','pending','woocommerce.com','2021-06-23 01:45:59',NULL,0,'plain','',0,'info'),(53,'eu_vat_changes_2021','marketing','en_US','Get your business ready for the new EU tax regulations','On July 1, 2021, new taxation rules will come into play when the <a href=\"https://ec.europa.eu/taxation_customs/business/vat/modernising-vat-cross-border-ecommerce_en\">European Union (EU) Value-Added Tax (VAT) eCommerce package</a> takes effect.<br /><br />The new regulations will impact virtually every B2C business involved in cross-border eCommerce trade with the EU.<br /><br />We therefore recommend <a href=\"https://woocommerce.com/posts/new-eu-vat-regulations\">familiarizing yourself with the new updates</a>, and consult with a tax professional to ensure your business is following regulations and best practice.','{}','pending','woocommerce.com','2021-06-24 01:51:27',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),(18,18),(19,19); /*!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 AUTO_INCREMENT=5 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 */; INSERT INTO `wp_wc_customer_lookup` VALUES (1,1,'eessel','Ekow','Essel','ekow@esselwebdesign.com','2021-05-02 05:00:00','2020-12-28 05:45:27','US','72113','Maumelle','AR'),(2,NULL,'','Angela','Flake','a-flake@hotmail.com','2021-04-29 02:02:30',NULL,'US','75067','Lewisville','TX'),(3,NULL,'','Valencia','Essel','ekow@esselwebdesign.com','2021-03-02 01:23:31',NULL,'US','72113','Maumelle','AR'),(4,3,'angela.flake','Angela','Flake','a-flake@hotmail.com','2021-06-02 05:00:00','2021-02-24 23:13:32','US','72701','Fayetteville','AR'); /*!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 */; INSERT INTO `wp_wc_order_product_lookup` VALUES (1,317,248,309,1,'2021-01-20 03:00:42',1,18.99,18.99,0,0,0,0),(2,480,286,0,2,'2021-01-27 23:33:12',1,10,11,0,1,0,0),(5,481,286,0,2,'2021-02-11 17:53:55',1,10,11,0,1,0,0),(8,492,245,301,2,'2021-02-23 14:36:05',1,18.99,20.89,0,1.9,0,0),(11,496,246,307,3,'2021-03-01 19:23:31',1,18.99,20.79,0,1.8,0,0),(14,500,286,0,4,'2021-03-01 21:23:03',1,10,11,0,1,0,0),(17,511,252,253,2,'2021-04-28 21:02:30',1,18.99,18.99,0,0,0,0); /*!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 */; INSERT INTO `wp_wc_order_stats` VALUES (317,0,'2021-01-20 03:00:42','2021-01-20 03:00:42',1,18.99,0,0,18.99,0,'wc-cancelled',1),(480,0,'2021-01-27 23:33:12','2021-01-27 23:33:12',1,11,1,0,10,0,'wc-cancelled',2),(481,0,'2021-02-11 17:53:55','2021-02-11 17:53:55',1,11,1,0,10,0,'wc-cancelled',2),(492,0,'2021-02-23 14:36:05','2021-02-23 14:36:05',1,20.89,1.9,0,18.99,0,'wc-cancelled',2),(496,0,'2021-03-01 19:23:31','2021-03-01 19:23:31',1,20.79,1.8,0,18.99,0,'wc-processing',3),(500,0,'2021-03-01 21:23:03','2021-03-01 21:23:03',1,11,1,0,10,0,'wc-processing',4),(511,0,'2021-04-28 21:02:30','2021-04-28 21:02:30',1,18.99,0,0,18.99,0,'wc-cancelled',2); /*!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 */; INSERT INTO `wp_wc_order_tax_lookup` VALUES (480,3,'2021-01-27 23:33:12',0,1,1),(481,3,'2021-02-11 17:53:55',0,1,1),(492,3,'2021-02-23 14:36:05',0,1.9,1.9),(496,1,'2021-03-01 19:23:31',0,1.8,1.8),(500,3,'2021-03-01 21:23:03',0,1,1); /*!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 */; INSERT INTO `wp_wc_product_meta_lookup` VALUES (245,'',0,0,18.9900,18.9900,0,NULL,'instock',0,0.00,0,'taxable',''),(246,'',0,0,18.9900,18.9900,0,NULL,'instock',0,0.00,1,'taxable',''),(248,'',0,0,18.9900,18.9900,0,NULL,'instock',0,0.00,0,'taxable',''),(251,'',0,0,18.9900,18.9900,0,NULL,'instock',0,0.00,0,'taxable',''),(252,'',0,0,18.9900,18.9900,0,NULL,'instock',0,0.00,0,'taxable',''),(253,'',0,0,18.9900,18.9900,0,3,'instock',0,0.00,0,'taxable','parent'),(254,'',0,0,18.9900,18.9900,0,2,'instock',0,0.00,0,'taxable','parent'),(255,'',0,0,18.9900,18.9900,0,4,'instock',0,0.00,0,'taxable','parent'),(256,'',0,0,18.9900,18.9900,0,2,'instock',0,0.00,0,'taxable','parent'),(257,'',0,0,18.9900,18.9900,0,NULL,'instock',0,0.00,0,'taxable',''),(258,'',0,0,18.9900,18.9900,0,0,'outofstock',0,0.00,0,'taxable','parent'),(259,'',0,0,18.9900,18.9900,0,6,'instock',0,0.00,0,'taxable','parent'),(260,'',0,0,18.9900,18.9900,0,7,'instock',0,0.00,0,'taxable','parent'),(261,'',0,0,18.9900,18.9900,0,1,'instock',0,0.00,0,'taxable','parent'),(286,'',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,1,'taxable',''),(289,'',0,0,13.0000,13.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(291,'',0,0,14.9900,14.9900,0,NULL,'instock',0,0.00,0,'taxable',''),(301,'',0,0,18.9900,18.9900,0,NULL,'outofstock',0,0.00,0,'taxable','parent'),(302,'',0,0,18.9900,18.9900,0,1,'instock',0,0.00,0,'taxable','parent'),(303,'',0,0,18.9900,18.9900,0,3,'instock',0,0.00,0,'taxable','parent'),(304,'',0,0,18.9900,18.9900,0,NULL,'outofstock',0,0.00,0,'taxable','parent'),(305,'',0,0,18.9900,18.9900,0,0,'outofstock',0,0.00,0,'taxable','parent'),(306,'',0,0,18.9900,18.9900,0,NULL,'outofstock',0,0.00,0,'taxable','parent'),(307,'',0,0,18.9900,18.9900,0,1,'instock',0,0.00,0,'taxable','parent'),(308,'',0,0,18.9900,18.9900,0,1,'instock',0,0.00,0,'taxable','parent'),(309,'',0,0,18.9900,18.9900,0,1,'instock',0,0.00,0,'taxable','parent'),(310,'',0,0,18.9900,18.9900,0,1,'instock',0,0.00,0,'taxable','parent'),(311,'',0,0,18.9900,18.9900,0,2,'instock',0,0.00,0,'taxable','parent'),(312,'',0,0,18.9900,18.9900,0,1,'instock',0,0.00,0,'taxable','parent'),(313,'',0,0,18.9900,18.9900,0,2,'instock',0,0.00,0,'taxable','parent'),(314,'',0,0,18.9900,18.9900,0,5,'instock',0,0.00,0,'taxable','parent'),(315,'',0,0,18.9900,18.9900,0,6,'instock',0,0.00,0,'taxable','parent'),(316,'',0,0,18.9900,18.9900,0,2,'instock',0,0.00,0,'taxable','parent'),(388,'',0,0,18.9900,18.9900,0,NULL,'instock',0,0.00,0,'taxable',''),(389,'',0,0,18.9900,18.9900,0,0,'outofstock',0,0.00,0,'taxable','parent'),(390,'',0,0,18.9900,18.9900,0,3,'instock',0,0.00,0,'taxable','parent'),(391,'',0,0,18.9900,18.9900,0,1,'instock',0,0.00,0,'taxable','parent'),(392,'',0,0,18.9900,18.9900,0,NULL,'outofstock',0,0.00,0,'taxable','parent'); /*!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 AUTO_INCREMENT=134 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 */; INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (1,1,'_product_id','248'),(2,1,'_variation_id','309'),(3,1,'_qty','1'),(4,1,'_tax_class',''),(5,1,'_line_subtotal','18.99'),(6,1,'_line_subtotal_tax','0'),(7,1,'_line_total','18.99'),(8,1,'_line_tax','0'),(9,1,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(10,1,'t-shirt-sizes','Small'),(11,2,'_product_id','286'),(12,2,'_variation_id','0'),(13,2,'_qty','1'),(14,2,'_tax_class',''),(15,2,'_line_subtotal','10'),(16,2,'_line_subtotal_tax','1'),(17,2,'_line_total','10'),(18,2,'_line_tax','1'),(19,2,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:3;s:1:\"1\";}s:8:\"subtotal\";a:1:{i:3;s:1:\"1\";}}'),(20,3,'method_id','free_shipping'),(21,3,'instance_id','1'),(22,3,'cost','0.00'),(23,3,'total_tax','0'),(24,3,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(25,3,'Items','Don\'t Color Me In × 1'),(26,4,'rate_id','3'),(27,4,'label','AR Tax'),(28,4,'compound',''),(29,4,'tax_amount','1'),(30,4,'shipping_tax_amount','0'),(31,4,'rate_percent','10'),(32,5,'_product_id','286'),(33,5,'_variation_id','0'),(34,5,'_qty','1'),(35,5,'_tax_class',''),(36,5,'_line_subtotal','10'),(37,5,'_line_subtotal_tax','1'),(38,5,'_line_total','10'),(39,5,'_line_tax','1'),(40,5,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:3;s:1:\"1\";}s:8:\"subtotal\";a:1:{i:3;s:1:\"1\";}}'),(41,6,'method_id','free_shipping'),(42,6,'instance_id','1'),(43,6,'cost','0.00'),(44,6,'total_tax','0'),(45,6,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(46,6,'Items','Don\'t Color Me In × 1'),(47,7,'rate_id','3'),(48,7,'label','AR Tax'),(49,7,'compound',''),(50,7,'tax_amount','1'),(51,7,'shipping_tax_amount','0'),(52,7,'rate_percent','10'),(53,8,'_product_id','245'),(54,8,'_variation_id','301'),(55,8,'_qty','1'),(56,8,'_tax_class',''),(57,8,'_line_subtotal','18.99'),(58,8,'_line_subtotal_tax','1.9'),(59,8,'_line_total','18.99'),(60,8,'_line_tax','1.9'),(61,8,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:3;s:3:\"1.9\";}s:8:\"subtotal\";a:1:{i:3;s:3:\"1.9\";}}'),(62,8,'t-shirt-sizes','Small'),(63,9,'method_id','free_shipping'),(64,9,'instance_id','1'),(65,9,'cost','0.00'),(66,9,'total_tax','0'),(67,9,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(68,9,'Items','IN•spiration T-shirt line: IN•ergy - Small × 1'),(69,10,'rate_id','3'),(70,10,'label','AR Tax'),(71,10,'compound',''),(72,10,'tax_amount','1.9'),(73,10,'shipping_tax_amount','0'),(74,10,'rate_percent','10'),(75,11,'_product_id','246'),(76,11,'_variation_id','307'),(77,11,'_qty','1'),(78,11,'_tax_class',''),(79,11,'_line_subtotal','18.99'),(80,11,'_line_subtotal_tax','1.8'),(81,11,'_line_total','18.99'),(82,11,'_line_tax','1.8'),(83,11,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:3:\"1.8\";}s:8:\"subtotal\";a:1:{i:1;s:3:\"1.8\";}}'),(84,11,'t-shirt-size','Large'),(85,12,'method_id','free_shipping'),(86,12,'instance_id','1'),(87,12,'cost','0.00'),(88,12,'total_tax','0'),(89,12,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:0:\"\";}}'),(90,12,'Items','IN•spiration T-shirt line: IN•trovert - Large × 1'),(91,13,'rate_id','1'),(92,13,'label','AR Tax'),(93,13,'compound',''),(94,13,'tax_amount','1.8'),(95,13,'shipping_tax_amount','0'),(96,13,'rate_percent','9.5'),(97,14,'_product_id','286'),(98,14,'_variation_id','0'),(99,14,'_qty','1'),(100,14,'_tax_class',''),(101,14,'_line_subtotal','10'),(102,14,'_line_subtotal_tax','1'),(103,14,'_line_total','10'),(104,14,'_line_tax','1'),(105,14,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:3;s:1:\"1\";}s:8:\"subtotal\";a:1:{i:3;s:1:\"1\";}}'),(106,15,'method_id','free_shipping'),(107,15,'instance_id','1'),(108,15,'cost','0.00'),(109,15,'total_tax','0'),(110,15,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(111,15,'Items','Don\'t Color Me In × 1'),(112,16,'rate_id','3'),(113,16,'label','AR Tax'),(114,16,'compound',''),(115,16,'tax_amount','1'),(116,16,'shipping_tax_amount','0'),(117,16,'rate_percent','10'),(118,17,'_product_id','252'),(119,17,'_variation_id','253'),(120,17,'_qty','1'),(121,17,'_tax_class',''),(122,17,'_line_subtotal','18.99'),(123,17,'_line_subtotal_tax','0'),(124,17,'_line_total','18.99'),(125,17,'_line_tax','0'),(126,17,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(127,17,'t-shirt-sizes','Small'),(128,18,'method_id','free_shipping'),(129,18,'instance_id','1'),(130,18,'cost','0.00'),(131,18,'total_tax','0'),(132,18,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(133,18,'Items','IN•spiration T-shirt line: IN•telligence - Small × 1'); /*!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 AUTO_INCREMENT=19 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 */; INSERT INTO `wp_woocommerce_order_items` VALUES (1,'IN•spiration T-shirt line: IN•spiration - Small','line_item',317),(2,'Don\'t Color Me In','line_item',480),(3,'Free shipping','shipping',480),(4,'US-AR-AR TAX-1','tax',480),(5,'Don\'t Color Me In','line_item',481),(6,'Free shipping','shipping',481),(7,'US-AR-AR TAX-1','tax',481),(8,'IN•spiration T-shirt line: IN•ergy - Small','line_item',492),(9,'Free shipping','shipping',492),(10,'US-AR-AR TAX-1','tax',492),(11,'IN•spiration T-shirt line: IN•trovert - Large','line_item',496),(12,'Free shipping','shipping',496),(13,'US-AR-AR TAX-1','tax',496),(14,'Don\'t Color Me In','line_item',500),(15,'Free shipping','shipping',500),(16,'US-AR-AR TAX-1','tax',500),(17,'IN•spiration T-shirt line: IN•telligence - Small','line_item',511),(18,'Free shipping','shipping',511); /*!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=201 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 (198,'fe5e2d3dac4b352cf0ebbc325041f287','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:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"AR\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"AR\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1626351807),(199,'99148f7f2e7118bf0ab3c277e5fd0d05','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:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"AR\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"AR\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1626395742),(200,'9f5f61d014cf88d5fe292961f5041b25','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:691:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"AR\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"AR\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1626437544); /*!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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_locations` -- LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */; INSERT INTO `wp_woocommerce_shipping_zone_locations` VALUES (1,1,'US','country'); /*!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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_methods` -- LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */; INSERT INTO `wp_woocommerce_shipping_zone_methods` VALUES (1,1,'free_shipping',1,1); /*!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 AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zones` -- LOCK TABLES `wp_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */; INSERT INTO `wp_woocommerce_shipping_zones` VALUES (1,'Everywhere',0); /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = 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 AUTO_INCREMENT=9 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 */; INSERT INTO `wp_woocommerce_tax_rate_locations` VALUES (1,'72113',1,'postcode'),(2,'MAUMELLE',1,'city'),(3,'72701-7332',2,'postcode'),(4,'FAYETTEVILLE',2,'city'),(5,'72701',3,'postcode'),(6,'FAYETTEVILLE',3,'city'),(7,'72211',4,'postcode'),(8,'LITTLE ROCK',4,'city'); /*!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 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_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; INSERT INTO `wp_woocommerce_tax_rates` VALUES (1,'US','AR','7.0000','AR Tax',1,0,1,0,''),(2,'US','AR','10.0000','AR Tax',1,0,1,0,''),(3,'US','AR','10.0000','AR Tax',1,0,1,0,''),(4,'US','AR','7.5000','AR Tax',1,0,1,0,''); /*!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-07-14 19:18:31